Searched defs:radeon_cmdbuf (Results 1 – 2 of 2) sorted by relevance
223 struct radeon_cmdbuf { struct224 struct radeon_cmdbuf_chunk current; argument225 struct radeon_cmdbuf_chunk *prev; argument226 uint16_t num_prev; /* Number of previous chunks. */227 uint16_t max_prev; /* Space in array pointed to by prev. */228 unsigned prev_dw; /* Total number of dwords in previous chunks. */231 uint32_t used_vram_kb;232 uint32_t used_gart_kb;235 void *priv;236 void *csc; /* amdgpu_cs_context */
86 struct radeon_cmdbuf { struct90 uint64_t cdw; /* Number of used dwords. */91 uint64_t max_dw; /* Maximum number of dwords. */92 uint64_t reserved_dw; /* Number of dwords reserved through radeon_check_space() */93 uint32_t *buf; /* The base pointer of the chunk. */