summaryrefslogtreecommitdiff
path: root/linux-core/drm_ttm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-01-09 15:51:29 +1100
committerDave Airlie <airlied@linux.ie>2007-01-09 15:51:29 +1100
commitf6ba3b2603c58b9f5624fd4a97511b2913ec7866 (patch)
tree02d1faeff2152e0bb27dc25ccda087b3ad292ad1 /linux-core/drm_ttm.h
parenta70aedd5fc78a162aeb681d47a75edcc831ed3f3 (diff)
ttm: make ttm alloc/free into alloc_pages/free_pages
Add a vmalloc flag to the page flags
Diffstat (limited to 'linux-core/drm_ttm.h')
-rw-r--r--linux-core/drm_ttm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_ttm.h b/linux-core/drm_ttm.h
index 11a13754..796f2317 100644
--- a/linux-core/drm_ttm.h
+++ b/linux-core/drm_ttm.h
@@ -141,5 +141,6 @@ static __inline__ drm_ttm_t *drm_ttm_from_object(drm_ttm_object_t * to)
#define DRM_TTM_PAGE_USED 0x02
#define DRM_TTM_PAGE_BOUND 0x04
#define DRM_TTM_PAGE_PRESENT 0x08
+#define DRM_TTM_PAGE_VMALLOC 0x10
#endif