Searched refs:hw_ip_info (Results 1 – 1 of 1) sorted by relevance
1417 struct drm_amdgpu_info_hw_ip hw_ip_info; in amdgpu_command_submission_write_linear_helper_with_secure() local1428 r = amdgpu_query_hw_ip_info(device, ip_type, 0, &hw_ip_info); in amdgpu_command_submission_write_linear_helper_with_secure()1442 for (ring_id = 0; (1 << ring_id) & hw_ip_info.available_rings; ring_id++) { in amdgpu_command_submission_write_linear_helper_with_secure()1625 struct drm_amdgpu_info_hw_ip hw_ip_info; in amdgpu_command_submission_const_fill_helper() local1636 r = amdgpu_query_hw_ip_info(device_handle, ip_type, 0, &hw_ip_info); in amdgpu_command_submission_const_fill_helper()1646 for (ring_id = 0; (1 << ring_id) & hw_ip_info.available_rings; ring_id++) { in amdgpu_command_submission_const_fill_helper()1758 struct drm_amdgpu_info_hw_ip hw_ip_info; in amdgpu_command_submission_copy_linear_helper() local1769 r = amdgpu_query_hw_ip_info(device_handle, ip_type, 0, &hw_ip_info); in amdgpu_command_submission_copy_linear_helper()1779 for (ring_id = 0; (1 << ring_id) & hw_ip_info.available_rings; ring_id++) { in amdgpu_command_submission_copy_linear_helper()