From: Eric Anholt Date: Tue, 21 Dec 2010 02:40:06 +0000 (-0800) Subject: drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915. X-Git-Tag: v2.6.37~14^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63ee41d794d9c555f84205517a68509848988760;p=pandora-kernel.git drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915. The IPS driver is designed to be able to run detached from i915 and just not enable GPU turbo in that case, in order to avoid module dependencies between the two drivers. This means that we don't know what the load order between the two is going to be, and we had previously only supported IPS after (optionally) i915, but not i915 after IPS. If the wrong order was chosen, you'd get no GPU turbo, and something like half the possible graphics performance. Signed-off-by: Eric Anholt Signed-off-by: Chris Wilson Cc: stable@kernel.org --- Reading git-diff-tree failed