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 9a1cd7d6df Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
Fixes for v6.14-rc4

Display:
* More catalog fixes:
 - to skip watchdog programming through top block if its not present
 - fix the setting of WB mask to ensure the WB input control is programmed
   correctly through ping-pong
 - drop lm_pair for sm6150 as that chipset does not have any 3dmerge block
* Fix the mode validation logic for DP/eDP to account for widebus (2ppc)
  to allow high clock resolutions
* Fix to disable dither during encoder disable as otherwise this was
  causing kms_writeback failure due to resource sharing between
* WB and DSI paths as DSI uses dither but WB does not
* Fixes for virtual planes, namely to drop extraneous return and fix
  uninitialized variables
* Fix to avoid spill-over of DSC encoder block bits when programming
  the bits-per-component
* Fixes in the DSI PHY to protect against concurrent access of
  PHY_CMN_CLK_CFG regs between clock and display drivers

Core/GPU:
* Fix non-blocking fence wait incorrectly rounding up to 1 jiffy timeout
* Only print GMU fw version once, instead of each time the GPU resumes

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <robdclark@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGtt2AODBXdod8ULXcAygf_qYvwRDVeUVtODx=2jErp6cA@mail.gmail.com
2025-02-21 10:50:29 +10:00
..
adreno Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-02-21 10:50:29 +10:00
disp Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-02-21 10:50:29 +10:00
dp Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-02-21 10:50:29 +10:00
dsi Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-02-21 10:50:29 +10:00
hdmi Merge tag 'drm-msm-next-2025-01-07' of gitlab.freedesktop.org:drm/msm into drm-next 2025-01-13 11:14:07 +10:00
registers drm/msm/dsi/phy: Do not overwite PHY_CMN_CLK_CFG1 when choosing bitclk source 2025-02-15 11:46:42 -08:00
.gitignore drm/msm: generate headers on the fly 2024-04-22 16:22:50 +03:00
Kconfig drm/display: Drop obsolete dependency on COMPILE_TEST 2024-10-18 13:06:55 +03:00
Makefile drm/msm/dpu: Add dpu_hw_cwb abstraction for CWB block 2024-12-24 22:04:59 +02:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c treewide: Introduce kthread_run_worker[_on_cpu]() 2025-01-08 18:15:03 +01:00
msm_debugfs.c drm/msm: clean up fault injection usage 2024-09-01 20:43:33 -07:00
msm_debugfs.h
msm_drv.c Merge tag 'drm-msm-next-2025-01-07' of gitlab.freedesktop.org:drm/msm into drm-next 2025-01-13 11:14:07 +10:00
msm_drv.h drm/msm: Avoid rounding up to one jiffy 2025-02-15 09:24:02 -08:00
msm_dsc_helper.h drm/msm: Add MSM-specific DSC helper methods 2023-06-15 12:58:56 +03:00
msm_fb.c drm/msm: drop msm_kms_funcs::get_format() callback 2024-04-23 12:56:30 +03:00
msm_fbdev.c drm/msm: Run DRM default client setup 2024-09-26 09:31:29 +02:00
msm_fence.c drm/msm: Fix hw_fence error path cleanup 2023-07-17 12:54:20 -07:00
msm_fence.h drm/msm: Add deadline based boost support 2023-03-28 15:46:15 -07:00
msm_gem_prime.c drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}() 2024-03-11 13:33:50 +01:00
msm_gem_shrinker.c drm/msm: Reduce fallout of fence signaling vs reclaim hangs 2023-11-20 17:15:02 -08:00
msm_gem_submit.c drm/msm: UAPI error reporting 2025-01-03 07:20:28 -08:00
msm_gem_vma.c drm/msm: Remove vma use tracking 2023-08-10 13:08:03 -07:00
msm_gem.c drm/msm/gem: Add missing rcu_dereference() 2024-07-02 07:20:34 -07:00
msm_gem.h drm/msm: Acquire reservation lock in GEM pin/unpin callback 2024-03-11 13:33:50 +01:00
msm_gpu_devfreq.c drm/msm/gpu: Check the status of registration to PM QoS 2024-10-27 08:26:07 -07:00
msm_gpu_trace.h drm/msm/a6xx: Add traces for preemption 2024-10-03 13:21:52 -07:00
msm_gpu_tracepoints.c
msm_gpu.c treewide: Introduce kthread_run_worker[_on_cpu]() 2025-01-08 18:15:03 +01:00
msm_gpu.h drm/msm/a6xx: Track current_ctx_seqno per ring 2024-10-03 13:18:34 -07:00
msm_io_utils.c drm/msm/dpu: support binding to the mdp5 devices 2024-02-19 13:39:39 +02:00
msm_iommu.c drm/msm: Use iommu_paging_domain_alloc() 2024-07-04 14:09:33 +01:00
msm_kms.c Kthreads affinity follow either of 4 existing different patterns: 2025-01-21 17:10:05 -08:00
msm_kms.h drm/msm/dpu: drop dpu_format_check_modified_format 2024-10-21 14:11:11 +03:00
msm_mdss.c Merge tag 'drm-msm-next-2025-01-07' of gitlab.freedesktop.org:drm/msm into drm-next 2025-01-13 11:14:07 +10:00
msm_mdss.h drm/msm/mdss: use boolean values for macrotile_mode 2024-12-15 14:24:33 +02:00
msm_mmu.h drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c 2024-04-22 16:22:49 +03:00
msm_perf.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
msm_rd.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
msm_ringbuffer.c drm/msm: Fix some typos in comment 2024-10-27 08:21:50 -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: UAPI error reporting 2025-01-03 07:20:28 -08:00
NOTES