Re: [Intel-gfx] [PATCH 04/15] drm/i915: Move DPIO port init earlier

2015-08-16 Thread Deepak
On 07/09/2015 02:15 AM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä To implement DPIO lane power gating on CHV we're going to need to access DPIO registers from the cmn power well enable hook. That gets called rather early, so we need to move the DPIO port IOSF sideband port assi

[Intel-gfx] [PATCH 04/15] drm/i915: Move DPIO port init earlier

2015-07-08 Thread ville . syrjala
From: Ville Syrjälä To implement DPIO lane power gating on CHV we're going to need to access DPIO registers from the cmn power well enable hook. That gets called rather early, so we need to move the DPIO port IOSF sideband port assignment earlier as well. Signed-off-by: Ville Syrjälä --- drive