Searched defs:radeon_ib (Results 1 – 2 of 2) 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;
781 struct radeon_ib { struct782 struct drm_suballoc *sa_bo;783 uint32_t length_dw;784 uint64_t gpu_addr;785 uint32_t *ptr;786 int ring;787 struct radeon_fence *fence;788 struct radeon_vm *vm;789 bool is_const_ib;790 struct radeon_sync sync;