Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c886 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()
Dsoc15.c387 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()
798 adev->smuio.funcs = &smuio_v11_0_funcs; in soc15_set_ip_blocks()
800 adev->smuio.funcs = &smuio_v13_0_funcs; in soc15_set_ip_blocks()
802 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()
1636 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
Dnv.c382 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()
701 adev->smuio.funcs = &smuio_v11_0_6_funcs; in nv_set_ip_blocks()
703 adev->smuio.funcs = &smuio_v11_0_funcs; in nv_set_ip_blocks()
1405 adev->smuio.funcs->update_rom_clock_gating(adev, in nv_common_set_clockgating_state()
1432 adev->smuio.funcs->get_clock_gating_state(adev, flags); in nv_common_get_clockgating_state()
Dgmc_v9_0.c1181 if (1 & adev->smuio.funcs->get_die_id(adev)) in gmc_v9_0_set_umc_funcs()
1257 adev->smuio.funcs->is_host_gpu_xgmi_supported(adev); in gmc_v9_0_early_init()
Damdgpu.h962 struct amdgpu_smuio smuio; member
Dgfx_v9_0.c1005 adev->smuio.funcs->get_die_id(adev)); in gfx_v9_0_init_golden_registers()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c447 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()