diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-10-25 10:29:15 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-10-25 10:29:15 +0200 |
commit | b9d9c30474238ac8ba4899a19fe4a97e9376f6c4 (patch) | |
tree | 2ad5e441477cdd3bcdf8a46a5158e02a06a4ad33 /shared-core/drm.h | |
parent | 11f3e5e53f8fc4de90d1c289e0ba218ddfca23dc (diff) |
Tighten permissions on some buffer manager ioctls.drm-ttm-finalize
Set bo init minor to 0.
Add the version function to header.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r-- | shared-core/drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h index a48f347e..ae88ce61 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -759,7 +759,7 @@ struct drm_fence_arg { #define DRM_BO_INIT_MAGIC 0xfe769812 #define DRM_BO_INIT_MAJOR 1 -#define DRM_BO_INIT_MINOR 1 +#define DRM_BO_INIT_MINOR 0 #define DRM_BO_INIT_PATCH 0 |