Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance
136 struct amdgpu_ring_funcs { struct137 enum amdgpu_ring_type type;138 uint32_t align_mask;139 u32 nop;140 bool support_64bit_ptrs;141 bool no_user_fence;142 unsigned vmhub;143 unsigned extra_dw;146 u64 (*get_rptr)(struct amdgpu_ring *ring);147 u64 (*get_wptr)(struct amdgpu_ring *ring);[all …]