Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance
160 struct amdgpu_ring_funcs { struct161 enum amdgpu_ring_type type;162 uint32_t align_mask;163 u32 nop;164 bool support_64bit_ptrs;165 bool no_user_fence;167 unsigned vmhub;168 unsigned extra_dw;182 unsigned emit_frame_size;183 unsigned emit_ib_size;[all …]
Completed in 6 milliseconds