2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/gpu/drm/msm
Dave Airlie 49a5fdc06c Merge tag 'drm-msm-fixes-2025-06-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
Fixes for v6.16-rc3

Display:
- Fixed DP output on SDM845
- Fixed 10nm DSI PLL init

GPU:
- SUBMIT ioctl error path leak fixes
- drm half of stall-on-fault fixes.  Note there is a soft dependency,
  to get correct mmu fault devcoredumps, on arm-smmu changes which
  are not in this branch, but have already been merged by Linus.  So
  by the time Linus merges this, everything should be peachy.
- a7xx: Missing CP_RESET_CONTEXT_STATE
- Skip GPU component bind if GPU is not in the device table.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <rob.clark@oss.qualcomm.com>
Link: https://lore.kernel.org/r/CACSVV03=OH74ip8O1xqb8RJWGyM4HFuUnWuR=p3zJR+-ko_AJA@mail.gmail.com
2025-06-18 11:37:14 +10:00
..
adreno Merge tag 'drm-msm-fixes-2025-06-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-06-18 11:37:14 +10:00
disp Merge tag 'drm-msm-fixes-2025-06-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-06-18 11:37:14 +10:00
dp drm/msm/dp: Disable wide bus support for SDM845 2025-06-09 01:31:42 +03:00
dsi drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate 2025-06-09 08:33:41 +03:00
hdmi drm/msm/hdmi: wire in hpd_enable/hpd_disable bridge ops 2025-05-12 19:18:48 +03:00
registers drivers: gpu: drm: msm: registers: improve reproducibility 2025-06-09 12:50:20 -07:00
.gitignore
Kconfig drm/msm/dp: reuse generic HDMI codec implementation 2025-05-02 03:54:03 +03:00
Makefile drm/msm/mdp4: switch LVDS to use drm_bridge/_connector 2025-05-02 01:14:11 +03:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c
msm_debugfs.c drm/msm: Temporarily disable stall-on-fault after a page fault 2025-06-09 11:37:34 -07:00
msm_debugfs.h
msm_drv.c drm/msm/adreno: Check for recognized GPU before bind 2025-06-09 16:42:09 -07:00
msm_drv.h drm/msm: Temporarily disable stall-on-fault after a page fault 2025-06-09 11:37:34 -07:00
msm_dsc_helper.h
msm_fb.c
msm_fbdev.c
msm_fence.c
msm_fence.h
msm_gem_prime.c drm/msm: Test for imported buffers with drm_gem_is_imported() 2025-04-14 10:53:11 +02:00
msm_gem_shrinker.c
msm_gem_submit.c drm/msm: Fix another leak in the submit error path 2025-06-09 11:27:28 -07:00
msm_gem_vma.c
msm_gem.c drm/msm: Test for imported buffers with drm_gem_is_imported() 2025-04-14 10:53:11 +02:00
msm_gem.h drm/msm: Test for imported buffers with drm_gem_is_imported() 2025-04-14 10:53:11 +02:00
msm_gpu_devfreq.c drm/msm/gpu: Fix crash when throttling GPU immediately during boot 2025-05-04 09:20:28 -07:00
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpu.c Merge tag 'drm-msm-fixes-2025-06-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-06-18 11:37:14 +10:00
msm_gpu.h drm/msm/adreno: Check for recognized GPU before bind 2025-06-09 16:42:09 -07:00
msm_io_utils.c
msm_iommu.c drm/msm: Temporarily disable stall-on-fault after a page fault 2025-06-09 11:37:34 -07:00
msm_kms.c
msm_kms.h
msm_mdss.c drm for 6.16-rc1 2025-05-28 09:46:39 -07:00
msm_mdss.h
msm_mmu.h drm/msm: Temporarily disable stall-on-fault after a page fault 2025-06-09 11:37:34 -07:00
msm_perf.c
msm_rd.c
msm_ringbuffer.c drm/msm: Convert comma to semicolon 2025-05-01 23:39:53 +03:00
msm_ringbuffer.h
msm_submitqueue.c
NOTES