Searched defs:radeon_cmdbuf (Results 1 – 4 of 4) sorted by relevance
198 struct radeon_cmdbuf { struct199 struct radeon_cmdbuf_chunk current; argument200 struct radeon_cmdbuf_chunk *prev; argument201 unsigned num_prev; /* Number of previous chunks. */202 unsigned max_prev; /* Space in array pointed to by prev. */203 unsigned prev_dw; /* Total number of dwords in previous chunks. */206 uint64_t used_vram;207 uint64_t used_gart;208 uint64_t gpu_address;
98 struct radeon_cmdbuf { struct99 unsigned cdw; /* Number of used dwords. */100 unsigned max_dw; /* Maximum number of dwords. */101 uint32_t *buf; /* The base pointer of the chunk. */
367 struct radeon_cmdbuf { struct368 struct radeon_cs_manager *csm;369 struct radeon_cs *cs;370 int size; /** # of dwords total */371 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */