Re: [Freedreno] [PATCH v2 1/2] drm/msm/dp: Add support for SC7280 eDP

2021-10-26 Thread sbillaka
Hi Stephen, On 2021-10-21 23:32, Stephen Boyd wrote: Quoting Sankeerth Billakanti (2021-10-20 05:14:10) diff --git a/drivers/gpu/drm/msm/dp/dp_ctrl.c b/drivers/gpu/drm/msm/dp/dp_ctrl.c index 62e75dc..9fea49c 100644 --- a/drivers/gpu/drm/msm/dp/dp_ctrl.c +++ b/drivers/gpu/drm/msm/dp/dp_ctrl.c

Re: [Freedreno] [PATCH v2 1/2] drm/msm/dp: Add support for SC7280 eDP

2021-10-21 Thread Stephen Boyd
Quoting Sankeerth Billakanti (2021-10-20 05:14:10) > diff --git a/drivers/gpu/drm/msm/dp/dp_ctrl.c > b/drivers/gpu/drm/msm/dp/dp_ctrl.c > index 62e75dc..9fea49c 100644 > --- a/drivers/gpu/drm/msm/dp/dp_ctrl.c > +++ b/drivers/gpu/drm/msm/dp/dp_ctrl.c > @@ -1238,9 +1240,21 @@ static int

[Freedreno] [PATCH v2 1/2] drm/msm/dp: Add support for SC7280 eDP

2021-10-20 Thread Sankeerth Billakanti
From: Sankeerth Billakanti The eDP controller on SC7280 is similar to the eDP/DP controllers supported by the current driver implementation. SC7280 supports one EDP and one DP controller which can operate concurrently. The following are some required changes to support eDP on sc7280: 1. SC7280

Re: [Freedreno] [PATCH v2 1/2] drm/msm/dp: Add support for SC7280 eDP

2021-10-20 Thread Dmitry Baryshkov
On Wed, 20 Oct 2021 at 15:14, Sankeerth Billakanti wrote: > > From: Sankeerth Billakanti > > The eDP controller on SC7280 is similar to the eDP/DP controllers > supported by the current driver implementation. > > SC7280 supports one EDP and one DP controller which can operate > concurrently. > >