Searched defs:radeon_ib (Results 1 – 1 of 1) sorted by relevance
825 struct radeon_ib { struct826 struct radeon_sa_bo *sa_bo;827 uint32_t length_dw;828 uint64_t gpu_addr;829 uint32_t *ptr;830 int ring;831 struct radeon_fence *fence;832 struct radeon_vm *vm;833 bool is_const_ib;834 struct radeon_sync sync;