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 49862587fa Merge tag 'drm-msm-fixes-2025-08-26' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
Fixes for v6.17-rc4

Core/GPU:
- fix comment doc warning in gpuvm
- fix build with KMS disabled
- fix pgtable setup/teardown race
- global fault counter fix
- various error path fixes
- GPU devcoredump snapshot fixes
- handle in-place VM_BIND remaps to solve turnip vm update race
- skip re-emitting IBs for unusable VMs
- Don't use %pK through printk
- moved display snapshot init earlier, fixing a crash

DPU:
- Fixed crash in virtual plane checking code
- Fixed mode comparison in virtual plane checking code

DSI:
- Adjusted width of resulution-related registers
- Fixed locking issue on 14nm PLLs

UBWC (per Bjorn's ack)
- Added UBWC configuration for several missing platforms (fixing
  regression)

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <rob.clark@oss.qualcomm.com>
Link: https://lore.kernel.org/r/CACSVV02+u1VW1dzuz6JWwVEfpgTj6Y-JXMH+vX43KsKTVsW+Yg@mail.gmail.com
2025-08-29 09:05:18 +10:00
..
adreno drm/msm: Fix a7xx TPL1 cluster snapshot 2025-08-07 09:22:28 -07:00
disp drm/msm/dpu: Add a null ptr check for dpu_encoder_needs_modeset 2025-08-25 14:00:27 -07:00
dp drm/bridge: Pass down connector to drm bridge detect hook 2025-07-14 18:23:18 +03:00
dsi drm/msm/dsi: Fix 14nm DSI PHY PLL Lock issue 2025-08-13 20:17:45 +03:00
hdmi drm/bridge: Pass down connector to drm bridge detect hook 2025-07-14 18:23:18 +03:00
registers drm/msm: update the high bitfield of certain DSI registers 2025-08-13 20:25:05 +03:00
.gitignore
Kconfig drm/msm: rearrange symbol selection 2025-07-05 07:13:35 -07:00
Makefile drm/msm: make it possible to disable KMS-related code. 2025-07-05 07:13:35 -07:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() 2025-03-05 04:33:33 +02:00
msm_debugfs.c drm/msm: Fix dereference of pointer minor before null check 2025-08-07 09:22:27 -07:00
msm_debugfs.h
msm_drv.c drm/msm: Take the ioctls away from the KMS-only driver 2025-07-05 09:59:12 -07:00
msm_drv.h drm: Pass the format info to .fb_create() 2025-07-16 20:03:14 +03:00
msm_dsc_helper.h drm/msm/dsi: Use existing per-interface slice count in DSC timing 2025-02-26 12:15:48 +02:00
msm_fb.c drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct() 2025-07-16 20:11:05 +03:00
msm_fbdev.c drm/msm: Rename msm_gem_address_space -> msm_gem_vm 2025-07-04 11:09:44 -07:00
msm_fence.c drm/msm: Switch to use hrtimer_setup() 2025-02-18 11:19:06 +01:00
msm_fence.h
msm_gem_prime.c drm/msm: Defer VMA unmap for fb unpins 2025-07-04 17:48:38 -07:00
msm_gem_shrinker.c drm/msm: Use DMA_RESV_USAGE_BOOKKEEP/KERNEL 2025-07-04 17:48:37 -07:00
msm_gem_submit.c drm/msm: Fix objtool warning in submit_lock_objects() 2025-08-07 09:22:53 -07:00
msm_gem_vma.c drm/msm: Handle in-place remaps 2025-08-07 09:22:28 -07:00
msm_gem.c Merge tag 'drm-msm-fixes-2025-08-26' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-08-29 09:05:18 +10:00
msm_gem.h drm/msm: Fix a few comments 2025-08-07 09:22:28 -07: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 drm/msm: Add mmu prealloc tracepoint 2025-07-04 17:48:38 -07:00
msm_gpu_tracepoints.c
msm_gpu.c drm/msm: skip re-emitting IBs for unusable VMs 2025-08-18 07:51:10 -07:00
msm_gpu.h drm/msm: Add VM logging for VM_BIND updates 2025-07-04 17:48:38 -07:00
msm_io_utils.c drm/msm: Switch to use hrtimer_setup() 2025-02-18 11:19:06 +01:00
msm_iommu.c drm/msm: Fix pagetables setup/teardown serialization 2025-08-01 10:50:26 -07:00
msm_kms.c drm/msm/kms: move snapshot init earlier in KMS init 2025-08-13 20:18:40 +03:00
msm_kms.h drm/msm: make it possible to disable KMS-related code. 2025-07-05 07:13:35 -07:00
msm_mdss.c drm/msm: Don't use %pK through printk 2025-08-18 07:50:49 -07:00
msm_mmu.h drm/msm: Support pgtable preallocation 2025-07-04 17:48:37 -07:00
msm_perf.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
msm_rd.c drm/msm: rd dumping support for sparse 2025-07-04 17:48:37 -07:00
msm_ringbuffer.c drm/msm: Drop queued submits on lastclose() 2025-07-04 17:48:36 -07:00
msm_ringbuffer.h drm/msm/a6xx: Implement preemption for a7xx targets 2024-10-03 13:21:52 -07:00
msm_submitqueue.c drm/msm: Add VM_BIND submitqueue 2025-07-04 17:48:37 -07:00
msm_syncobj.c drm/msm: Extract out syncobj helpers 2025-07-04 17:48:37 -07:00
msm_syncobj.h drm/msm: Extract out syncobj helpers 2025-07-04 17:48:37 -07:00
NOTES