mirror-linux/drivers/gpu/drm/msm
Dave Airlie 4cd33d972e Merge tag 'drm-msm-fixes-2024-10-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
Fixes for v6.12

Display:
- move CRTC resource assignment to atomic_check otherwise to make
  consecutive calls to atomic_check() consistent
- fix rounding / sign-extension issues with pclk calculation in
  case of DSC
- cleanups to drop incorrect null checks in dpu snapshots
- fix to use kvzalloc in dpu snapshot to avoid allocation issues
  in heavily loaded system cases
- Fix to not program merge_3d block if dual LM is not being used
- Fix to not flush merge_3d block if its not enabled otherwise
  this leads to false timeouts

GPU:
- a7xx: add a fence wait before SMMU table update

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <robdclark@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGsp3Zbd_H3FhHdRz9yCYA4wxX4SenpYRSk=Mx2d8GMSuQ@mail.gmail.com
2024-10-17 17:40:55 +10:00
..
adreno drm/msm/a6xx+: Insert a fence wait before SMMU table update 2024-10-15 17:18:16 -07:00
disp Merge tag 'drm-msm-fixes-2024-10-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2024-10-17 17:40:55 +10:00
dp drm/msm/dp: enable widebus on all relevant chipsets 2024-09-02 02:53:44 +03:00
dsi drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation 2024-10-14 13:16:17 -07:00
hdmi drm/msm/hdmi: drop pll_cmp_to_fdata from hdmi_phy_8998 2024-10-14 13:16:16 -07:00
registers drm/msm: add msm8998 hdmi phy/pll support 2024-09-02 02:53:44 +03:00
.gitignore
Kconfig drm/bridge-connector: move to DRM_DISPLAY_HELPER module 2024-09-03 10:18:31 +02:00
Makefile drm/msm: add msm8998 hdmi phy/pll support 2024-09-02 02:53:44 +03:00
NOTES
msm_atomic.c
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_debugfs.c drm/msm: clean up fault injection usage 2024-09-01 20:43:33 -07:00
msm_debugfs.h
msm_drv.c drm/msm: clean up fault injection usage 2024-09-01 20:43:33 -07:00
msm_drv.h Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
msm_dsc_helper.h
msm_fb.c
msm_fbdev.c
msm_fence.c
msm_fence.h
msm_gem.c drm/msm/gem: Add missing rcu_dereference() 2024-07-02 07:20:34 -07:00
msm_gem.h
msm_gem_prime.c
msm_gem_shrinker.c
msm_gem_submit.c
msm_gem_vma.c
msm_gpu.c drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs 2024-09-01 08:17:53 -07:00
msm_gpu.h
msm_gpu_devfreq.c
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_io_utils.c
msm_iommu.c drm/msm: Use iommu_paging_domain_alloc() 2024-07-04 14:09:33 +01:00
msm_kms.c
msm_kms.h
msm_mdss.c drm/msm: fix the highest_bank_bit for sc7180 2024-08-13 12:36:39 -07:00
msm_mdss.h
msm_mmu.h
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
msm_ringbuffer.h
msm_submitqueue.c