summaryrefslogtreecommitdiff
path: root/linux-core/drmP.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 /linux-core/drmP.h
parent279e8d26c6cf7347aa9cb6d50d025a41dff9a5be (diff)
Checkpoint ttm addition to buffer objects.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index af082ad7..81b7a1b6 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -951,8 +951,9 @@ typedef struct drm_buffer_object{
atomic_t usage;
drm_ttm_object_t *ttm_object;
drm_ttm_backend_list_t *ttm_region;
- void __user *user_pages;
unsigned long num_pages;
+ unsigned long buffer_start;
+ drm_bo_type_t type;
atomic_t mapped;
uint32_t flags;