Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance
166 struct amdgpu_ring_funcs { struct167 enum amdgpu_ring_type type;168 uint32_t align_mask;169 u32 nop;170 bool support_64bit_ptrs;171 bool no_user_fence;172 bool secure_submission_supported;173 unsigned extra_dw;187 unsigned emit_frame_size;188 unsigned emit_ib_size;[all …]