aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_bufs.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-22 09:47:33 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-22 09:47:33 +0200
commit700bf80ca9fadf2c1404c220addebd92d9ad799d (patch)
tree357282163fb899d9de8722e1a525336486a9a6dd /linux-core/drm_bufs.c
parent8d5b7c77f9b31aa9bcf81536d39769f4f3feeb63 (diff)
Bring in stripped TTM functionality.
Diffstat (limited to 'linux-core/drm_bufs.c')
-rw-r--r--linux-core/drm_bufs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/drm_bufs.c b/linux-core/drm_bufs.c
index 2eeb401d..efb48dce 100644
--- a/linux-core/drm_bufs.c
+++ b/linux-core/drm_bufs.c
@@ -420,6 +420,8 @@ int drm_rmmap_locked(drm_device_t *dev, drm_local_map_t *map)
dmah.size = map->size;
__drm_pci_free(dev, &dmah);
break;
+ case _DRM_TTM:
+ BUG_ON(1);
}
drm_free(map, sizeof(*map), DRM_MEM_MAPS);