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

2014-01-22 Thread Todd Previte
On 01/22/2014 11:41 PM, Jani Nikula wrote: On Thu, 23 Jan 2014, 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

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

2014-01-22 Thread Jani Nikula
On Thu, 23 Jan 2014, 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_VALLEYVIEW() in dp_detect t

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

2014-01-22 Thread Jani Nikula
On Thu, 23 Jan 2014, 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_VALLEYVIEW() in dp_detect t

[Intel-gfx] [PATCH v3] 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 Signed-off-by: Todd