Searched defs:amdgpu_winsys (Results 1 – 1 of 1) sorted by relevance
42 struct amdgpu_winsys { struct43 struct pipe_reference reference;46 int fd;48 struct pb_cache bo_cache;53 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];54 struct pb_slabs bo_slabs_encrypted[NUM_SLAB_ALLOCATORS];56 amdgpu_device_handle dev;58 simple_mtx_t bo_fence_lock;60 int num_cs; /* The number of command streams created. */61 unsigned num_total_rejected_cs;[all …]