Symbol: AMDGPU_RING_TYPE_COMPUTE
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd.c
843
ring_funcs->type = AMDGPU_RING_TYPE_COMPUTE;
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
3118
case AMDGPU_RING_TYPE_COMPUTE:
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
7692
ring->funcs->type != AMDGPU_RING_TYPE_COMPUTE)
sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
552
case AMDGPU_RING_TYPE_COMPUTE:
sys/dev/pci/drm/amd/amdgpu/amdgpu_mes.c
407
(queue_type != AMDGPU_RING_TYPE_COMPUTE) &&
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.c
63
case AMDGPU_RING_TYPE_COMPUTE:
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.c
703
bool is_high_prio_compute = ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE &&
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.c
834
case AMDGPU_RING_TYPE_COMPUTE:
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
776
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
531
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
541
case AMDGPU_RING_TYPE_COMPUTE:
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
562
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xcp.c
623
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE ||
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
3734
case AMDGPU_RING_TYPE_COMPUTE:
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
3834
if (queue_type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
8618
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
9889
.type = AMDGPU_RING_TYPE_COMPUTE,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
375
case AMDGPU_RING_TYPE_COMPUTE:
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
5597
|| (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE))) {
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
5836
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
7259
.type = AMDGPU_RING_TYPE_COMPUTE,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
314
case AMDGPU_RING_TYPE_COMPUTE:
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3980
|| (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE))) {
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
4391
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
5526
.type = AMDGPU_RING_TYPE_COMPUTE,
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
3482
.type = AMDGPU_RING_TYPE_COMPUTE,
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2071
int usepfp = ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE ? 0 : 1;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2073
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
4943
.type = AMDGPU_RING_TYPE_COMPUTE,
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
4390
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
6003
if ((ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) ||
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
6891
.type = AMDGPU_RING_TYPE_COMPUTE,
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
1056
if (queue_type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3536
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
5384
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
7522
.type = AMDGPU_RING_TYPE_COMPUTE,
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
1816
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
2826
if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
303
if (queue_type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
4736
.type = AMDGPU_RING_TYPE_COMPUTE,
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
284
else if (queue_type == AMDGPU_RING_TYPE_COMPUTE)
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
430
} else if (queue_type == AMDGPU_RING_TYPE_COMPUTE) {
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
275
else if (queue_type == AMDGPU_RING_TYPE_COMPUTE)
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
455
} else if (queue_type == AMDGPU_RING_TYPE_COMPUTE) {