[PATCH v5 1/4] drm: Add a new connector atomic property for link status

2016-12-08 Thread Sean Paul
> diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c > index 72fa5b2..34eddb9 100644 > --- a/drivers/gpu/drm/drm_atomic.c > +++ b/drivers/gpu/drm/drm_atomic.c > @@ -1087,6 +1087,22 @@ int drm_atomic_connector_set_property(struct > drm_connector *connector, >

[PATCH v5 1/4] drm: Add a new connector atomic property for link status

2016-12-08 Thread Manasi Navare
Thanks Sean. Done, fixed the typo and submitted the patch. Regards Manasi On Thu, Dec 08, 2016 at 02:36:25PM -0500, Sean Paul wrote: > > > > diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c > > index 72fa5b2..34eddb9 100644 > > --- a/drivers/gpu/drm/drm_atomic.c > > +++

[PATCH v5 1/4] drm: Add a new connector atomic property for link status

2016-12-08 Thread Manasi Navare
At the time userspace does setcrtc, we've already promised the mode would work. The promise is based on the theoretical capabilities of the link, but it's possible we can't reach this in practice. The DP spec describes how the link should be reduced, but we can't reduce the link below the requireme