linux-stable/drivers/gpu/drm/msm
Daniel Vetter b8d85bb505 Merge tag 'drm-msm-next-2023-04-10' of https://gitlab.freedesktop.org/drm/msm into drm-next
main pull request for v6.4

Core Display:
============
* Bugfixes for error handling during probe
* rework UBWC decoder programming
* prepare_commit cleanup
* bindings for SM8550 (MDSS, DPU), SM8450 (DP)
* timeout calculation fixup
* atomic: use drm_crtc_next_vblank_start() instead of our own
  custom thing to calculate the start of next vblank

DP:
==
* interrupts cleanup

DPU:
===
* DSPP sub-block flush on sc7280
* support AR30 in addition to XR30 format
* Allow using REC_0 and REC_1 to handle wide (4k) RGB planes
* Split the HW catalog into individual per-SoC files

DSI:
===
* rework DSI instance ID detection on obscure platforms

GPU:
===
* uapi C++ compatibility fix
* a6xx: More robust gdsc reset
* a3xx and a4xx devfreq support
* update generated headers
* various cleanups and fixes
* GPU and GEM updates to avoid allocations which could trigger
  reclaim (shrinker) in fence signaling path
* dma-fence deadline hint support and wait-boost
* a640 speedbin support
* a650 speedbin support

Conflicts in drivers/gpu/drm/msm/adreno/adreno_gpu.c:

Conflict between the 7fa5047a43 ("drm: Use of_property_present() for
testing DT property presence") and 9f251f9340 ("drm/msm/adreno: Use
OPP for every GPU generation"). The latter removed the of_ function
call outright, so I went with what's in the PR unchanged.

From: Rob Clark <robdclark@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGvwuj5tabyW910+N-B=5kFNAC7QNYoQ=0xi3roBjQvFFQ@mail.gmail.com
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2023-04-11 12:21:50 +02:00
..
adreno drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error 2023-04-03 07:40:04 -07:00
disp drm/msm/dpu: drop unused macros from hw catalog 2023-04-07 03:54:50 +03:00
dp drm/msm/dp: Fix spelling mistake "Capabiity" -> "Capability" 2023-04-06 20:29:44 +03:00
dsi drm/msm/dsi: Remove custom DSI config handling 2023-04-06 20:29:45 +03:00
hdmi drm/msm: Update generated headers 2023-03-21 09:10:47 -07:00
Kconfig drm/msm/a6xx: add CONFIG_PM dependency 2023-03-25 11:27:20 -07:00
Makefile
msm_atomic.c drm/msm/dpu: manage DPU resources if CTM is requested 2023-04-06 20:29:43 +03:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_debugfs.c drm/msm: Implement fbdev emulation as in-kernel client 2023-04-06 20:29:40 +03:00
msm_debugfs.h
msm_drv.c Merge branch 'msm-next-lumag-dpu' into msm-next-lumag 2023-04-06 20:29:50 +03:00
msm_drv.h Merge branch 'msm-next-lumag-dpu' into msm-next-lumag 2023-04-06 20:29:50 +03:00
msm_fb.c
msm_fbdev.c drm/msm: Implement fbdev emulation as in-kernel client 2023-04-06 20:29:40 +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.c drm/msm: Add wait-boost support 2023-03-28 15:46:15 -07:00
msm_gem.h drm/msm/gem: Avoid obj lock in job_run() 2023-03-25 16:31:44 -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: Use drm_sched_job_add_syncobj_dependency() 2023-04-06 20:29:39 +03:00
msm_gem_vma.c drm/msm: Decouple vma tracking from obj lock 2023-03-25 16:31:44 -07:00
msm_gpu.c drm/msm/adreno: Use OPP for every GPU generation 2023-03-20 11:04:59 -07:00
msm_gpu.h drm/msm/gpu: Move BO allocation out of hw_init 2023-03-25 16:31:45 -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_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/adreno: stall translation on fault for all GPU families 2023-03-28 15:49:09 -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: Fix spelling mistake "Unuspported" -> "Unsupported" 2023-04-06 20:29:40 +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
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