summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 14:52:02 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 14:52:02 +0200
commit0dedfc2cd03f50b435476e56637b333d345fddbd (patch)
treec0b4a12c85c6972a7b662343b907101302894933 /shared-core/drm.h
parent279e8d26c6cf7347aa9cb6d50d025a41dff9a5be (diff)
Checkpoint ttm addition to buffer objects.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index f8479dd0..e50ebfe2 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -686,7 +686,7 @@ typedef struct drm_ttm_arg {
#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_UNCACHED 0x00000080
+#define DRM_BO_FLAG_CACHED 0x00000080
#define DRM_BO_FLAG_SHAREABLE 0x00000100
#define DRM_BO_FLAG_MEM_TT 0x01000000