Searched defs:radeon_ib (Results 1 – 1 of 1) sorted by relevance
868 struct radeon_ib { struct869 struct radeon_sa_bo *sa_bo;870 uint32_t length_dw;871 uint64_t gpu_addr;872 uint32_t *ptr;873 int ring;874 struct radeon_fence *fence;875 struct radeon_vm *vm;876 bool is_const_ib;877 struct radeon_sync sync;