From: Ben Widawsky Date: Mon, 4 Jun 2012 21:42:48 +0000 (-0700) Subject: drm/i915: Ivybridge MI_ARB_ON_OFF context w/a X-Git-Tag: v3.6-rc1~83^2~42^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37ec39b180c53dea3106ceb8f247bcba47dfb82;p=pandora-kernel.git drm/i915: Ivybridge MI_ARB_ON_OFF context w/a The workaround itself applies to gen7 only (according to the docs) and as Eric Anholt points out shouldn't be required since we don't use HW scheduling features, and therefore arbitration. Though since it is a small, and simple addition, and we don't really understand the issue, just do it. FWIW, I eventually want to play with some of the arbitration stuff, and I'd hate to forget about this. Signed-off-by: Ben Widawsky --- Reading git-diff-tree failed