linux/drivers/gpu/drm/msm
Dave Airlie 38f88732b2 Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm into drm-next
Updates for v6.6, which includes a backmerge of msm-fixes to avoid conficts.

Core:
- SM6125 MDSS support

DPU:
- SM6125 DPU support
- Added subblocks to display snapshot
- Use UBWC data from MDSS driver rather than duplicating it
- dpu_core_perf cleanup

DSI:
- Enabled burst mode to fix CMD mode panels
- Runtime PM support
- refgen regulator support

DSI PHY:
- SM6125 support in 14nm DSI PHY driver

GPU:
- Rework GPU identification to prepare for a7xx, and other a7xx prep
- Cleanups and fixes
- Disallow legacy relocs on a6xx and newer
- a690: switch to using a660_gmu.bin fw as this is what we have in
  linux-firmware and we see no evidence that it should be different
  from other a660 family (a6xx subgen 4) devices
- Submit overhead opts, 1.6x faster for NO_IMPLICIT_SYNC commits with
  100 BOs to 2.5x faster for 1000 BOs

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <robdclark@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGv_01g-edjdfKLWWcb-rO5aSyLsv5FpbKrTkXVL9+ngTQ@mail.gmail.com
2023-08-24 10:15:59 +10:00
..
adreno Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-08-24 10:15:59 +10:00
disp Merge branch 'msm-fixes' into msm-next 2023-08-07 14:10:18 -07:00
dp drm: Explicitly include correct DT includes 2023-07-21 09:12:43 +02:00
dsi Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-08-24 10:15:59 +10:00
hdmi drm: Explicitly include correct DT includes 2023-07-21 09:12:43 +02:00
Kconfig fbdev: Use _SYSMEM_ infix for system-memory helpers 2023-07-31 20:07:15 +02:00
Makefile
msm_atomic.c
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_debugfs.c
msm_debugfs.h
msm_drv.c Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-08-24 10:15:59 +10:00
msm_drv.h Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-08-24 10:15:59 +10:00
msm_dsc_helper.h
msm_fb.c
msm_fbdev.c fbdev: Align deferred I/O with naming of helpers 2023-07-31 20:07:24 +02:00
msm_fence.c drm/msm: Fix hw_fence error path cleanup 2023-07-17 12:54:20 -07:00
msm_fence.h
msm_gem.c Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-08-24 10:15:59 +10:00
msm_gem.h drm/msm: Remove vma use tracking 2023-08-10 13:08:03 -07:00
msm_gem_prime.c
msm_gem_shrinker.c
msm_gem_submit.c drm/msm: Remove vma use tracking 2023-08-10 13:08:03 -07:00
msm_gem_vma.c drm/msm: Remove vma use tracking 2023-08-10 13:08:03 -07:00
msm_gpu.c drm/msm/gpu: Push gpu lock down past runpm 2023-08-15 10:09:30 -07:00
msm_gpu.h drm/msm: Disallow relocs on a6xx+ 2023-08-07 14:51:21 -07:00
msm_gpu_devfreq.c
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpummu.c
msm_io_utils.c
msm_iommu.c
msm_kms.h
msm_mdss.c Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-08-24 10:15:59 +10:00
msm_mdss.h drm/msm/mdss: export UBWC data 2023-08-02 12:37:36 +03:00
msm_mmu.h
msm_perf.c
msm_rd.c drm/msm: Use drm_gem_object in submit bos table 2023-08-10 10:44:02 -07:00
msm_ringbuffer.c drm/msm/gpu: Push gpu lock down past runpm 2023-08-15 10:09:30 -07:00
msm_ringbuffer.h
msm_submitqueue.c
NOTES