Searched defs:radeon_ib (Results 1 – 1 of 1) sorted by relevance
632 struct radeon_ib { struct633 struct radeon_sa_bo *sa_bo;634 uint32_t length_dw;635 uint64_t gpu_addr;636 uint32_t *ptr;637 int ring;638 struct radeon_fence *fence;639 struct radeon_vm *vm;640 bool is_const_ib;641 struct radeon_fence *sync_to[RADEON_NUM_RINGS];[all …]