We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa1a62 commit 2db13c4Copy full SHA for 2db13c4
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
@@ -308,8 +308,8 @@ static const u32 wb2_formats_rgb_yuv[] = {
308
{ \
309
.maxdwnscale = SSPP_UNITY_SCALE, \
310
.maxupscale = SSPP_UNITY_SCALE, \
311
- .format_list = plane_formats_yuv, \
312
- .num_formats = ARRAY_SIZE(plane_formats_yuv), \
+ .format_list = plane_formats, \
+ .num_formats = ARRAY_SIZE(plane_formats), \
313
.virt_format_list = plane_formats, \
314
.virt_num_formats = ARRAY_SIZE(plane_formats), \
315
}
0 commit comments