drm/i915: Handle GPU hangs during fault gracefully.
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 7 Nov 2010 09:18:22 +0000 (09:18 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 7 Nov 2010 09:18:22 +0000 (09:18 +0000)
commit045e769ab69ce94dedbcdcfd46c2578b385c2986
treeefd9e70e491820bc3d8bad2eb03d56bae223ce43
parent75e9e9158f38e5cb21eff23b30bafa6f32e0a606
drm/i915: Handle GPU hangs during fault gracefully.

Instead of killing the process, just return no page found and reschedule
the process giving the GPU some time to (hopefully) recover.

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