aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/cdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/host1x/cdma.h')
-rw-r--r--drivers/gpu/host1x/cdma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/cdma.h b/drivers/gpu/host1x/cdma.h
index 313c4b784348..470087af8fe5 100644
--- a/drivers/gpu/host1x/cdma.h
+++ b/drivers/gpu/host1x/cdma.h
@@ -42,7 +42,7 @@ struct host1x_job;
42 */ 42 */
43 43
44struct push_buffer { 44struct push_buffer {
45 u32 *mapped; /* mapped pushbuffer memory */ 45 void *mapped; /* mapped pushbuffer memory */
46 dma_addr_t phys; /* physical address of pushbuffer */ 46 dma_addr_t phys; /* physical address of pushbuffer */
47 u32 fence; /* index we've written */ 47 u32 fence; /* index we've written */
48 u32 pos; /* index to write to */ 48 u32 pos; /* index to write to */