drm/i915: fix startup hang on some non-mobile platforms
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 16 Sep 2009 22:05:00 +0000 (15:05 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 17 Sep 2009 21:43:27 +0000 (14:43 -0700)
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 <kenny@whitecape.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found