Searched refs:get_sclk_od (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 257 int (*get_sclk_od)(void *handle); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | amd_powerplay.c | 767 if (hwmgr->hwmgr_func->get_sclk_od == NULL) { in pp_dpm_get_sclk_od() 772 ret = hwmgr->hwmgr_func->get_sclk_od(hwmgr); in pp_dpm_get_sclk_od() 1651 .get_sclk_od = pp_dpm_get_sclk_od,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | amd_powerplay.c | 759 if (hwmgr->hwmgr_func->get_sclk_od == NULL) { in pp_dpm_get_sclk_od() 763 return hwmgr->hwmgr_func->get_sclk_od(hwmgr); in pp_dpm_get_sclk_od() 1603 .get_sclk_od = pp_dpm_get_sclk_od,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | amdgpu_dpm.h | 317 ((adev)->powerplay.pp_funcs->get_sclk_od((adev)->powerplay.pp_handle))
|
H A D | hwmgr.h | 318 int (*get_sclk_od)(struct pp_hwmgr *hwmgr); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 334 int (*get_sclk_od)(void *handle); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 319 int (*get_sclk_od)(struct pp_hwmgr *hwmgr); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_dpm.c | 1154 if (!pp_funcs->get_sclk_od) in amdgpu_dpm_get_sclk_od() 1158 ret = pp_funcs->get_sclk_od(adev->powerplay.pp_handle); in amdgpu_dpm_get_sclk_od()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega12_hwmgr.c | 2932 .get_sclk_od = vega12_get_sclk_od,
|
H A D | smu7_hwmgr.c | 5321 .get_sclk_od = smu7_get_sclk_od,
|
H A D | vega20_hwmgr.c | 4393 .get_sclk_od = vega20_get_sclk_od,
|
H A D | vega10_hwmgr.c | 5560 .get_sclk_od = vega10_get_sclk_od,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega12_hwmgr.c | 2958 .get_sclk_od = vega12_get_sclk_od,
|
H A D | vega20_hwmgr.c | 4393 .get_sclk_od = vega20_get_sclk_od,
|
H A D | vega10_hwmgr.c | 5745 .get_sclk_od = vega10_get_sclk_od,
|
H A D | smu7_hwmgr.c | 5774 .get_sclk_od = smu7_get_sclk_od,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 1509 else if (adev->powerplay.pp_funcs->get_sclk_od) in amdgpu_get_pp_sclk_od()
|
Completed in 63 milliseconds