Re: [PATCH 30/45] drm/msm/dp: add dp_display_get_panel() to initialize DP panel

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:32:01PM -0800, Abhinav Kumar wrote: > Add an API dp_display_get_panel() to initialize and return a DP > panel to be used by DP MST module. Since some of the fields of > DP panel are private, dp_display module needs to initialize these > parts and return the panel back. >

[PATCH 30/45] drm/msm/dp: add dp_display_get_panel() to initialize DP panel

2024-12-05 Thread Abhinav Kumar
Add an API dp_display_get_panel() to initialize and return a DP panel to be used by DP MST module. Since some of the fields of DP panel are private, dp_display module needs to initialize these parts and return the panel back. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_display.c |