drm/i915: Do hw quiescing first during unload
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 2 Dec 2013 13:26:07 +0000 (11:26 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 5 Dec 2013 11:49:18 +0000 (12:49 +0100)
If we force the hw to idle as our first step during unload, we can abort
the unload upon failure. Later we can probe whether the hardware remain
active even after we try to shut it down.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found