[PATCH v4] mode: Retrieve only the current information for a Connector

2015-03-04 Thread Daniel Vetter
On Wed, Mar 04, 2015 at 01:16:20PM +, Chris Wilson wrote: > Add a new API that allows the caller to skip any forced probing, which > may require slow i2c to a remote display, and only report the currently > active mode and encoder for a Connector. This is often the information > of interest and

[PATCH v4] mode: Retrieve only the current information for a Connector

2015-03-04 Thread Chris Wilson
Add a new API that allows the caller to skip any forced probing, which may require slow i2c to a remote display, and only report the currently active mode and encoder for a Connector. This is often the information of interest and is much, much faster than re-retrieving the link status and EDIDs, e.