|
@@ -44,7 +44,7 @@ struct host1x_job;
|
|
struct push_buffer {
|
|
struct push_buffer {
|
|
void *mapped; /* mapped pushbuffer memory */
|
|
void *mapped; /* mapped pushbuffer memory */
|
|
dma_addr_t dma; /* device address of pushbuffer */
|
|
dma_addr_t dma; /* device address of pushbuffer */
|
|
- phys_addr_t phys; /* physical address of pushbuffer */
|
|
|
|
|
|
+ dma_addr_t phys; /* physical address of pushbuffer */
|
|
u32 fence; /* index we've written */
|
|
u32 fence; /* index we've written */
|
|
u32 pos; /* index to write to */
|
|
u32 pos; /* index to write to */
|
|
u32 size;
|
|
u32 size;
|