Searched defs:radeon_cmdbuf (Results 1 – 2 of 2) sorted by relevance
216 struct radeon_cmdbuf { struct217 struct radeon_cmdbuf_chunk current; argument218 struct radeon_cmdbuf_chunk *prev; argument219 uint16_t num_prev; /* Number of previous chunks. */220 uint16_t max_prev; /* Space in array pointed to by prev. */221 unsigned prev_dw; /* Total number of dwords in previous chunks. */224 uint32_t used_vram_kb;225 uint32_t used_gart_kb;228 void *priv;229 void *csc; /* amdgpu_cs_context */
88 struct radeon_cmdbuf { struct92 uint64_t cdw; /* Number of used dwords. */93 uint64_t max_dw; /* Maximum number of dwords. */94 uint64_t reserved_dw; /* Number of dwords reserved through radeon_check_space() */95 uint32_t *buf; /* The base pointer of the chunk. */