summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-04-29 13:05:49 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-04-29 14:27:35 +0100
commit366798ac6f10daae059d299b92ddf709875cc7ca (patch)
tree5205c6bb2b80d3f0e99df78a84c2b076c55acc2e /src/gallium/state_trackers/xorg/xorg_exa.c
parentd8f09ddf1e711f5bc801a8926931ebfba5b0ce7f (diff)
st/xorg: Try hard to not touch hardware after dropping the master
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.c')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c b/src/gallium/state_trackers/xorg/xorg_exa.c
index 65be8c332a..31140f13bb 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa.c
@@ -981,6 +981,8 @@ xorg_exa_close(ScrnInfoPtr pScrn)
renderer_destroy(exa->renderer);
+ xorg_exa_finish(exa);
+
if (exa->pipe)
exa->pipe->destroy(exa->pipe);
exa->pipe = NULL;