Searched refs:get_socket_id (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_cper.c | 77 (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()
|
| A D | amdgpu_smuio.h | 44 u32 (*get_socket_id)(struct amdgpu_device *adev); member
|
| A D | smuio_v13_0_3.c | 107 .get_socket_id = smuio_v13_0_3_get_socket_id,
|
| A D | smuio_v13_0.c | 156 .get_socket_id = smuio_v13_0_get_socket_id,
|
| A D | umc_v12_0.c | 147 .socket_id = adev->smuio.funcs->get_socket_id(adev), in umc_v12_0_query_error_count() 365 adev->smuio.funcs->get_socket_id) in umc_v12_0_query_error_address() 366 addr_in.ma.socket_id = adev->smuio.funcs->get_socket_id(adev); in umc_v12_0_query_error_address()
|
| A D | amdgpu_ras.c | 1158 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report() 1163 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_error_generate_report() 1181 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report() 1186 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_error_generate_report() 1204 adev->smuio.funcs->get_socket_id && in amdgpu_ras_error_generate_report() 1209 adev->smuio.funcs->get_socket_id(adev), in amdgpu_ras_error_generate_report() 2750 if (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) in amdgpu_ras_mca2pa_by_idx() 2751 socket = adev->smuio.funcs->get_socket_id(adev); in amdgpu_ras_mca2pa_by_idx() 2778 if (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) in amdgpu_ras_mca2pa() 2779 socket = adev->smuio.funcs->get_socket_id(adev); in amdgpu_ras_mca2pa() [all …]
|
| A D | mmhub_v1_8.c | 701 .socket_id = adev->smuio.funcs->get_socket_id(adev), in mmhub_v1_8_inst_query_ras_error_count()
|
| A D | amdgpu_xgmi.c | 1545 .socket_id = adev->smuio.funcs->get_socket_id(adev), in xgmi_v6_4_0_query_error_count()
|
| A D | sdma_v4_4_2.c | 2462 .socket_id = adev->smuio.funcs->get_socket_id(adev), in sdma_v4_4_2_inst_query_ras_error_count()
|
| A D | gfx_v9_4_3.c | 4380 .socket_id = adev->smuio.funcs->get_socket_id(adev), in gfx_v9_4_3_inst_query_ras_err_count()
|
| /drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| A D | aldebaran_ppt.c | 276 if (adev->smuio.funcs->get_socket_id(adev) || in aldebaran_select_plpd_policy()
|
Completed in 44 milliseconds