• Home
  • Raw
  • Download

Lines Matching refs:ring_id

1325 	int i, j, r, loop, ring_id;  in amdgpu_command_submission_write_linear_helper()  local
1349 for (ring_id = 0; (1 << ring_id) & hw_ip_info.available_rings; ring_id++) { in amdgpu_command_submission_write_linear_helper()
1393 ip_type, ring_id, in amdgpu_command_submission_write_linear_helper()
1438 int i, j, r, loop, ring_id; in amdgpu_command_submission_const_fill_helper() local
1462 for (ring_id = 0; (1 << ring_id) & hw_ip_info.available_rings; ring_id++) { in amdgpu_command_submission_const_fill_helper()
1526 ip_type, ring_id, in amdgpu_command_submission_const_fill_helper()
1571 int i, j, r, loop1, loop2, ring_id; in amdgpu_command_submission_copy_linear_helper() local
1595 for (ring_id = 0; (1 << ring_id) & hw_ip_info.available_rings; ring_id++) { in amdgpu_command_submission_copy_linear_helper()
1680 ip_type, ring_id, in amdgpu_command_submission_copy_linear_helper()
2561 uint32_t ring_id; in amdgpu_compute_dispatch_test() local
2568 for (ring_id = 0; (1 << ring_id) & info.available_rings; ring_id++) { in amdgpu_compute_dispatch_test()
2569 amdgpu_memset_dispatch_test(device_handle, AMDGPU_HW_IP_COMPUTE, ring_id); in amdgpu_compute_dispatch_test()
2570 amdgpu_memcpy_dispatch_test(device_handle, AMDGPU_HW_IP_COMPUTE, ring_id, 0); in amdgpu_compute_dispatch_test()
2578 uint32_t ring_id; in amdgpu_gfx_dispatch_test() local
2585 for (ring_id = 0; (1 << ring_id) & info.available_rings; ring_id++) { in amdgpu_gfx_dispatch_test()
2586 amdgpu_memset_dispatch_test(device_handle, AMDGPU_HW_IP_GFX, ring_id); in amdgpu_gfx_dispatch_test()
2587 amdgpu_memcpy_dispatch_test(device_handle, AMDGPU_HW_IP_GFX, ring_id, 0); in amdgpu_gfx_dispatch_test()
2595 uint32_t ring_id; in amdgpu_dispatch_hang_helper() local
2602 for (ring_id = 0; (1 << ring_id) & info.available_rings; ring_id++) { in amdgpu_dispatch_hang_helper()
2603 amdgpu_memcpy_dispatch_test(device_handle, ip_type, ring_id, 0); in amdgpu_dispatch_hang_helper()
2604 amdgpu_memcpy_dispatch_test(device_handle, ip_type, ring_id, 1); in amdgpu_dispatch_hang_helper()
2605 amdgpu_memcpy_dispatch_test(device_handle, ip_type, ring_id, 0); in amdgpu_dispatch_hang_helper()
2764 uint32_t ring_id; in amdgpu_dispatch_hang_slow_helper() local
2771 for (ring_id = 0; (1 << ring_id) & info.available_rings; ring_id++) { in amdgpu_dispatch_hang_slow_helper()
2772 amdgpu_memcpy_dispatch_test(device_handle, ip_type, ring_id, 0); in amdgpu_dispatch_hang_slow_helper()
2773 amdgpu_memcpy_dispatch_hang_slow_test(device_handle, ip_type, ring_id); in amdgpu_dispatch_hang_slow_helper()
2774 amdgpu_memcpy_dispatch_test(device_handle, ip_type, ring_id, 0); in amdgpu_dispatch_hang_slow_helper()
3141 uint32_t ring_id) in amdgpu_memset_draw() argument
3207 ibs_request.ring = ring_id; in amdgpu_memset_draw()
3222 fence_status.ring = ring_id; in amdgpu_memset_draw()
3478 uint32_t ring_id; in amdgpu_draw_test() local
3485 for (ring_id = 0; (1 << ring_id) & info.available_rings; ring_id++) { in amdgpu_draw_test()
3486 amdgpu_memset_draw_test(device_handle, ring_id); in amdgpu_draw_test()
3487 amdgpu_memcpy_draw_test(device_handle, ring_id, 0); in amdgpu_draw_test()