Home
last modified time | relevance | path

Searched refs:smuio (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c479 if (!adev->smuio.funcs || in amdgpu_soc15_read_bios_from_rom()
480 !adev->smuio.funcs->get_rom_index_offset || in amdgpu_soc15_read_bios_from_rom()
481 !adev->smuio.funcs->get_rom_data_offset) in amdgpu_soc15_read_bios_from_rom()
488 adev->smuio.funcs->get_rom_index_offset(adev); in amdgpu_soc15_read_bios_from_rom()
490 adev->smuio.funcs->get_rom_data_offset(adev); in amdgpu_soc15_read_bios_from_rom()
H A Dumc_v12_0.c145 .socket_id = adev->smuio.funcs->get_socket_id(adev), in umc_v12_0_query_error_count()
325 adev->smuio.funcs && in umc_v12_0_query_error_address()
326 adev->smuio.funcs->get_socket_id) in umc_v12_0_query_error_address()
327 addr_in.ma.socket_id = adev->smuio.funcs->get_socket_id(adev); in umc_v12_0_query_error_address()
H A Damdgpu_ras.c1150 adev->smuio.funcs && in amdgpu_ras_error_generate_report()
1151 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report()
1152 adev->smuio.funcs->get_die_id) { in amdgpu_ras_error_generate_report()
1173 adev->smuio.funcs && in amdgpu_ras_error_generate_report()
1174 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report()
1175 adev->smuio.funcs->get_die_id) { in amdgpu_ras_error_generate_report()
1196 adev->smuio.funcs && in amdgpu_ras_error_generate_report()
1197 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report()
1198 adev->smuio.funcs->get_die_id) { in amdgpu_ras_error_generate_report()
3397 if (adev->smuio.funcs && in amdgpu_ras_init()
[all …]
H A Dsoc15.c1416 adev->smuio.funcs->update_rom_clock_gating(adev, in soc15_common_set_clockgating_state()
1474 if (adev->smuio.funcs && adev->smuio.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state()
1475 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
H A Damdgpu_discovery.c2653 adev->smuio.funcs = &smuio_v9_0_funcs; in amdgpu_discovery_set_ip_blocks()
2661 adev->smuio.funcs = &smuio_v11_0_funcs; in amdgpu_discovery_set_ip_blocks()
2670 adev->smuio.funcs = &smuio_v11_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
2673 adev->smuio.funcs = &smuio_v13_0_funcs; in amdgpu_discovery_set_ip_blocks()
2676 adev->smuio.funcs = &smuio_v13_0_3_funcs; in amdgpu_discovery_set_ip_blocks()
2677 if (adev->smuio.funcs->get_pkg_type(adev) == AMDGPU_PKG_TYPE_APU) { in amdgpu_discovery_set_ip_blocks()
2685 adev->smuio.funcs = &smuio_v13_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
2688 adev->smuio.funcs = &smuio_v14_0_2_funcs; in amdgpu_discovery_set_ip_blocks()
H A Dnv.c1088 adev->smuio.funcs->update_rom_clock_gating(adev, in nv_common_set_clockgating_state()
1115 adev->smuio.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
H A Dgmc_v9_0.c1446 if (1 & adev->smuio.funcs->get_die_id(adev)) in gmc_v9_0_set_umc_funcs()
1560 adev->smuio.funcs->is_host_gpu_xgmi_supported(adev); in gmc_v9_0_early_init()
1565 adev->smuio.funcs->get_pkg_type(adev); in gmc_v9_0_early_init()
H A Dmmhub_v1_8.c650 .socket_id = adev->smuio.funcs->get_socket_id(adev), in mmhub_v1_8_inst_query_ras_error_count()
H A Damdgpu.h989 struct amdgpu_smuio smuio; member
H A Damdgpu_xgmi.c1404 .socket_id = adev->smuio.funcs->get_socket_id(adev), in xgmi_v6_4_0_query_error_count()
H A Damdgpu_device.c255 if (adev->smuio.funcs && adev->smuio.funcs->get_pkg_type) in amdgpu_device_get_board_info()
256 pkg_type = adev->smuio.funcs->get_pkg_type(adev); in amdgpu_device_get_board_info()
H A Dsdma_v4_4_2.c2121 .socket_id = adev->smuio.funcs->get_socket_id(adev), in sdma_v4_4_2_inst_query_ras_error_count()
H A Dgfx_v9_4_3.c3837 .socket_id = adev->smuio.funcs->get_socket_id(adev), in gfx_v9_4_3_inst_query_ras_err_count()
H A Dgfx_v9_0.c948 adev->smuio.funcs->get_die_id(adev)); in gfx_v9_0_init_golden_registers()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c465 if (adev->smuio.funcs && adev->smuio.funcs->get_die_id) in aldebaran_is_primary()
466 return adev->smuio.funcs->get_die_id(adev) == 0; in aldebaran_is_primary()
1617 if (adev->smuio.funcs->get_socket_id(adev) || in aldebaran_select_xgmi_plpd_policy()
1618 adev->smuio.funcs->get_die_id(adev)) in aldebaran_select_xgmi_plpd_policy()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2094 kdev->adev->smuio.funcs->get_pkg_type(kdev->adev) == in kfd_fill_gpu_direct_io_link_to_cpu()