Re: [PATCH 15/45] drm/msm/dp: convert dp_display_set_mode() to use dp_panel argument

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:46PM -0800, Abhinav Kumar wrote: > Convert dp_display_set_mode() to use the dp_panel passed to it > as an argument rather than the cached one in dp_display_private. Why? > > Signed-off-by: Abhinav Kumar > --- > drivers/gpu/drm/msm/dp/dp_display.c | 60 > +

[PATCH 15/45] drm/msm/dp: convert dp_display_set_mode() to use dp_panel argument

2024-12-05 Thread Abhinav Kumar
Convert dp_display_set_mode() to use the dp_panel passed to it as an argument rather than the cached one in dp_display_private. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_display.c | 60 ++--- 1 file changed, 30 insertions(+), 30 deletions(-) diff