Searched defs:radeon_winsys_cs (Results 1 – 2 of 2) sorted by relevance
170 struct radeon_winsys_cs { struct171 struct radeon_winsys_cs_chunk current; argument172 struct radeon_winsys_cs_chunk *prev; argument173 unsigned num_prev; /* Number of previous chunks. */174 unsigned max_prev; /* Space in array pointed to by prev. */175 unsigned prev_dw; /* Total number of dwords in previous chunks. */178 uint64_t used_vram;179 uint64_t used_gart;
97 struct radeon_winsys_cs { struct98 unsigned cdw; /* Number of used dwords. */99 unsigned max_dw; /* Maximum number of dwords. */100 uint32_t *buf; /* The base pointer of the chunk. */