]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/msm/a6xx: Disable rgb565_predicator on Adreno 7c3
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Mon, 5 May 2025 11:13:40 +0000 (13:13 +0200)
committerRob Clark <robdclark@chromium.org>
Sat, 10 May 2025 16:05:20 +0000 (09:05 -0700)
commit5a9c1bea011fb42088ba08ceaa252fb20e695626
tree2bff969e8bef8b97f5ee446e38f21b38b32d7068
parent25f0f9be831e0d2a87196f42d6015eaeb4842091
drm/msm/a6xx: Disable rgb565_predicator on Adreno 7c3

This feature is supposed to be enabled with UBWC v4 or later.
Implementations of this SKU feature an effective UBWC version of 3, so
disable it, in line with the BSP kernel.

Reported-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
Fixes: 192f4ee3e408 ("drm/msm/a6xx: Add support for Adreno 7c Gen 3 gpu")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/651759/
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a6xx_gpu.c