Re: [Intel-gfx] [PATCH 2/6] drm/i915: Do hw quiescing first during unload

2013-12-05 Thread Daniel Vetter
On Mon, Dec 02, 2013 at 11:26:07AM -0200, Rodrigo Vivi wrote: > From: Chris Wilson > > 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:

[Intel-gfx] [PATCH 2/6] drm/i915: Do hw quiescing first during unload

2013-12-02 Thread Rodrigo Vivi
From: Chris Wilson 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 Reviewed-by: Rodrigo Vivi Signed-off-by: Rodrigo Vivi ---