summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-21 21:04:36 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-21 21:04:36 +0200
commit657bacc3953e8e51a0a15bd872e9818c9dbcbc10 (patch)
tree24c888c63dd6ecb973cea7989cbfb223c2df427b /linux-core/drmP.h
parent166da9355d95affe427a6cff3525df60e80a99df (diff)
Add missing fence type define.
Add drm_fence.o to Makefile
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 4be49b56..6db6ac9e 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -680,6 +680,7 @@ typedef struct drm_fence_driver{
void (*poke_flush) (struct drm_device *dev);
} drm_fence_driver_t;
+#define _DRM_FENCE_TYPE_EXE 0x00
typedef struct drm_fence_manager{
int initialized;