1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/msm/disp/mdp5
Dmitry Baryshkov ac8aabeeac drm/msm/mdp5: use drmm-managed allocation for mdp5_plane
Change struct mdp5_plane allocation to use drmm_plane_alloc(). This
removes the need to perform any actions on plane destruction.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/546167/
Link: https://lore.kernel.org/r/20230708010407.3871346-11-dmitry.baryshkov@linaro.org
2024-04-23 12:58:45 +03:00
..
mdp5_cfg.c drm/msm/mdp5: use devres-managed allocation for configuration data 2023-12-03 03:12:52 +03:00
mdp5_cfg.h drm/msm/mdp5: add writeback block bases 2024-04-22 16:22:49 +03:00
mdp5_cmd_encoder.c drm/msm/mdp5: drop split display support 2024-02-11 22:38:06 +02:00
mdp5_crtc.c drm/msm: merge dpu_format and mdp_format in struct msm_format 2024-04-23 12:56:29 +03:00
mdp5_ctl.c drm/msm/mdp5: use devres-managed allocation for CTL manager data 2023-12-03 03:12:52 +03:00
mdp5_ctl.h drm/msm/mdp5: use devres-managed allocation for CTL manager data 2023-12-03 03:12:52 +03:00
mdp5_encoder.c drm/msm/mdp5: drop split display support 2024-02-11 22:38:06 +02:00
mdp5_irq.c drm/msm/mdp5: migrate SMP dumping to using atomic_print_state 2024-02-19 14:10:25 +02:00
mdp5_kms.c drm/msm: drop msm_kms_funcs::get_format() callback 2024-04-23 12:56:30 +03:00
mdp5_kms.h drm/msm: Drop msm_read/writel 2024-04-22 16:22:50 +03:00
mdp5_mixer.c drm/msm/mdp5: use devres-managed allocation for mixer data 2023-12-03 03:13:05 +03:00
mdp5_mixer.h drm/msm/mdp5: use devres-managed allocation for mixer data 2023-12-03 03:13:05 +03:00
mdp5_pipe.c drm/msm/mdp5: use devres-managed allocation for pipe data 2023-12-03 03:13:05 +03:00
mdp5_pipe.h drm/msm/mdp5: use devres-managed allocation for pipe data 2023-12-03 03:13:05 +03:00
mdp5_plane.c drm/msm/mdp5: use drmm-managed allocation for mdp5_plane 2024-04-23 12:58:45 +03:00
mdp5_smp.c drm/msm: merge dpu_format and mdp_format in struct msm_format 2024-04-23 12:56:29 +03:00
mdp5_smp.h drm/msm: merge dpu_format and mdp_format in struct msm_format 2024-04-23 12:56:29 +03:00