mirror_ubuntu-kernels/drivers/gpu/drm/msm
Dmitry Baryshkov 3637af92de drm/msm/dpu: use drmm-managed allocation for dpu_crtc
Change struct dpu_crtc allocation to use drmm_crtc_alloc_with_planes().
This removes the need to perform any actions on CRTC destruction.

Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/570054/
Link: https://lore.kernel.org/r/20231201211845.1026967-11-dmitry.baryshkov@linaro.org
2023-12-05 22:14:33 +03:00
..
adreno drm/msm/a690: Fix reg values for a690 2023-11-25 11:16:05 -08:00
disp drm/msm/dpu: use drmm-managed allocation for dpu_crtc 2023-12-05 22:14:33 +03:00
dp drm/msm/dp: add a missing unlock in dp_hpd_plug_handle() 2023-12-04 22:40:22 +03:00
dsi drm/msm: dsi: add support for DSI 2.8.0 2023-12-05 03:39:20 +03:00
hdmi Merge tag 'drm-msm-next-2023-10-17' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-10-23 18:29:18 +10:00
Kconfig drm/msm/a6xx: add QMP dependency 2023-12-02 02:49:36 +03:00
Makefile drm/msm: carve out KMS code from msm_drv.c 2023-10-09 11:51:48 -07:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c drm/msm/atomic: Don't try async if crtc not active 2023-04-24 13:18:36 -07:00
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/gem: Add metadata 2023-11-20 18:33:17 -08:00
msm_drv.h drm/msm/dp: delete EV_HPD_INIT_SETUP 2023-12-03 03:13:17 +03:00
msm_dsc_helper.h drm/msm: Add MSM-specific DSC helper methods 2023-06-15 12:58:56 +03:00
msm_fb.c
msm_fbdev.c fbdev: Align deferred I/O with naming of helpers 2023-07-31 20:07:24 +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: Remove struct drm_driver.gem_prime_mmap 2023-06-19 13:56:40 +02: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: Demote allocations to __GFP_NOWARN 2023-11-20 18:35:26 -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: Demote userspace errors to DRM_UT_DRIVER 2023-11-20 18:35:26 -08:00
msm_gem.h drm/msm/gem: Add metadata 2023-11-20 18:33:17 -08:00
msm_gpu_devfreq.c drm/msm/adreno: Use OPP for every GPU generation 2023-03-20 11:04:59 -07:00
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpu.c drm/msm/gpu: Skip retired submits in recover worker 2023-11-20 17:15:19 -08:00
msm_gpu.h drm/msm: Disallow relocs on a6xx+ 2023-08-07 14:51:21 -07:00
msm_gpummu.c
msm_io_utils.c drm/msm: Include <linux/io.h> 2023-04-06 20:29:40 +03:00
msm_iommu.c drm/msm: Be more shouty if per-process pgtables aren't working 2023-05-17 08:53:47 -07:00
msm_kms.c drm/msm: carve out KMS code from msm_drv.c 2023-10-09 11:51:48 -07:00
msm_kms.h drm/msm: carve out KMS code from msm_drv.c 2023-10-09 11:51:48 -07:00
msm_mdss.c drm/msm/mdss: Handle the reg bus ICC path 2023-12-05 04:09:43 +03:00
msm_mdss.h drm/msm/mdss: Handle the reg bus ICC path 2023-12-05 04:09:43 +03:00
msm_mmu.h drm/msm/adreno: stall translation on fault for all GPU families 2023-03-28 15:49:09 -07:00
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 drm/sched: Convert the GPU scheduler to variable number of run-queues 2023-10-26 12:03:47 -04:00
msm_ringbuffer.h drm/msm/a6xx: Add skeleton A7xx support 2023-10-09 11:22:05 -07:00
msm_submitqueue.c drm/msm: Switch idr_lock to spinlock 2023-03-25 16:31:44 -07:00
NOTES