Re: [PATCH 1/5] drm/msm/dsi: do not store internal bridge pointer

2024-01-10 Thread Abhinav Kumar
On 10/9/2023 1:57 PM, Dmitry Baryshkov wrote: Since the driver was switched to devm_drm_bridge_add(), there is no need anymore to store the created bridge instance in struct msm_dsi. Drop this field and pass data directly. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dsi/dsi.c

[PATCH 1/5] drm/msm/dsi: do not store internal bridge pointer

2023-10-09 Thread Dmitry Baryshkov
Since the driver was switched to devm_drm_bridge_add(), there is no need anymore to store the created bridge instance in struct msm_dsi. Drop this field and pass data directly. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dsi/dsi.c | 8 +--- drivers/gpu/drm/msm/dsi/dsi.h