Skip to content

Commit 5a9c1be

Browse files
quic-kdybciorobclark
authored andcommitted
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: 192f4ee ("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>
1 parent 25f0f9b commit 5a9c1be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/msm/adreno/a6xx_gpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ static void a6xx_calc_ubwc_config(struct adreno_gpu *gpu)
655655
if (adreno_is_7c3(gpu)) {
656656
gpu->ubwc_config.highest_bank_bit = 14;
657657
gpu->ubwc_config.amsbc = 1;
658-
gpu->ubwc_config.rgb565_predicator = 1;
659658
gpu->ubwc_config.uavflagprd_inv = 2;
660659
gpu->ubwc_config.macrotile_mode = 1;
661660
}

0 commit comments

Comments
 (0)