diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-09-01 16:18:40 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-09-06 06:48:34 -0400 |
commit | 07999a7e0e409891cb27f34fa1da851d8484a5c5 (patch) | |
tree | 26536a623b5086aa20fb9c2a69b7a2d1ce82e3c9 /include/drm | |
parent | fe0f5c657601c28d295b1d60691cce40e8b42d92 (diff) |
vmwgfx: Remove the possibility to map the fifo from user-space
This was previously used by user-space to check whether a fence
sequence had passed or not.
With fence objects that's not needed anymore.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/vmwgfx_drm.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/drm/vmwgfx_drm.h b/include/drm/vmwgfx_drm.h index c0b226bc367b..490db458d5db 100644 --- a/include/drm/vmwgfx_drm.h +++ b/include/drm/vmwgfx_drm.h | |||
@@ -65,10 +65,9 @@ | |||
65 | #define DRM_VMW_PARAM_NUM_STREAMS 0 | 65 | #define DRM_VMW_PARAM_NUM_STREAMS 0 |
66 | #define DRM_VMW_PARAM_NUM_FREE_STREAMS 1 | 66 | #define DRM_VMW_PARAM_NUM_FREE_STREAMS 1 |
67 | #define DRM_VMW_PARAM_3D 2 | 67 | #define DRM_VMW_PARAM_3D 2 |
68 | #define DRM_VMW_PARAM_FIFO_OFFSET 3 | 68 | #define DRM_VMW_PARAM_HW_CAPS 3 |
69 | #define DRM_VMW_PARAM_HW_CAPS 4 | 69 | #define DRM_VMW_PARAM_FIFO_CAPS 4 |
70 | #define DRM_VMW_PARAM_FIFO_CAPS 5 | 70 | #define DRM_VMW_PARAM_MAX_FB_SIZE 5 |
71 | #define DRM_VMW_PARAM_MAX_FB_SIZE 6 | ||
72 | 71 | ||
73 | /** | 72 | /** |
74 | * struct drm_vmw_getparam_arg | 73 | * struct drm_vmw_getparam_arg |