summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-11 12:51:52 -0700
committerDave Airlie <airlied@linux.ie>2007-04-26 16:04:09 +1000
commit3c384a9ad5f964709a237cfe035ea5d6df2da5fa (patch)
tree97ae85517b4fd61ba0d3fe9fa1ce2a9956ddcd91 /shared-core/drm.h
parent5c8561aae22138880673503d930af7f1b361d071 (diff)
Add new buffer object type for kernel allocations that don't initially have a user mapping.
(cherry picked from commit 2e21779992bd5026d8ec4dea52466377dbe5a0ed)
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 3c59cd40..9ddb480b 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -795,6 +795,7 @@ typedef struct drm_fence_arg {
typedef enum {
drm_bo_type_dc,
+ drm_bo_type_kernel, /* for initial kernel allocations */
drm_bo_type_user,
drm_bo_type_fake
}drm_bo_type_t;