aboutsummaryrefslogtreecommitdiff
path: root/shared-core/xgi_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/xgi_drm.h')
-rw-r--r--shared-core/xgi_drm.h11
1 files changed, 4 insertions, 7 deletions
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 {