Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bios.c485 if (!adev->smuio.funcs || in amdgpu_soc15_read_bios_from_rom()
486 !adev->smuio.funcs->get_rom_index_offset || in amdgpu_soc15_read_bios_from_rom()
487 !adev->smuio.funcs->get_rom_data_offset) in amdgpu_soc15_read_bios_from_rom()
494 adev->smuio.funcs->get_rom_index_offset(adev); in amdgpu_soc15_read_bios_from_rom()
496 adev->smuio.funcs->get_rom_data_offset(adev); in amdgpu_soc15_read_bios_from_rom()
Damdgpu_ras.c1006 if (adev->smuio.funcs && in amdgpu_ras_query_error_status()
1007 adev->smuio.funcs->get_socket_id && in amdgpu_ras_query_error_status()
1008 adev->smuio.funcs->get_die_id) { in amdgpu_ras_query_error_status()
1013 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_query_error_status()
1014 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_query_error_status()
1026 if (adev->smuio.funcs && in amdgpu_ras_query_error_status()
1027 adev->smuio.funcs->get_socket_id && in amdgpu_ras_query_error_status()
1028 adev->smuio.funcs->get_die_id) { in amdgpu_ras_query_error_status()
1032 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_query_error_status()
1033 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_query_error_status()
Damdgpu_discovery.c2313 adev->smuio.funcs = &smuio_v9_0_funcs; in amdgpu_discovery_set_ip_blocks()
2321 adev->smuio.funcs = &smuio_v11_0_funcs; in amdgpu_discovery_set_ip_blocks()
2330 adev->smuio.funcs = &smuio_v11_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
2333 adev->smuio.funcs = &smuio_v13_0_funcs; in amdgpu_discovery_set_ip_blocks()
2337 adev->smuio.funcs = &smuio_v13_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
Dnv.c1108 adev->smuio.funcs->update_rom_clock_gating(adev, in nv_common_set_clockgating_state()
1135 adev->smuio.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
Dsoc15.c1375 adev->smuio.funcs->update_rom_clock_gating(adev, in soc15_common_set_clockgating_state()
1431 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
Dgmc_v9_0.c1229 if (1 & adev->smuio.funcs->get_die_id(adev)) in gmc_v9_0_set_umc_funcs()
1336 adev->smuio.funcs->is_host_gpu_xgmi_supported(adev); in gmc_v9_0_early_init()
Damdgpu.h906 struct amdgpu_smuio smuio; member
Dgfx_v9_0.c943 adev->smuio.funcs->get_die_id(adev)); in gfx_v9_0_init_golden_registers()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c463 if (adev->smuio.funcs && adev->smuio.funcs->get_die_id) in aldebaran_is_primary()
464 return adev->smuio.funcs->get_die_id(adev) == 0; in aldebaran_is_primary()
1661 if (!adev->smuio.funcs->get_socket_id(adev) && in aldebaran_allow_xgmi_power_down()
1662 !adev->smuio.funcs->get_die_id(adev)) in aldebaran_allow_xgmi_power_down()