commit | d78cb50baa9177353d6719612b83558a9bf2d59b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Dec 23 13:33:15 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jan 11 20:36:15 2011 +0000 |
tree | c67e9b7b5c87fb2dad5ebd8ed181ba0ace10f06e | |
parent | a0fa62d3b6afaa260cad8ccd6944e81ad01c7cf3 [diff] |
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>