]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Aug 2024 15:36:02 +0000 (17:36 +0200)
[ Upstream commit 2db13c4a631505029ada9404e09a2b06a268c1c4 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

index 9b72977feafa4750aacf4b0be7513984a9ddcdd3..e61b5681f3bbdd791393700a185e32521d13b9e3 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), \
        }