Searched defs:radeon_ib (Results 1 – 1 of 1) sorted by relevance
835 struct radeon_ib { struct836 struct radeon_sa_bo *sa_bo;837 uint32_t length_dw;838 uint64_t gpu_addr;839 uint32_t *ptr;840 int ring;841 struct radeon_fence *fence;842 struct radeon_vm *vm;843 bool is_const_ib;844 struct radeon_sync sync;