summaryrefslogtreecommitdiff
path: root/shared-core/via_drv.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas@tungstengraphics.com>2006-06-15 18:37:05 +0000
committerThomas Hellstrom <thomas@tungstengraphics.com>2006-06-15 18:37:05 +0000
commitca1a77683d523dc1d2268531b19ea23b3e1ae4f0 (patch)
tree44c16397e56d92df29317e11d73343a404762a66 /shared-core/via_drv.c
parent6c7faf5814547169dec2b865abf1f63b83aaeb05 (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.c')
-rw-r--r--shared-core/via_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/via_drv.c b/shared-core/via_drv.c
index a7509cff..bacfe37d 100644
--- a/shared-core/via_drv.c
+++ b/shared-core/via_drv.c
@@ -60,6 +60,7 @@ static struct drm_driver driver = {
.reclaim_buffers = drm_core_reclaim_buffers,
#ifdef VIA_HAVE_CORE_MM
.reclaim_buffers_locked = via_reclaim_buffers_locked,
+ .lastclose = via_lastclose,
#endif
.get_map_ofs = drm_core_get_map_ofs,
.get_reg_ofs = drm_core_get_reg_ofs,