drm/i915: Fix DSPCLK_GATE_D for VLV
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 21 May 2013 15:01:50 +0000 (18:01 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Jun 2013 08:00:37 +0000 (10:00 +0200)
Fix the DSPCLK_GATE_D access for VLV. The code incorrectly tried to
poke at the ILK+ version of the register which is at the wrong offset.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found