From: Imre Deak Date: Thu, 9 Jan 2014 15:08:15 +0000 (+0200) Subject: drm/i915: vlv: make CRI clock enabling explicit during resume X-Git-Tag: v3.14-rc1~47^2~16^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404faabc3f1a0e38babd9d900134fef3d41e2ae7;p=pandora-kernel.git 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 Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed