From 5d6fdd9d7924fde8ce62631e6bdce8d5fe33fc3d Mon Sep 17 00:00:00 2001
From: Ian Romanick <idr@us.ibm.com>
Date: Sat, 21 Jul 2007 20:34:56 -0700
Subject: Clean up xgi_cmd_info and associated code.

There were numerous unnecessary fields in xgi_cmd_info.  The remaining
fields had pretty crummy names.  Cut out the cruft, and rename the
rest.  As a result, the unused parameter "triggerCounter" to
triggerHWCommandList can be removed.
---
 shared-core/xgi_drm.h | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

(limited to 'shared-core')

diff --git a/shared-core/xgi_drm.h b/shared-core/xgi_drm.h
index 66cb4efb..6f50d4e1 100644
--- a/shared-core/xgi_drm.h
+++ b/shared-core/xgi_drm.h
@@ -85,13 +85,10 @@ enum xgi_batch_type {
 };
 
 struct xgi_cmd_info {
-	unsigned int  _firstBeginType;
-	__u32 _firstBeginAddr;
-	__u32 _firstSize;
-	__u32 _curDebugID;
-	__u32 _lastBeginAddr;
-	unsigned int _beginCount;
-
+	__u32 type;
+	__u32 hw_addr;
+	__u32 size;
+	__u32 id;
 };
 
 struct xgi_state_info {
-- 
cgit v1.2.3