summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-28 13:51:39 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-28 13:51:39 +0200
commit05536a64785223ee8c57556300a14ba9c89837ae (patch)
tree3d888934b7a2cc193fedfaadeeb3288f6b221b5d /linux-core/drmP.h
parent480ea65ee4b02fa21d1ddf3bea09ac23085618cc (diff)
Buffer object idle and mapping synchronization.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 81f08dfc..f83b4b4b 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -967,6 +967,7 @@ typedef struct drm_buffer_object{
drm_fence_object_t *fence;
int unfenced;
wait_queue_head_t validate_queue;
+ struct mutex mutex;
} drm_buffer_object_t;