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