Home
last modified time | relevance | path

Searched refs:AMDGPU_RING_TYPE_COMPUTE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_queue_mgr.c112 return AMDGPU_RING_TYPE_COMPUTE; in amdgpu_hw_ip_to_ring_type()
H A Damdgpu_ring.h51 AMDGPU_RING_TYPE_COMPUTE, enumerator
H A Damdgpu_fence.c444 if ((ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) in amdgpu_fence_driver_init_ring()
H A Dgfx_v9_0.c3891 if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) { in gfx_v9_0_ring_emit_hdp_flush()
4129 if (ring->funcs->type != AMDGPU_RING_TYPE_COMPUTE) in gfx_v9_0_ring_set_priority_compute()
4672 .type = AMDGPU_RING_TYPE_COMPUTE,
H A Damdgpu_vm.c698 if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) in amdgpu_vm_check_compute_bug()
H A Dgfx_v8_0.c6318 if ((ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) || in gfx_v8_0_ring_emit_hdp_flush()
6589 if (ring->funcs->type != AMDGPU_RING_TYPE_COMPUTE) in gfx_v8_0_ring_set_priority_compute()
7208 .type = AMDGPU_RING_TYPE_COMPUTE,