From 208c0779b65242159bbb87153269faef9370670c Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 2 Jan 2003 18:38:07 +0000 Subject: Make the radeon drm module better at cleaning up after itself if all the clients (particularly the X server) exit without doing so for it. --- shared-core/radeon_drv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shared-core/radeon_drv.h') diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 65f3c926..22c5d04f 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -193,6 +193,7 @@ extern int radeon_emit_and_wait_irq(drm_device_t *dev); extern int radeon_wait_irq(drm_device_t *dev, int swi_nr); extern int radeon_emit_irq(drm_device_t *dev); +extern void radeon_do_release(drm_device_t *dev); /* Flags for stats.boxes */ -- cgit v1.2.3