vmware/core: Update vmwgfx_drm.h
authorJakob Bornecrantz <jakob@vmware.com>
Tue, 8 Dec 2009 20:03:29 +0000 (21:03 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Wed, 9 Dec 2009 08:51:04 +0000 (09:51 +0100)
src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h

index 56070a1ba10e9f6546ef9c13416184627e35d755..89bbf17ce99ce9a0466ac4358f6ffb98be0e3c47 100644 (file)
 /**
  * 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