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