Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm/a8xx: Add UBWC v6 support

Adreno 840 GPU supports UBWC v6. Add support for this.

Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/700073/
Link: https://lore.kernel.org/r/20260121-kaana-gpu-support-v5-1-984848af12e4@oss.qualcomm.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Akhil P Oommen and committed by
Dmitry Baryshkov
50c4a49f b38d2c33

+4
+4
drivers/gpu/drm/msm/adreno/a8xx_gpu.c
··· 276 276 u8 uavflagprd_inv = 2; 277 277 278 278 switch (ubwc_version) { 279 + case UBWC_6_0: 280 + yuvnotcomptofc = true; 281 + mode = 5; 282 + break; 279 283 case UBWC_5_0: 280 284 amsbc = true; 281 285 rgb565_predicator = true;