Mesa (mesa_7_7_branch): vmware/core: Remove old ioctl structs not used

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Fri Jan 29 18:59:29 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: f5145a6ec3e9086988ab8ec004276f845fecc3d9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5145a6ec3e9086988ab8ec004276f845fecc3d9

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Jan 29 17:11:36 2010 +0100

vmware/core: Remove old ioctl structs not used

Leftover that was never used in this driver

---

 src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h |   43 -----------------------
 1 files changed, 0 insertions(+), 43 deletions(-)

diff --git a/src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h b/src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h
index 2be7e12..681d6b5 100644
--- a/src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h
+++ b/src/gallium/winsys/drm/vmware/core/vmwgfx_drm.h
@@ -87,49 +87,6 @@ struct drm_vmw_getparam_arg {
 
 /*************************************************************************/
 /**
- * DRM_VMW_EXTENSION - Query device extensions.
- */
-
-/**
- * struct drm_vmw_extension_rep
- *
- * @exists: The queried extension exists.
- * @driver_ioctl_offset: Ioctl number of the first ioctl in the extension.
- * @driver_sarea_offset: Offset to any space in the DRI SAREA
- * used by the extension.
- * @major: Major version number of the extension.
- * @minor: Minor version number of the extension.
- * @pl: Patch level version number of the extension.
- *
- * Output argument to the DRM_VMW_EXTENSION Ioctl.
- */
-
-struct drm_vmw_extension_rep {
-	int32_t exists;
-	uint32_t driver_ioctl_offset;
-	uint32_t driver_sarea_offset;
-	uint32_t major;
-	uint32_t minor;
-	uint32_t pl;
-	uint32_t pad64;
-};
-
-/**
- * union drm_vmw_extension_arg
- *
- * @extension - Ascii name of the extension to be queried. //In
- * @rep - Reply as defined above. //Out
- *
- * Argument to the DRM_VMW_EXTENSION Ioctl.
- */
-
-union drm_vmw_extension_arg {
-	char extension[DRM_VMW_EXT_NAME_LEN];
-	struct drm_vmw_extension_rep rep;
-};
-
-/*************************************************************************/
-/**
  * DRM_VMW_CREATE_CONTEXT - Create a host context.
  *
  * Allocates a device unique context id, and queues a create context command




More information about the mesa-commit mailing list