[PATCH v2 0/8] drm/msm/a6xx: add support for Adreno 660 GPU

From: Jonathan Marek
Date: Thu May 13 2021 - 13:17:40 EST


Add support for Adreno 660 to the drm/msm driver. Very similar to A650
on the kernel side.

v2:
- added AOP PDC path for a650 and use it for a660 too
- fix UBWC config for a650 (also affects a660)
- add CP_PROTECT update, and corresponding a660 settings in A660 patch

Jonathan Marek (8):
drm/msm: remove unused icc_path/ocmem_icc_path
drm/msm/a6xx: use AOP-initialized PDC for a650
drm/msm/a6xx: fix incorrectly set uavflagprd_inv field for A650
drm/msm/a6xx: update/fix CP_PROTECT initialization
drm/msm/a6xx: avoid shadow NULL reference in failure path
drm/msm/a6xx: add support for Adreno 660 GPU
drm/msm/a6xx: update a6xx_ucode_check_version for a660
drm/msm/a6xx: add a660 hwcg table

drivers/gpu/drm/msm/adreno/a6xx.xml.h | 4 +
drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 51 +++-
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 309 ++++++++++++++++-----
drivers/gpu/drm/msm/adreno/a6xx_gpu.h | 2 +-
drivers/gpu/drm/msm/adreno/a6xx_hfi.c | 33 +++
drivers/gpu/drm/msm/adreno/adreno_device.c | 13 +
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 5 +-
drivers/gpu/drm/msm/adreno/adreno_gpu.h | 14 +-
drivers/gpu/drm/msm/msm_gpu.h | 9 -
9 files changed, 350 insertions(+), 90 deletions(-)

--
2.26.1