From: Kenneth Graunke Date: Sat, 11 Sep 2010 08:19:14 +0000 (-0700) Subject: drm/i915: Actually set the reset bit in i965_reset. X-Git-Tag: v2.6.37-rc1~92^2~28^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f49f0586191fe16140410db0a46d43bdc690d6af;p=pandora-kernel.git drm/i915: Actually set the reset bit in i965_reset. Previously, it was only being set if passed GDRST_FULL - but the only caller passed GDRST_RENDER. So the hardware never actually reset. The comments also did not match the code. Instead, just set the reset bit regardless of what flags were passed. The GPU now resets correctly on my GM45. Signed-off-by: Kenneth Graunke Signed-off-by: Chris Wilson --- Reading git-diff-tree failed