Searched refs:smuio (Results 1 – 8 of 8) sorted by relevance
972 if (adev->smuio.funcs && in amdgpu_ras_query_error_status()973 adev->smuio.funcs->get_socket_id && in amdgpu_ras_query_error_status()974 adev->smuio.funcs->get_die_id) { in amdgpu_ras_query_error_status()979 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_query_error_status()980 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_query_error_status()992 if (adev->smuio.funcs && in amdgpu_ras_query_error_status()993 adev->smuio.funcs->get_socket_id && in amdgpu_ras_query_error_status()994 adev->smuio.funcs->get_die_id) { in amdgpu_ras_query_error_status()998 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_query_error_status()999 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_query_error_status()
382 adev->smuio.funcs->get_rom_index_offset(adev); in nv_read_bios_from_rom()384 adev->smuio.funcs->get_rom_data_offset(adev); in nv_read_bios_from_rom()1107 adev->smuio.funcs->update_rom_clock_gating(adev, in nv_common_set_clockgating_state()1134 adev->smuio.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
398 adev->smuio.funcs->get_rom_index_offset(adev); in soc15_read_bios_from_rom()400 adev->smuio.funcs->get_rom_data_offset(adev); in soc15_read_bios_from_rom()1422 adev->smuio.funcs->update_rom_clock_gating(adev, in soc15_common_set_clockgating_state()1478 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
1295 adev->smuio.funcs = &smuio_v9_0_funcs; in amdgpu_discovery_set_ip_blocks()1303 adev->smuio.funcs = &smuio_v11_0_funcs; in amdgpu_discovery_set_ip_blocks()1310 adev->smuio.funcs = &smuio_v11_0_6_funcs; in amdgpu_discovery_set_ip_blocks()1313 adev->smuio.funcs = &smuio_v13_0_funcs; in amdgpu_discovery_set_ip_blocks()
1181 if (1 & adev->smuio.funcs->get_die_id(adev)) in gmc_v9_0_set_umc_funcs()1259 adev->smuio.funcs->is_host_gpu_xgmi_supported(adev); in gmc_v9_0_early_init()
970 struct amdgpu_smuio smuio; member
1011 adev->smuio.funcs->get_die_id(adev)); in gfx_v9_0_init_golden_registers()
447 if (adev->smuio.funcs && adev->smuio.funcs->get_die_id) in aldebaran_is_primary()448 return adev->smuio.funcs->get_die_id(adev) == 0; in aldebaran_is_primary()
Completed in 37 milliseconds