Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance
116 struct amdgpu_ring_funcs { struct117 enum amdgpu_ring_type type;118 uint32_t align_mask;119 u32 nop;120 bool support_64bit_ptrs;121 bool no_user_fence;122 unsigned vmhub;123 unsigned extra_dw;126 u64 (*get_rptr)(struct amdgpu_ring *ring);127 u64 (*get_wptr)(struct amdgpu_ring *ring);[all …]