Searched defs:radeon_ib (Results 1 – 1 of 1) sorted by relevance
640 struct radeon_ib { struct641 struct radeon_sa_bo *sa_bo;642 uint32_t length_dw;643 uint64_t gpu_addr;644 uint32_t *ptr;645 int ring;646 struct radeon_fence *fence;647 struct radeon_vm *vm;648 bool is_const_ib;649 struct radeon_fence *sync_to[RADEON_NUM_RINGS];[all …]