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