Home
last modified time | relevance | path

Searched refs:get_max_high_clocks (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c489 if (hwmgr->hwmgr_func->get_max_high_clocks == NULL) in phm_get_max_high_clocks()
492 return hwmgr->hwmgr_func->get_max_high_clocks(hwmgr, clocks); in phm_get_max_high_clocks()
H A Dsmu10_hwmgr.c1462 .get_max_high_clocks = smu10_get_max_high_clocks,
H A Dsmu8_hwmgr.c2032 .get_max_high_clocks = smu8_get_max_high_clocks,
H A Dsmu7_hwmgr.c5333 .get_max_high_clocks = smu7_get_max_high_clocks,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c493 if (hwmgr->hwmgr_func->get_max_high_clocks == NULL) in phm_get_max_high_clocks()
496 return hwmgr->hwmgr_func->get_max_high_clocks(hwmgr, clocks); in phm_get_max_high_clocks()
H A Dsmu10_hwmgr.c1644 .get_max_high_clocks = smu10_get_max_high_clocks,
H A Dsmu8_hwmgr.c2053 .get_max_high_clocks = smu8_get_max_high_clocks,
H A Dsmu7_hwmgr.c5787 .get_max_high_clocks = smu7_get_max_high_clocks,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dhwmgr.h313 int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks); member
H A Damdgpu_smu.h562 int (*get_max_high_clocks)(struct smu_context *smu, member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c369 } else if (adev->smu.ppt_funcs && adev->smu.ppt_funcs->get_max_high_clocks) { in dm_pp_get_clock_levels_by_type()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h312 int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks); member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2335 if (smu->ppt_funcs->get_max_high_clocks) in smu_get_max_high_clocks()
2336 ret = smu->ppt_funcs->get_max_high_clocks(smu, clocks); in smu_get_max_high_clocks()

Completed in 39 milliseconds