Re: [PATCH 05/45] drm/msm/dp: add a helper to read mst caps for dp_panel

2025-05-28 Thread Dmitry Baryshkov
On Mon, May 26, 2025 at 08:26:47PM +0800, Yongxing Mou wrote: > > > On 2024/12/6 16:52, Dmitry Baryshkov wrote: > > On Thu, Dec 05, 2024 at 08:31:36PM -0800, Abhinav Kumar wrote: > > > Add a helper to check whether a dp_panel is mst capable. > > > > > > Signed-off-by: Abhinav Kumar > > > --- >

Re: [PATCH 05/45] drm/msm/dp: add a helper to read mst caps for dp_panel

2025-05-26 Thread Yongxing Mou
On 2024/12/6 16:52, Dmitry Baryshkov wrote: On Thu, Dec 05, 2024 at 08:31:36PM -0800, Abhinav Kumar wrote: Add a helper to check whether a dp_panel is mst capable. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_aux.h | 1 + drivers/gpu/drm/msm/dp/dp_panel.c | 14 ++

Re: [PATCH 05/45] drm/msm/dp: add a helper to read mst caps for dp_panel

2024-12-06 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:36PM -0800, Abhinav Kumar wrote: > Add a helper to check whether a dp_panel is mst capable. > > Signed-off-by: Abhinav Kumar > --- > drivers/gpu/drm/msm/dp/dp_aux.h | 1 + > drivers/gpu/drm/msm/dp/dp_panel.c | 14 ++ > drivers/gpu/drm/msm/dp/dp_panel.

[PATCH 05/45] drm/msm/dp: add a helper to read mst caps for dp_panel

2024-12-05 Thread Abhinav Kumar
Add a helper to check whether a dp_panel is mst capable. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_aux.h | 1 + drivers/gpu/drm/msm/dp/dp_panel.c | 14 ++ drivers/gpu/drm/msm/dp/dp_panel.h | 1 + 3 files changed, 16 insertions(+) diff --git a/drivers/gpu/drm/msm