summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-28 16:36:37 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-28 16:36:37 +0200
commit0d67356de4e0c9e0d068ea9c16cf33df4fd13776 (patch)
tree5b370d4c884e5299acde846f3ba4b392dfb3edc4 /linux-core/drmP.h
parent05536a64785223ee8c57556300a14ba9c89837ae (diff)
Proper TTM dereferencing
Initial buffer object creation.
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 f83b4b4b..07f3571b 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -949,8 +949,9 @@ typedef struct drm_buffer_object{
drm_device_t *dev;
drm_user_object_t base;
atomic_t usage;
- drm_map_list_t *ttm_maplist;
+ drm_ttm_object_t *ttm_object;
drm_ttm_backend_list_t *ttm_region;
+ void __user *user_pages;
atomic_t mapped;