Re: [Intel-gfx] [PATCH V4] drm/i915: VLV2 - Fix hotplug detect bits

2014-01-23 Thread Daniel Vetter
On Thu, Jan 23, 2014 at 11:50:38AM +0100, Daniel Vetter wrote: > On Thu, Jan 23, 2014 at 12:13:41AM -0700, Todd Previte wrote: > > Add new definitions for hotplug live status bits for VLV2 since they're > > in reverse order from the gen4x ones. > > > > Changelog: > > - Restored gen4 bit definition

Re: [Intel-gfx] [PATCH V4] drm/i915: VLV2 - Fix hotplug detect bits

2014-01-23 Thread Daniel Vetter
On Thu, Jan 23, 2014 at 12:13:41AM -0700, Todd Previte wrote: > Add new definitions for hotplug live status bits for VLV2 since they're > in reverse order from the gen4x ones. > > Changelog: > - Restored gen4 bit definitions > - Added new definitions for VLV2 > - Added platform check for IS_VALLEY

[Intel-gfx] [PATCH V4] drm/i915: VLV2 - Fix hotplug detect bits

2014-01-22 Thread Todd Previte
Add new definitions for hotplug live status bits for VLV2 since they're in reverse order from the gen4x ones. Changelog: - Restored gen4 bit definitions - Added new definitions for VLV2 - Added platform check for IS_VALLEYVIEW() in dp_detect to use the correct bit defintions - Replaced a lost tr