mirror_ubuntu-kernels/drivers/gpu/drm/msm
Dave Airlie 6d8372713c Merge tag 'drm-msm-next-2024-04-11' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
Fixes for v6.9

Display:
- Fixes for PM refcount leak when DP goes to disconnected state and
  also when link training fails. This is also one of the issues found
  with the pm runtime series
- Add missing newlines to prints in msm_fb and msm_kms
- Change permissions of some dpu debugfs entries which write to const
  data from catalog to read-only to avoid protection faults
- Fix the interface table for the catalog of X1E80100. This is an
  important fix to bringup DP for X1E80100.
- Logging fix to print the callback symbol in the invalid IRQ message
  case rather than printing when its known to be NULL.
- Bindings fix to add DP node as child of mdss for mdss node
- Minor typo fix in DP driver API which handles port status change

GPU:
- fix CHRASHDUMP_READ()
- fix HHB (highest bank bit) for a619 to fix UBWC corruption

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <robdclark@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGvFwRUcHGWva7oDeydq1PTiZMduuykCD2MWaFrT4iMGZA@mail.gmail.com
2024-04-12 11:01:45 +10:00
..
adreno drm/msm/adreno: Set highest_bank_bit for A619 2024-04-05 11:24:53 -07:00
disp drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible 2024-04-01 16:02:40 -07:00
dp Merge tag 'drm-msm-next-2024-04-11' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2024-04-12 11:01:45 +10:00
dsi drm/msm/dsi: Document DSC related pclk_rate and hdisplay calculations 2024-02-11 22:38:08 +02:00
hdmi drm/msm/hdmi: switch to ->edid_read callback 2024-02-09 10:15:57 +02:00
Kconfig drm/msm/gem: Convert to drm_exec 2023-12-10 11:19:44 -08:00
Makefile drm/msm/dp: move parity calculation to dp_utils 2024-03-04 11:35:05 +02:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c
msm_debugfs.c drm/msm: don't create GPU-related debugfs files with no GPU present 2023-11-20 18:31:42 -08:00
msm_debugfs.h
msm_drv.c drm/msm/dpu: add support for SDM660 and SDM630 platforms 2024-02-19 13:39:40 +02:00
msm_drv.h drm/msm/dpu: split dpu_encoder_wait_for_event into two functions 2024-03-04 11:41:09 +02:00
msm_dsc_helper.h
msm_fb.c drm/msm: Add newlines to some debug prints 2024-03-29 13:25:22 -07:00
msm_fbdev.c
msm_fence.c
msm_fence.h
msm_gem_prime.c drm/msm/gem: Fix double resv lock aquire 2024-02-01 14:59:35 -08: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/gem: Convert to drm_exec 2023-12-10 11:19:44 -08:00
msm_gem_vma.c
msm_gem.c drm/msm/gem: Demote userspace errors to DRM_UT_DRIVER 2023-11-20 18:35:26 -08:00
msm_gem.h drm/msm/gem: Convert to drm_exec 2023-12-10 11:19:44 -08:00
msm_gpu_devfreq.c
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpu.c Revert "drm/msm/gpu: Push gpu lock down past runpm" 2024-02-01 15:24:10 -08:00
msm_gpu.h drm/sched: Reverse run-queue priority enumeration 2023-11-24 23:03:53 -05:00
msm_gpummu.c
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: Wire up tlb ops 2024-02-15 08:51:31 -08: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/mdp5: drop split display support 2024-02-11 22:38:06 +02:00
msm_mdss.c drm/msm: mdss: Add X1E80100 support 2024-02-22 23:23:24 +02:00
msm_mdss.h drm/msm/mdss: Handle the reg bus ICC path 2023-12-05 04:09:43 +03:00
msm_mmu.h
msm_perf.c
msm_rd.c drm/msm: don't create GPU-related debugfs files with no GPU present 2023-11-20 18:31:42 -08:00
msm_ringbuffer.c Revert "drm/msm/gpu: Push gpu lock down past runpm" 2024-02-01 15:24:10 -08:00
msm_ringbuffer.h drm/msm/a6xx: Add skeleton A7xx support 2023-10-09 11:22:05 -07:00
msm_submitqueue.c
NOTES