summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 4d490abe..63bcde2e 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -955,11 +955,13 @@ typedef struct drm_buffer_object{
unsigned long num_pages;
unsigned long buffer_start;
drm_bo_type_t type;
+ unsigned long offset;
atomic_t mapped;
+ uint32_t map_flags;
uint32_t flags;
uint32_t mask;
- uint32_t mask_hint;
+ uint32_t hint;
drm_mm_node_t *vram;
drm_mm_node_t *tt;