Searched defs:radeon_cmdbuf (Results 1 – 2 of 2) sorted by relevance
196 struct radeon_cmdbuf { struct197 struct radeon_cmdbuf_chunk current; argument198 struct radeon_cmdbuf_chunk *prev; argument199 uint16_t num_prev; /* Number of previous chunks. */200 uint16_t max_prev; /* Space in array pointed to by prev. */201 unsigned prev_dw; /* Total number of dwords in previous chunks. */204 uint32_t used_vram_kb;205 uint32_t used_gart_kb;206 uint64_t gpu_address;209 void *priv;[all …]
104 struct radeon_cmdbuf { struct105 unsigned cdw; /* Number of used dwords. */106 unsigned max_dw; /* Maximum number of dwords. */107 uint32_t *buf; /* The base pointer of the chunk. */