From: Ville Syrjälä Date: Tue, 25 Feb 2014 13:13:41 +0000 (+0200) Subject: drm/i915: Move the C3 LP write bit setup to gen3_init_clock_gating() for KMS X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb42748ac4929987c1449ecb296b39ef8956b62;p=pandora-kernel.git drm/i915: Move the C3 LP write bit setup to gen3_init_clock_gating() for KMS Move the MI_ARB_STATE MI_ARB_C3_LP_WRITE_ENABLE setup to gen3_init_clock_gating() from i915_gem_load() when KMS is enabled. Leave it in i915_gem_load() for the UMS case, but add an explcit check, just to make it easier to spot it when we eventually rip out UMS support. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed