Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c79 (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_hdr()
80 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_hdr()
131 (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_section_desc()
132 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_section_desc()
233 socket_id = (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_bad_page_threshold_section()
234 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_bad_page_threshold_section()
H A Dsmuio_v13_0_3.c107 .get_socket_id = smuio_v13_0_3_get_socket_id,
H A Dsmuio_v13_0.c156 .get_socket_id = smuio_v13_0_get_socket_id,
/linux/drivers/edac/
H A Dimh_base.c213 static bool get_socket_id(struct res_config *cfg, struct skx_dev *d) in get_socket_id() function
332 if (!get_socket_id(cfg, d)) { in imh_get_munits()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c278 if (adev->smuio.funcs->get_socket_id(adev) || in aldebaran_select_plpd_policy()