summaryrefslogtreecommitdiff
path: root/src/glamo-drm-cmdq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glamo-drm-cmdq.h')
-rw-r--r--src/glamo-drm-cmdq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamo-drm-cmdq.h b/src/glamo-drm-cmdq.h
index 85df1c0..79bc512 100644
--- a/src/glamo-drm-cmdq.h
+++ b/src/glamo-drm-cmdq.h
@@ -31,7 +31,7 @@
#if !CCE_DEBUG
#define RING_LOCALS CARD16 *__head; int __count; int __objects; \
- char *__objs; char *__obj_pos;
+ uint32_t *__objs; unsigned int *__obj_pos;
#define BEGIN_CMDQ(n) \
do { \
@@ -64,7 +64,7 @@ do { \
#define RING_LOCALS \
CARD16 *__head; int __count, __total, __reg, __packet0count; \
- int __objects; char *__objs; char *__obj_pos;
+ int __objects; uint32_t *__objs; unsigned int *__obj_pos;
#define BEGIN_CMDQ(n) \
do { \