Re: [PATCH] drm/msm/dp: support setting the DP subconnector type

2023-10-08 Thread Dmitry Baryshkov
On Mon, 04 Sep 2023 01:24:32 +0300, Dmitry Baryshkov wrote: > Read the downstream port info and set the subconnector type accordingly. > > Applied, thanks! [1/1] drm/msm/dp: support setting the DP subconnector type https://gitlab.freedesktop.org/lumag/msm/-/commit/631557f9741b Best

Re: [PATCH] drm/msm/dp: support setting the DP subconnector type

2023-10-06 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2023-09-03 15:24:32) > Read the downstream port info and set the subconnector type accordingly. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd

Re: [PATCH] drm/msm/dp: support setting the DP subconnector type

2023-09-07 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2023-09-07 14:48:54) > On 08/09/2023 00:34, Stephen Boyd wrote: > > Quoting Dmitry Baryshkov (2023-09-03 15:24:32) > >> diff --git a/drivers/gpu/drm/msm/dp/dp_panel.c > >> b/drivers/gpu/drm/msm/dp/dp_panel.c > >> index 97ba41593820..1cb54f26f5aa 100644 > >> ---

Re: [PATCH] drm/msm/dp: support setting the DP subconnector type

2023-09-07 Thread Dmitry Baryshkov
On 08/09/2023 00:34, Stephen Boyd wrote: Quoting Dmitry Baryshkov (2023-09-03 15:24:32) diff --git a/drivers/gpu/drm/msm/dp/dp_panel.c b/drivers/gpu/drm/msm/dp/dp_panel.c index 97ba41593820..1cb54f26f5aa 100644 --- a/drivers/gpu/drm/msm/dp/dp_panel.c +++ b/drivers/gpu/drm/msm/dp/dp_panel.c @@

Re: [PATCH] drm/msm/dp: support setting the DP subconnector type

2023-09-07 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2023-09-03 15:24:32) > diff --git a/drivers/gpu/drm/msm/dp/dp_panel.c > b/drivers/gpu/drm/msm/dp/dp_panel.c > index 97ba41593820..1cb54f26f5aa 100644 > --- a/drivers/gpu/drm/msm/dp/dp_panel.c > +++ b/drivers/gpu/drm/msm/dp/dp_panel.c > @@ -162,6 +162,11 @@ int

[PATCH] drm/msm/dp: support setting the DP subconnector type

2023-09-03 Thread Dmitry Baryshkov
Read the downstream port info and set the subconnector type accordingly. Signed-off-by: Dmitry Baryshkov --- Dependencies: https://patchwork.freedesktop.org/series/123221/ --- drivers/gpu/drm/msm/dp/dp_display.c | 9 - drivers/gpu/drm/msm/dp/dp_panel.c | 5 +