diff options
author | Jakob Bornecrantz <[email protected]> | 2009-12-08 21:03:29 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-12-09 09:51:04 +0100 |
commit | b7cf8a1f93ef3a81f2e8c44adca9a3990da4466d (patch) | |
tree | 6937e9b0fc5d76daca2c3bf364686eb51186f8fa /src/gallium/winsys | |
parent | e3fa700c178e11e6735430119232919176ab7b42 (diff) |
vmware/core: Update vmwgfx_drm.h
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h b/src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h index 56070a1ba10..89bbf17ce99 100644 --- a/src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h +++ b/src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h @@ -52,14 +52,16 @@ /** * DRM_VMW_GET_PARAM - get device information. * - * Currently we support only one parameter: - * * DRM_VMW_PARAM_FIFO_OFFSET: * Offset to use to map the first page of the FIFO read-only. * The fifo is mapped using the mmap() system call on the drm device. + * + * DRM_VMW_PARAM_OVERLAY_IOCTL: + * Does the driver support the overlay ioctl. */ #define DRM_VMW_PARAM_FIFO_OFFSET 0 +#define DRM_VMW_PARAM_OVERLAY_IOCTL 1 /** * struct drm_vmw_getparam_arg |