Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance
191 struct amdgpu_ring_funcs { struct199 enum amdgpu_ring_type type;200 uint32_t align_mask;210 u32 nop;211 bool support_64bit_ptrs;212 bool no_user_fence;213 bool secure_submission_supported;225 unsigned extra_bytes;228 u64 (*get_rptr)(struct amdgpu_ring *ring);229 u64 (*get_wptr)(struct amdgpu_ring *ring);[all …]