Searched defs:amdgpu_cs_context (Results 1 – 1 of 1) sorted by relevance
78 struct amdgpu_cs_context { struct79 struct amdgpu_cs_request request;80 struct amdgpu_cs_ib_info ib[IB_NUM];83 unsigned max_real_buffers;84 unsigned num_real_buffers;85 amdgpu_bo_handle *handles;86 uint8_t *flags;87 struct amdgpu_cs_buffer *real_buffers;89 unsigned num_slab_buffers;113 struct amdgpu_cs_context csc1; argument