Home
last modified time | relevance | path

Searched refs:get_socket_id (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_smuio.h44 u32 (*get_socket_id)(struct amdgpu_device *adev); member
H A Dsmuio_v13_0_3.c107 .get_socket_id = smuio_v13_0_3_get_socket_id,
H A Damdgpu_cper.c77 (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_hdr()
78 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_hdr()
129 (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_section_desc()
130 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_section_desc()
H A Dsmuio_v13_0.c156 .get_socket_id = smuio_v13_0_get_socket_id,
H A Dumc_v12_0.c147 .socket_id = adev->smuio.funcs->get_socket_id(adev), in umc_v12_0_query_error_count()
308 adev->smuio.funcs->get_socket_id) in umc_v12_0_query_error_address()
309 addr_in.ma.socket_id = adev->smuio.funcs->get_socket_id(adev); in umc_v12_0_query_error_address()
H A Damdgpu_ras.c1155 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report()
1160 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_error_generate_report()
1178 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report()
1183 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_error_generate_report()
1201 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report()
1206 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_error_generate_report()
2744 if (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) in amdgpu_ras_mca2pa_by_idx()
2745 socket = adev->smuio.funcs->get_socket_id(adev); in amdgpu_ras_mca2pa_by_idx()
2772 if (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) in amdgpu_ras_mca2pa()
2773 socket = adev->smuio.funcs->get_socket_id(adev); in amdgpu_ras_mca2pa()
[all …]
H A Dmmhub_v1_8.c661 .socket_id = adev->smuio.funcs->get_socket_id(adev), in mmhub_v1_8_inst_query_ras_error_count()
H A Damdgpu_xgmi.c1516 .socket_id = adev->smuio.funcs->get_socket_id(adev), in xgmi_v6_4_0_query_error_count()
H A Dsdma_v4_4_2.c2468 .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.c4334 .socket_id = adev->smuio.funcs->get_socket_id(adev), in gfx_v9_4_3_inst_query_ras_err_count()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c276 if (adev->smuio.funcs->get_socket_id(adev) || in aldebaran_select_plpd_policy()