Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c76 (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_hdr()
77 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_hdr()
128 (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_section_desc()
129 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_section_desc()
230 socket_id = (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_bad_page_threshold_section()
231 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_bad_page_threshold_section()
H A Damdgpu_ras.c1230 adev->smuio.funcs && in amdgpu_ras_error_generate_report()
1231 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report()
1232 adev->smuio.funcs->get_die_id) { in amdgpu_ras_error_generate_report()
1236 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_error_generate_report()
1237 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_error_generate_report()
1253 adev->smuio.funcs && in amdgpu_ras_error_generate_report()
1254 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report()
1255 adev->smuio.funcs->get_die_id) { in amdgpu_ras_error_generate_report()
1259 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_error_generate_report()
1260 adev->smuio.funcs->get_die_id(adev), in amdgpu_ras_error_generate_report()
[all …]
H A Dsoc15.c1435 adev->smuio.funcs->update_rom_clock_gating(adev, in soc15_common_set_clockgating_state()
1495 if (adev->smuio.funcs && adev->smuio.funcs->get_clock_gating_state) in soc15_common_get_clockgating_state()
1496 adev->smuio.funcs->get_clock_gating_state(adev, flags); in soc15_common_get_clockgating_state()
H A Damdgpu_discovery.c3104 adev->smuio.funcs = &smuio_v9_0_funcs; in amdgpu_discovery_set_ip_blocks()
3112 adev->smuio.funcs = &smuio_v11_0_funcs; in amdgpu_discovery_set_ip_blocks()
3122 adev->smuio.funcs = &smuio_v11_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
3125 adev->smuio.funcs = &smuio_v13_0_funcs; in amdgpu_discovery_set_ip_blocks()
3129 adev->smuio.funcs = &smuio_v13_0_3_funcs; in amdgpu_discovery_set_ip_blocks()
3130 if (adev->smuio.funcs->get_pkg_type(adev) == AMDGPU_PKG_TYPE_APU) { in amdgpu_discovery_set_ip_blocks()
3138 adev->smuio.funcs = &smuio_v13_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
3141 adev->smuio.funcs = &smuio_v14_0_2_funcs; in amdgpu_discovery_set_ip_blocks()
H A Dgmc_v9_0.c1441 if (1 & adev->smuio.funcs->get_die_id(adev)) in gmc_v9_0_set_umc_funcs()
1593 adev->smuio.funcs->is_host_gpu_xgmi_supported(adev); in gmc_v9_0_early_init()
1598 adev->smuio.funcs->get_pkg_type(adev); in gmc_v9_0_early_init()
H A Damdgpu.h1107 struct amdgpu_smuio smuio; member
H A Dgfx_v12_0.c3827 if (adev->smuio.funcs && in gfx_v12_0_get_gpu_clock_counter()
3828 adev->smuio.funcs->get_gpu_clock_counter) in gfx_v12_0_get_gpu_clock_counter()
3829 clock = adev->smuio.funcs->get_gpu_clock_counter(adev); in gfx_v12_0_get_gpu_clock_counter()