Re: [Intel-gfx] [PATCH] drm/i915: Unify VLV/CHV DPOunit clock gating disable/enable

2016-04-27 Thread Ville Syrjälä
On Mon, Apr 18, 2016 at 08:26:46PM +0300, Jani Nikula wrote: > On Mon, 18 Apr 2016, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Check for VLV/CHV instead if !BXT when re-enabling DPOunit clock gating > > after DSI disable. That's what we checked when disabling the clock >

Re: [Intel-gfx] [PATCH] drm/i915: Unify VLV/CHV DPOunit clock gating disable/enable

2016-04-27 Thread Tomi Sarvela
On Wednesday 27 April 2016 17:49:26 Ville Syrjälä wrote: > On Mon, Apr 18, 2016 at 07:18:25PM +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Check for VLV/CHV instead if !BXT when re-enabling DPOunit clock gating > > after DSI disable. That's what we checked when dis

Re: [Intel-gfx] [PATCH] drm/i915: Unify VLV/CHV DPOunit clock gating disable/enable

2016-04-27 Thread Ville Syrjälä
On Mon, Apr 18, 2016 at 07:18:25PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Check for VLV/CHV instead if !BXT when re-enabling DPOunit clock gating > after DSI disable. That's what we checked when disabling the clock > gating when enabling DSI. > > Also use the same

Re: [Intel-gfx] [PATCH] drm/i915: Unify VLV/CHV DPOunit clock gating disable/enable

2016-04-18 Thread Jani Nikula
On Mon, 18 Apr 2016, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Check for VLV/CHV instead if !BXT when re-enabling DPOunit clock gating > after DSI disable. That's what we checked when disabling the clock > gating when enabling DSI. > > Also use the same temporary variable name

[Intel-gfx] [PATCH] drm/i915: Unify VLV/CHV DPOunit clock gating disable/enable

2016-04-18 Thread ville . syrjala
From: Ville Syrjälä Check for VLV/CHV instead if !BXT when re-enabling DPOunit clock gating after DSI disable. That's what we checked when disabling the clock gating when enabling DSI. Also use the same temporary variable name in both cases, and toss in a bit of dev vs. dev_priv cleanup while at