diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-06-12 12:30:33 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-06-12 12:30:33 +0200 |
commit | f984b1b8d17f285dfacb593702178f1eb2fdb4ac (patch) | |
tree | 391472b76f73e84a24d896b15663b51511775f10 /shared-core | |
parent | b6b5df24b962c94433afe4d8665b5f145bfa1ad3 (diff) |
Fix some obvious bugs.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h index bc2e718c..1b0e54e3 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -733,7 +733,7 @@ typedef struct drm_fence_arg { /* Mask: Make sure the buffer is in cached memory when mapped for reading. * Flags: Acknowledge. */ -#define DRM_BO_FLAG_READ_CACHED (1ULL << 16) +#define DRM_BO_FLAG_READ_CACHED (1ULL << 19) /* Mask: Force DRM_BO_FLAG_CACHED flag strictly also if it is set. * Flags: Acknowledge. |