Home
last modified time | relevance | path

Searched refs:amdgpu_ring_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c189 int amdgpu_ring_type; in convert_to_amdgpu_ring_type() local
193 amdgpu_ring_type = AMDGPU_RING_TYPE_COMPUTE; in convert_to_amdgpu_ring_type()
196 amdgpu_ring_type = AMDGPU_RING_TYPE_SDMA; in convert_to_amdgpu_ring_type()
200 amdgpu_ring_type = -EINVAL; in convert_to_amdgpu_ring_type()
204 return amdgpu_ring_type; in convert_to_amdgpu_ring_type()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.c53 enum amdgpu_ring_type ring_type, int reset_type) in amdgpu_userq_is_reset_type_supported()
H A Damdgpu_cs.c52 static u32 amdgpu_cs_ib_packet_size_max_dw(enum amdgpu_ring_type type) in amdgpu_cs_ib_packet_size_max_dw()