]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: vlv: make CRI clock enabling explicit during resume
authorImre Deak <imre.deak@intel.com>
Thu, 9 Jan 2014 15:08:15 +0000 (17:08 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Jan 2014 16:59:40 +0000 (17:59 +0100)
commit2a88045f267efc5173403ca31a90d779573b56e0
treee91b7670558397295a067c2a4f08492b49c45e88
parent996202a0812c67399f9b36e2c2673de2542fc789
drm/i915: vlv: make CRI clock enabling explicit during resume

intel_init_dpio() isn't called during resume, so we won't set the CRI
clock enable bit during that time. Move the enabling to
intel_reset_dpio() instead.

Note that the HW reset value for this bit is 1, so probably this patch
won't make any difference. We should still make the setting explicit,
since BIOS could change things under us.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c