]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/msm/dpu: limit QCM2290 to RGB formats only
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 26 Jun 2024 21:45:55 +0000 (00:45 +0300)
committerAbhinav Kumar <quic_abhinavk@quicinc.com>
Mon, 5 Aug 2024 20:55:53 +0000 (13:55 -0700)
The QCM2290 doesn't have CSC blocks, so it can not support YUV formats
even on ViG blocks. Fix the formats declared by _VIG_SBLK_NOSCALE().

Fixes: 5334087ee743 ("drm/msm: add support for QCM2290 MDSS")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/601048/
Link: https://lore.kernel.org/r/20240627-dpu-virtual-wide-v5-1-5efb90cbb8be@linaro.org
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

index fc178ec73907c6b933a6a9588060f23ca3c55298..648c8d0a4c362d46eec87b47b733fc201c925379 100644 (file)
@@ -308,8 +308,8 @@ static const u32 wb2_formats_rgb_yuv[] = {
        { \
        .maxdwnscale = SSPP_UNITY_SCALE, \
        .maxupscale = SSPP_UNITY_SCALE, \
-       .format_list = plane_formats_yuv, \
-       .num_formats = ARRAY_SIZE(plane_formats_yuv), \
+       .format_list = plane_formats, \
+       .num_formats = ARRAY_SIZE(plane_formats), \
        .virt_format_list = plane_formats, \
        .virt_num_formats = ARRAY_SIZE(plane_formats), \
        }