Searched refs:amdgpu_mux_chunk (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c79 struct amdgpu_mux_chunk *chunk;
162 amdgpu_mux_chunk_slab = KMEM_CACHE(amdgpu_mux_chunk, SLAB_HWCACHE_ALIGN);
164 DRM_ERROR("create amdgpu_mux_chunk cache failed\n");
177 struct amdgpu_mux_chunk *chunk, *chunk2;
435 struct amdgpu_mux_chunk *chunk;
465 struct amdgpu_mux_chunk *chunk, *tmp;
488 struct amdgpu_mux_chunk *chunk;
496 chunk = list_last_entry(&e->list, struct amdgpu_mux_chunk, entry);
521 struct amdgpu_mux_chunk *chunk;
529 chunk = list_last_entry(&e->list, struct amdgpu_mux_chunk, entr
[all...]
H A Damdgpu_ring_mux.h41 * @list: list head for amdgpu_mux_chunk
85 * struct amdgpu_mux_chunk - save the location of indirect buffer's package on softare rings.
94 struct amdgpu_mux_chunk { struct

Completed in 160 milliseconds