linux/drivers/gpu/drm/msm
Konrad Dybcio e7fc9398e6 drm/msm/a6xx: Add A610 support
A610 is one of (if not the) lowest-tier SKUs in the A6XX family. It
features no GMU, as it's implemented solely on SoCs with SMD_RPM.
What's more interesting is that it does not feature a VDDGX line
either, being powered solely by VDDCX and has an unfortunate hardware
quirk that makes its reset line broken - after a couple of assert/
deassert cycles, it will hang for good and will not wake up again.

This GPU requires mesa changes for proper rendering, and lots of them
at that. The command streams are quite far away from any other A6XX
GPU and hence it needs special care. This patch was validated both
by running an (incomplete) downstream mesa with some hacks (frames
rendered correctly, though some instructions made the GPU hangcheck
which is expected - garbage in, garbage out) and by replaying RD
traces captured with the downstream KGSL driver - no crashes there,
ever.

Add support for this GPU on the kernel side, which comes down to
pretty simply adding A612 HWCG tables, altering a few values and
adding a special case for handling the reset line.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/542779/
Signed-off-by: Rob Clark <robdclark@chromium.org>
2023-06-18 11:34:29 -07:00
..
adreno drm/msm/a6xx: Add A610 support 2023-06-18 11:34:29 -07:00
disp drm/msm/dpu: remove unused INTF_NONE interfaces 2023-06-16 12:43:38 +03:00
dp drm/msm/dp: Free resources after unregistering them 2023-06-15 13:20:31 +03:00
dsi drm/msm/dsi: split dsi_ctrl_config() function 2023-06-16 12:46:47 +03:00
hdmi drm/msm: Update generated headers 2023-03-21 09:10:47 -07:00
Kconfig drm/msm: Use regular fbdev I/O helpers 2023-06-01 12:41:40 +02:00
Makefile drm/msm/dpu: add support for DSC encoder v1.2 engine 2023-06-15 13:05:05 +03:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c drm/msm/atomic: Don't try async if crtc not active 2023-04-24 13:18:36 -07:00
msm_debugfs.c drm/msm: Remove unnecessary (void*) conversions 2023-06-04 05:23:39 +03:00
msm_debugfs.h
msm_drv.c Merge branch 'drm-next' of git://anongit.freedesktop.org/drm/drm into msm-next-lumag-base 2023-06-13 00:23:33 +03:00
msm_drv.h Merge branch 'msm-next-lumag-dpu' into msm-next-lumag 2023-04-06 20:29:50 +03:00
msm_dsc_helper.h drm/msm: Add MSM-specific DSC helper methods 2023-06-15 12:58:56 +03:00
msm_fb.c
msm_fbdev.c drm/msm: provide fb_dirty implemenation 2023-06-15 13:08:51 +03:00
msm_fence.c drm/msm: Add deadline based boost support 2023-03-28 15:46:15 -07:00
msm_fence.h drm/msm: Add deadline based boost support 2023-03-28 15:46:15 -07:00
msm_gem_prime.c
msm_gem_shrinker.c drm/msm/gem: Prevent blocking within shrinker loop 2023-02-27 07:06:56 +03:00
msm_gem_submit.c drm/msm: Move cmdstream dumping out of sched kthread 2023-06-10 06:46:12 -07:00
msm_gem_vma.c drm/msm: Decouple vma tracking from obj lock 2023-03-25 16:31:44 -07:00
msm_gem.c Merge branch 'drm-next' of git://anongit.freedesktop.org/drm/drm into msm-next-lumag-base 2023-06-13 00:23:33 +03:00
msm_gem.h drm/msm/gem: Avoid obj lock in job_run() 2023-03-25 16:31:44 -07:00
msm_gpu_devfreq.c drm/msm/adreno: Use OPP for every GPU generation 2023-03-20 11:04:59 -07:00
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpu.c Merge branch 'drm-next' of git://anongit.freedesktop.org/drm/drm into msm-next-lumag-base 2023-06-13 00:23:33 +03:00
msm_gpu.h drm/msm/gpu: Move BO allocation out of hw_init 2023-03-25 16:31:45 -07:00
msm_gpummu.c
msm_io_utils.c drm/msm: Include <linux/io.h> 2023-04-06 20:29:40 +03:00
msm_iommu.c drm/msm: Be more shouty if per-process pgtables aren't working 2023-05-17 08:53:47 -07:00
msm_kms.h drm/msm/atomic: Switch to vblank_start helper 2023-03-28 15:46:15 -07:00
msm_mdss.c drm/msm: mdss: Add SM6375 support 2023-06-08 02:13:44 +03:00
msm_mmu.h drm/msm/adreno: stall translation on fault for all GPU families 2023-03-28 15:49:09 -07:00
msm_perf.c
msm_rd.c drm/msm: Move cmdstream dumping out of sched kthread 2023-06-10 06:46:12 -07:00
msm_ringbuffer.c drm/msm/gem: Avoid obj lock in job_run() 2023-03-25 16:31:44 -07:00
msm_ringbuffer.h drm/msm: Hangcheck progress detection 2022-11-17 10:39:12 -08:00
msm_submitqueue.c drm/msm: Switch idr_lock to spinlock 2023-03-25 16:31:44 -07:00
NOTES