Re: [PATCH 11/45] drm/msm/dp: split dp_ctrl_off() into stream and link parts

2025-05-28 Thread Dmitry Baryshkov
On Mon, May 26, 2025 at 08:47:22PM +0800, Yongxing Mou wrote: > > > On 2024/12/6 17:14, Dmitry Baryshkov wrote: > > On Thu, Dec 05, 2024 at 08:31:42PM -0800, Abhinav Kumar wrote: > > > Split dp_ctrl_off() into stream and link parts so that for MST > > > cases we can control the link and pixel par

Re: [PATCH 11/45] drm/msm/dp: split dp_ctrl_off() into stream and link parts

2025-05-26 Thread Yongxing Mou
On 2024/12/6 17:14, Dmitry Baryshkov wrote: On Thu, Dec 05, 2024 at 08:31:42PM -0800, Abhinav Kumar wrote: Split dp_ctrl_off() into stream and link parts so that for MST cases we can control the link and pixel parts separately. Please start by describing the problem. Got it. Signed-off

Re: [PATCH 11/45] drm/msm/dp: split dp_ctrl_off() into stream and link parts

2024-12-06 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:42PM -0800, Abhinav Kumar wrote: > Split dp_ctrl_off() into stream and link parts so that for MST > cases we can control the link and pixel parts separately. Please start by describing the problem. > > Signed-off-by: Abhinav Kumar > --- > drivers/gpu/drm/msm/dp/dp

[PATCH 11/45] drm/msm/dp: split dp_ctrl_off() into stream and link parts

2024-12-05 Thread Abhinav Kumar
Split dp_ctrl_off() into stream and link parts so that for MST cases we can control the link and pixel parts separately. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_ctrl.c| 29 +++-- drivers/gpu/drm/msm/dp/dp_ctrl.h| 2 +- drivers/gpu/drm/msm/dp/dp