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

2017-03-01 Thread Daniel Vetter
On Fri, Dec 16, 2016 at 12:29:06PM +0200, Jani Nikula wrote: > /** > + * enum drm_link_status - connector's link_status property value > + * > + * This enum is used as the connector's link status property value. > + * It is set to the values defined in uapi. > + */ > +enum drm_link_status { > +

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

2017-02-27 Thread Daniel Vetter
On Fri, Dec 16, 2016 at 12:29:06PM +0200, Jani Nikula wrote: > From: 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 >

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

2016-12-16 Thread Jani Nikula
From: 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 li