Re: [PATCH v3 13/14] drm/msm/dp: drop struct msm_dp_panel_in

2024-12-12 Thread Abhinav Kumar
On 12/12/2024 12:53 AM, Dmitry Baryshkov wrote: On Thu, 12 Dec 2024 at 05:26, Abhinav Kumar wrote: On 12/11/2024 3:41 PM, Dmitry Baryshkov wrote: All other submodules pass arguments directly. Drop struct msm_dp_panel_in that is used to wrap dp_panel's submodule args and pass all data to

Re: [PATCH v3 13/14] drm/msm/dp: drop struct msm_dp_panel_in

2024-12-12 Thread Dmitry Baryshkov
On Thu, 12 Dec 2024 at 05:26, Abhinav Kumar wrote: > > > > On 12/11/2024 3:41 PM, Dmitry Baryshkov wrote: > > All other submodules pass arguments directly. Drop struct > > msm_dp_panel_in that is used to wrap dp_panel's submodule args and pass > > all data to msm_dp_panel_get() directly. > > > > R

Re: [PATCH v3 13/14] drm/msm/dp: drop struct msm_dp_panel_in

2024-12-11 Thread Abhinav Kumar
On 12/11/2024 3:41 PM, Dmitry Baryshkov wrote: All other submodules pass arguments directly. Drop struct msm_dp_panel_in that is used to wrap dp_panel's submodule args and pass all data to msm_dp_panel_get() directly. Reviewed-by: Stephen Boyd Signed-off-by: Dmitry Baryshkov --- drivers/g