Searched defs:amdgpu_ring_funcs (Results 1 – 1 of 1) sorted by relevance
143 struct amdgpu_ring_funcs { struct144 enum amdgpu_ring_type type;145 uint32_t align_mask;146 u32 nop;147 bool support_64bit_ptrs;148 bool no_user_fence;149 unsigned vmhub;150 unsigned extra_dw;160 unsigned emit_frame_size;161 unsigned emit_ib_size;[all …]
Completed in 8 milliseconds