Searched defs:radeon_cmdbuf (Results 1 – 4 of 4) sorted by relevance
202 struct radeon_cmdbuf { struct203 struct radeon_cmdbuf_chunk current; argument204 struct radeon_cmdbuf_chunk *prev; argument205 uint16_t num_prev; /* Number of previous chunks. */206 uint16_t max_prev; /* Space in array pointed to by prev. */207 unsigned prev_dw; /* Total number of dwords in previous chunks. */210 uint32_t used_vram_kb;211 uint32_t used_gart_kb;212 uint64_t gpu_address;215 void *priv;
93 struct radeon_cmdbuf { struct94 unsigned cdw; /* Number of used dwords. */95 unsigned max_dw; /* Maximum number of dwords. */96 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 */