Re: [Intel-gfx] [PATCH] drm/i915: honour forced connector modes

2014-05-15 Thread Chris Wilson
On Thu, May 15, 2014 at 12:38:01PM -0700, Jesse Barnes wrote: > On Thu, 15 May 2014 10:55:41 +0100 > Chris Wilson wrote: > > > In the move over to use BIOS connector configs, we lost the ability to > > force a specific set of connectors on or off. Try to remedy that by > > dropping back to the o

Re: [Intel-gfx] [PATCH] drm/i915: honour forced connector modes

2014-05-15 Thread Jesse Barnes
On Thu, 15 May 2014 10:55:41 +0100 Chris Wilson wrote: > In the move over to use BIOS connector configs, we lost the ability to > force a specific set of connectors on or off. Try to remedy that by > dropping back to the old behavior if we detect a hard coded connector > config that tries to ena

[Intel-gfx] [PATCH] drm/i915: honour forced connector modes

2014-05-15 Thread Chris Wilson
In the move over to use BIOS connector configs, we lost the ability to force a specific set of connectors on or off. Try to remedy that by dropping back to the old behavior if we detect a hard coded connector config that tries to enable a connector (disabling is easy!). Based on earlier patches b

[Intel-gfx] [PATCH] drm/i915: honour forced connector modes

2014-04-07 Thread Chris Wilson
In the move over to use BIOS connector configs, we lost the ability to force a specific set of connectors on or off. Try to remedy that by dropping back to the old behavior if we detect a hard coded connector config that tries to enable a connector (disabling is easy!). Based on earlier patches b