diff options
author | Thomas Hellstrom <thomas@tungstengraphics.com> | 2006-06-15 18:37:05 +0000 |
---|---|---|
committer | Thomas Hellstrom <thomas@tungstengraphics.com> | 2006-06-15 18:37:05 +0000 |
commit | ca1a77683d523dc1d2268531b19ea23b3e1ae4f0 (patch) | |
tree | 44c16397e56d92df29317e11d73343a404762a66 /shared-core/via_drv.h | |
parent | 6c7faf5814547169dec2b865abf1f63b83aaeb05 (diff) |
via:
-Remove out of memory error message.
-Move sman cleanup from final_context to lastclose.
-Add the P4VM800PRO (?) PCI ID.
Diffstat (limited to 'shared-core/via_drv.h')
-rw-r--r-- | shared-core/via_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h index 2e9e10c3..86cd049d 100644 --- a/shared-core/via_drv.h +++ b/shared-core/via_drv.h @@ -153,6 +153,7 @@ extern int via_driver_irq_wait(drm_device_t * dev, unsigned int irq, #ifdef VIA_HAVE_CORE_MM extern void via_reclaim_buffers_locked(drm_device_t *dev, struct file *filp); +extern void via_lastclose(drm_device_t *dev); #else extern int via_init_context(drm_device_t * dev, int context); #endif |