Re: [PATCH 4/5] drm/msm/dsi: remove msm_dsi::encoder

2024-01-10 Thread Abhinav Kumar
On 10/9/2023 1:57 PM, Dmitry Baryshkov wrote: There is no need anymore to stop the drm_encoder instance in struct msm_dsi. Remove corresponding field. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dsi/dsi.c | 4 +--- drivers/gpu/drm/msm/dsi/dsi.h | 6 ++ dri

[PATCH 4/5] drm/msm/dsi: remove msm_dsi::encoder

2023-10-09 Thread Dmitry Baryshkov
There is no need anymore to stop the drm_encoder instance in struct msm_dsi. Remove corresponding field. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dsi/dsi.c | 4 +--- drivers/gpu/drm/msm/dsi/dsi.h | 6 ++ drivers/gpu/drm/msm/dsi/dsi_manager.c | 8 +++- 3 fil