From: Chris Wilson Date: Mon, 13 Sep 2010 22:44:34 +0000 (+0100) Subject: drm/i915: Reduce hangcheck frequency X-Git-Tag: v2.6.37-rc1~92^2~28^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b079dbef06c7f775178d561a4c8e47b7447139;p=pandora-kernel.git drm/i915: Reduce hangcheck frequency By reducing the hangcheck frequency we check less often, conserving resources, and still detect a lock up quickly. On a fast machine with a slow GPU (like a Core2 paired with a 945G) it is easy for the hangcheck to misfire as we check too fast. Also once hung and if we fail to completely reset the chip, we have a nasty habit of proclaming a hang many times a second and generating a strobe-like display. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed