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