From: Ville Syrjälä Date: Fri, 13 Jun 2014 10:37:56 +0000 (+0300) Subject: drm/i915: Move VLV cmnlane workaround to intel_power_domains_init_hw() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~49^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2011dc8d41b20dc0ec0bf741c61fe500dc8d0bc;p=pandora-kernel.git drm/i915: Move VLV cmnlane workaround to intel_power_domains_init_hw() Now that the CMNRESET deassert is part of the cmnlane power well, intel_reset_dpio() is called too late to make any difference. We've deasserted CMNRESET by that time, and so the off+on toggle w/a will never kick in. Move the workaround to intel_power_domains_init_hw() where it gets called before we enable the init power domain. Signed-off-by: Ville Syrjälä Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed