drm/i915: Fix oops on HWS unload
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 10 Oct 2010 17:54:08 +0000 (18:54 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Oct 2010 08:16:35 +0000 (09:16 +0100)
Freeing the Hardware Status Page was writing to the HWS register in
order to disable the GPU writing to the HWS page. Unfortunately, we were
writing to the mmio register after unmapping the register space, hence
the oops.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found