Searched refs:smuio (Results 1 – 7 of 7) sorted by relevance
387 adev->smuio.funcs->get_rom_index_offset(adev); in soc15_read_bios_from_rom()389 adev->smuio.funcs->get_rom_data_offset(adev); in soc15_read_bios_from_rom()799 adev->smuio.funcs = &smuio_v11_0_funcs; in soc15_set_ip_blocks()801 adev->smuio.funcs = &smuio_v13_0_funcs; in soc15_set_ip_blocks()803 adev->smuio.funcs = &smuio_v9_0_funcs; in soc15_set_ip_blocks()1581 adev->smuio.funcs->update_rom_clock_gating(adev, in soc15_common_set_clockgating_state()1638 if (adev->smuio.funcs && adev->smuio.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state()1639 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
886 if (adev->smuio.funcs && in amdgpu_ras_query_error_status()887 adev->smuio.funcs->get_socket_id && in amdgpu_ras_query_error_status()888 adev->smuio.funcs->get_die_id) { in amdgpu_ras_query_error_status()893 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_query_error_status()894 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_query_error_status()906 if (adev->smuio.funcs && in amdgpu_ras_query_error_status()907 adev->smuio.funcs->get_socket_id && in amdgpu_ras_query_error_status()908 adev->smuio.funcs->get_die_id) { in amdgpu_ras_query_error_status()912 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_query_error_status()913 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_query_error_status()
383 adev->smuio.funcs->get_rom_index_offset(adev); in nv_read_bios_from_rom()385 adev->smuio.funcs->get_rom_data_offset(adev); in nv_read_bios_from_rom()702 adev->smuio.funcs = &smuio_v11_0_6_funcs; in nv_set_ip_blocks()704 adev->smuio.funcs = &smuio_v11_0_funcs; in nv_set_ip_blocks()1406 adev->smuio.funcs->update_rom_clock_gating(adev, in nv_common_set_clockgating_state()1433 adev->smuio.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
1194 if (1 & adev->smuio.funcs->get_die_id(adev)) in gmc_v9_0_set_umc_funcs()1270 adev->smuio.funcs->is_host_gpu_xgmi_supported(adev); in gmc_v9_0_early_init()
962 struct amdgpu_smuio smuio; member
1010 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()