From: Daniel Vetter Date: Thu, 18 Oct 2012 12:44:35 +0000 (+0200) Subject: drm/i915: unconditionally use mt forcewake on hsw/ivb X-Git-Tag: v3.8-rc1~82^2~192^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ec8f877481449bdfa072e6adf2060869e2b970;p=pandora-kernel.git drm/i915: unconditionally use mt forcewake on hsw/ivb Single-threaded forcewake was only used on some early pre-production ivybridge machines, all the latest ones should use mt forcewake. And we already assume this in other places of the code (e.g. DERRMR support in the ddx, or the latest intel_gt_reset patch to reset any lingering forcewake references left behind by the bios), so don't bother here, too. Reviewed-by: Mika Kuoppala Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed