diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-31 14:10:13 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-31 14:10:13 +0200 |
commit | ec8c79b79de6544cc09b5a2c85213a5f30e0d906 (patch) | |
tree | a9e4f337533bd02b17efa356b5acef8d7e948a96 /linux-core/drmP.h | |
parent | ed9de124cc88cee398b7013de6b822bfaa3f397e (diff) |
More mapping synchronization.
libdrm validate and fencing functions.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index bbf9da0b..fde89c30 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -966,7 +966,6 @@ typedef struct drm_buffer_object{ unsigned long offset; atomic_t mapped; - uint32_t map_flags; uint32_t flags; uint32_t mask; |