drm/i915: add 'reset' parameter
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Dec 2010 13:33:15 +0000 (13:33 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Jan 2011 20:36:15 +0000 (20:36 +0000)
commitd78cb50baa9177353d6719612b83558a9bf2d59b
treec67e9b7b5c87fb2dad5ebd8ed181ba0ace10f06e
parenta0fa62d3b6afaa260cad8ccd6944e81ad01c7cf3
drm/i915: add 'reset' parameter

When bringing up new hardware, or otherwise experimenting, GPU hangs are
a way of life. However, the automatic GPU reset can do more harm than
good under these circumstances, as we may wish to capture a full trace for
debugging.

Based on a patch by Zhenyu Wang.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_drv.c