Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance
165 struct amdgpu_ring_funcs { struct166 enum amdgpu_ring_type type;167 uint32_t align_mask;168 u32 nop;169 bool support_64bit_ptrs;170 bool no_user_fence;171 bool secure_submission_supported;172 unsigned extra_dw;175 u64 (*get_rptr)(struct amdgpu_ring *ring);176 u64 (*get_wptr)(struct amdgpu_ring *ring);[all …]