summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 18:40:08 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 18:40:08 +0200
commit23f01c9fe8e6170459fe46ad5fc9757bbe967d96 (patch)
tree4232a55059e6c22e57649019b72f31c30d763ed5 /shared-core/drm.h
parent0dedfc2cd03f50b435476e56637b333d345fddbd (diff)
Checkpoint commit. Buffer object flags and IOCTL argument list.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index e50ebfe2..5888c9be 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -685,7 +685,7 @@ typedef struct drm_ttm_arg {
#define DRM_BO_FLAG_NO_MOVE 0x00000008
#define DRM_BO_FLAG_NO_EVICT 0x00000010
#define DRM_BO_FLAG_SHADOW_VRAM 0x00000020
-#define DRM_BO_FLAG_READ_LOCAL 0x00000040
+#define DRM_BO_FLAG_READ_CACHED 0x00000040
#define DRM_BO_FLAG_CACHED 0x00000080
#define DRM_BO_FLAG_SHAREABLE 0x00000100
@@ -697,6 +697,7 @@ typedef struct drm_ttm_arg {
#define DRM_BO_HINT_PREFER_VRAM 0x00000001
#define DRM_BO_HINT_AVOID_LOCAL 0x00000002
#define DRM_BO_HINT_DONT_BLOCK 0x00000004
+#define DRM_BO_HINT_BIND_CACHED 0x00000008
typedef enum {
drm_bo_type_ttm,