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

2014-03-04 Thread Daniel Vetter
On Thu, Feb 20, 2014 at 12:28:07PM -0800, Jesse Barnes 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. > > v2: do

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

2014-02-20 Thread Chris Wilson
On Thu, Feb 20, 2014 at 12:28:07PM -0800, Jesse Barnes 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. > > v2: do

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

2014-02-20 Thread Jesse Barnes
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. v2: don't deref connector state for disabled connectors (Jesse) Reported-by: Vi