Re: [PATCH 1/2] drm/msm/dpu: drop unused dpu_kms from interface initialization

2024-03-04 Thread Abhinav Kumar
On 3/4/2024 5:06 AM, Dmitry Baryshkov wrote: On Wed, 28 Feb 2024 at 21:47, Abhinav Kumar wrote: dpu_kms seems unused while initializing DSI, HDMI and DP through their respective _dpu_kms_initialize_* functions. Hence lets drop the parameter altogether. Signed-off-by: Abhinav Kumar ---

Re: [PATCH 1/2] drm/msm/dpu: drop unused dpu_kms from interface initialization

2024-03-04 Thread Dmitry Baryshkov
On Wed, 28 Feb 2024 at 21:47, Abhinav Kumar wrote: > > dpu_kms seems unused while initializing DSI, HDMI and DP through > their respective _dpu_kms_initialize_* functions. > > Hence lets drop the parameter altogether. > > Signed-off-by: Abhinav Kumar > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_kms

Re: [PATCH 1/2] drm/msm/dpu: drop unused dpu_kms from interface initialization

2024-03-04 Thread Dmitry Baryshkov
On Wed, 28 Feb 2024 at 21:47, Abhinav Kumar wrote: > > dpu_kms seems unused while initializing DSI, HDMI and DP through > their respective _dpu_kms_initialize_* functions. > > Hence lets drop the parameter altogether. > > Signed-off-by: Abhinav Kumar Reviewed-by: Dmitry Baryshkov > --- > driv

[PATCH 1/2] drm/msm/dpu: drop unused dpu_kms from interface initialization

2024-02-28 Thread Abhinav Kumar
dpu_kms seems unused while initializing DSI, HDMI and DP through their respective _dpu_kms_initialize_* functions. Hence lets drop the parameter altogether. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletion