twx-linux/drivers/gpu/drm/msm
Dave Airlie 5d34b050c7 Merge tag 'drm-msm-fixes-2024-08-19' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
Fixes for v6.11-rc5

1) Fixes from the virtual plane series, namely
   - fix the list of formats for QCM2290 since it has no YUV support
   - minor fix in dpu_plane_atomic_check_pipe() to check only for csc and
     not csc and scaler while allowing yuv formats
   - take rotation into account while allocating virtual planes

2) Fix to cleanup FB if dpu_format_populate_layout() fails. This fixes the
   warning splat during DRM file closure

3) Fix to reset the phy link params before re-starting link training. This
   fixes the 100% link training failure when someone starts modetest while
   cable is connected

4) Long pending fix to fix a visual corruption seen for 4k modes. Root-cause
   was we cannot support 4k@30 with 30bpp with 2 lanes so this is a critical
   fix to use 24bpp for such cases

5) Fix to move dpu encoder's connector assignment to atomic_enable(). This
   fixes the NULL ptr crash for cases when there is an atomic_enable()
   without atomic_modeset() after atomic_disable() . This happens for
   connectors_changed case of crtc. It fixes a NULL ptr crash reported
   during hotplug.

6) Fix to simplify DPU's debug macros without which dynamic debug does not
   work as expected

7) Fix the highest bank bit setting for sc7180

8) adreno: fix error return if missing firmware-name

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <robdclark@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGvxF2p3-AsjUydmSYrA0Vb+Ea7nh3VtNX0pT0Ae_Me-Kw@mail.gmail.com
2024-08-23 06:46:29 +10:00
..
adreno drm/msm/adreno: Fix error return if missing firmware-name 2024-08-15 10:12:07 -07:00
disp drm/msm/dpu: take plane rotation into account for wide planes 2024-08-05 13:56:02 -07:00
dp drm/msm/dp: reset the link phy params before link training 2024-08-05 13:55:26 -07:00
dsi drm/msm/dsi: Add phy configuration for MSM8937 2024-06-25 01:09:09 +03:00
hdmi drm/msm: Drop msm_read/writel 2024-04-22 16:22:50 +03:00
registers drm/msm: remove python 3.9 dependency for compiling msm 2024-05-30 18:49:23 +02:00
.gitignore drm/msm: generate headers on the fly 2024-04-22 16:22:50 +03:00
Kconfig drm/msm: Add GPU memory traces 2024-06-21 13:41:43 -07:00
Makefile drm/msm/adreno: Split catalog into separate files 2024-06-20 09:45:25 -07:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c
msm_debugfs.c
msm_debugfs.h
msm_drv.c drm/msm: remove dependencies from core onto adreno headers 2024-04-22 16:22:49 +03:00
msm_drv.h drm/msm/dsi: parse vsync source from device tree 2024-06-24 19:41:05 +03:00
msm_dsc_helper.h
msm_fb.c drm/msm: drop msm_kms_funcs::get_format() callback 2024-04-23 12:56:30 +03:00
msm_fbdev.c
msm_fence.c
msm_fence.h
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
msm_gem_submit.c
msm_gem_vma.c
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
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpu.c drm/msm: Add obj flags to gpu devcoredump 2024-06-21 13:41:43 -07:00
msm_gpu.h drm/msm: Add obj flags to gpu devcoredump 2024-06-21 13:41:43 -07:00
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 drm/msm: Add newlines to some debug prints 2024-03-29 13:25:22 -07:00
msm_kms.h drm/msm: drop msm_kms_funcs::get_format() callback 2024-04-23 12:56:30 +03:00
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 drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c 2024-04-22 16:22:49 +03:00
msm_perf.c
msm_rd.c
msm_ringbuffer.c
msm_ringbuffer.h
msm_submitqueue.c
NOTES