From: Jesse Barnes Date: Wed, 16 Sep 2009 22:05:00 +0000 (-0700) Subject: drm/i915: fix startup hang on some non-mobile platforms X-Git-Tag: v2.6.32-rc1~52^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a1cdc159e211f045290f61ac95092e9708f5bc;p=pandora-kernel.git drm/i915: fix startup hang on some non-mobile platforms Due to a bogus FBC support check and failing to check for FBC support in the right places, mode setting on non-mobile platforms could fail and hang in the FBC disable routine. Fix it up. This fix highlights the need for cleanups in this area (function pointers and better feature support checks). Patches for that to follow. Tested-by: Kenny Graunke Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed