Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance
182 struct amdgpu_ring_funcs { struct190 enum amdgpu_ring_type type;191 uint32_t align_mask;201 u32 nop;202 bool support_64bit_ptrs;203 bool no_user_fence;204 bool secure_submission_supported;205 unsigned extra_dw;208 u64 (*get_rptr)(struct amdgpu_ring *ring);209 u64 (*get_wptr)(struct amdgpu_ring *ring);[all …]