Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bios.c489 if (!adev->smuio.funcs || in amdgpu_soc15_read_bios_from_rom()
490 !adev->smuio.funcs->get_rom_index_offset || in amdgpu_soc15_read_bios_from_rom()
491 !adev->smuio.funcs->get_rom_data_offset) in amdgpu_soc15_read_bios_from_rom()
498 adev->smuio.funcs->get_rom_index_offset(adev); in amdgpu_soc15_read_bios_from_rom()
500 adev->smuio.funcs->get_rom_data_offset(adev); in amdgpu_soc15_read_bios_from_rom()
Damdgpu_ras.c1057 adev->smuio.funcs && in amdgpu_ras_query_error_status()
1058 adev->smuio.funcs->get_socket_id && in amdgpu_ras_query_error_status()
1059 adev->smuio.funcs->get_die_id) { in amdgpu_ras_query_error_status()
1064 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_query_error_status()
1065 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_query_error_status()
1078 adev->smuio.funcs && in amdgpu_ras_query_error_status()
1079 adev->smuio.funcs->get_socket_id && in amdgpu_ras_query_error_status()
1080 adev->smuio.funcs->get_die_id) { in amdgpu_ras_query_error_status()
1084 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_query_error_status()
1085 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_query_error_status()
Dsoc15.c1409 adev->smuio.funcs->update_rom_clock_gating(adev, in soc15_common_set_clockgating_state()
1467 if (adev->smuio.funcs && adev->smuio.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state()
1468 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
Damdgpu_discovery.c2523 adev->smuio.funcs = &smuio_v9_0_funcs; in amdgpu_discovery_set_ip_blocks()
2531 adev->smuio.funcs = &smuio_v11_0_funcs; in amdgpu_discovery_set_ip_blocks()
2540 adev->smuio.funcs = &smuio_v11_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
2543 adev->smuio.funcs = &smuio_v13_0_funcs; in amdgpu_discovery_set_ip_blocks()
2546 adev->smuio.funcs = &smuio_v13_0_3_funcs; in amdgpu_discovery_set_ip_blocks()
2547 if (adev->smuio.funcs->get_pkg_type(adev) == AMDGPU_PKG_TYPE_APU) { in amdgpu_discovery_set_ip_blocks()
2554 adev->smuio.funcs = &smuio_v13_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
Dnv.c1090 adev->smuio.funcs->update_rom_clock_gating(adev, in nv_common_set_clockgating_state()
1117 adev->smuio.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
Dgmc_v9_0.c1488 if (1 & adev->smuio.funcs->get_die_id(adev)) in gmc_v9_0_set_umc_funcs()
1590 adev->smuio.funcs->is_host_gpu_xgmi_supported(adev); in gmc_v9_0_early_init()
1595 adev->smuio.funcs->get_pkg_type(adev); in gmc_v9_0_early_init()
Damdgpu.h920 struct amdgpu_smuio smuio; member
Dgfx_v9_0.c948 adev->smuio.funcs->get_die_id(adev)); in gfx_v9_0_init_golden_registers()
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu13/
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()
1657 if (!adev->smuio.funcs->get_socket_id(adev) && in aldebaran_allow_xgmi_power_down()
1658 !adev->smuio.funcs->get_die_id(adev)) in aldebaran_allow_xgmi_power_down()
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c1939 kdev->adev->smuio.funcs->get_pkg_type(kdev->adev) == in kfd_fill_gpu_direct_io_link_to_cpu()