diff --git a/libweston/pixel-formats.c b/libweston/pixel-formats.c index f432854f4..46a93cc3c 100644 --- a/libweston/pixel-formats.c +++ b/libweston/pixel-formats.c @@ -571,6 +571,13 @@ static const struct pixel_format_info pixel_format_table[] = { .hsub = 2, .vsub = 2, }, + { + DRM_FORMAT(P030), + SAMPLER_TYPE(EGL_TEXTURE_Y_UV_WL), + .num_planes = 2, + .hsub = 2, + .vsub = 2, + }, { DRM_FORMAT(YUV410), SAMPLER_TYPE(EGL_TEXTURE_Y_U_V_WL),