summaryrefslogtreecommitdiff
path: root/linux-core/drm_objects.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-03-04 13:35:23 -0800
committerEric Anholt <eric@anholt.net>2008-03-04 13:40:46 -0800
commitd41846adb72ba89c94ea1164e366032b1d36bd55 (patch)
treeb86e744891c1a2973e1084240b6bef4b431bf20a /linux-core/drm_objects.h
parenteedf3fa2f08eb774a36109c2fbda7207bf83fbe9 (diff)
Clarify through the names what drm_ttm_alloc_pages() and friend actually did.
These are all about the page directory (pointers to pages) rather than the actual pages backing the allocation.
Diffstat (limited to 'linux-core/drm_objects.h')
-rw-r--r--linux-core/drm_objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_objects.h b/linux-core/drm_objects.h
index 8055afe1..69a5c27f 100644
--- a/linux-core/drm_objects.h
+++ b/linux-core/drm_objects.h
@@ -384,7 +384,7 @@ extern int drm_ttm_destroy(struct drm_ttm *ttm);
* The array of page pointers was allocated with vmalloc
* instead of drm_calloc.
*/
-#define DRM_TTM_PAGE_VMALLOC (1 << 4)
+#define DRM_TTM_PAGEDIR_VMALLOC (1 << 4)
/*
* This ttm is mapped from user space
*/