get_max_high_clocks  369 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c 	} else if (adev->smu.funcs && adev->smu.funcs->get_max_high_clocks) {
get_max_high_clocks  475 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	if (hwmgr->hwmgr_func->get_max_high_clocks == NULL)
get_max_high_clocks  478 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	return hwmgr->hwmgr_func->get_max_high_clocks(hwmgr, clocks);
get_max_high_clocks 1351 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c 	.get_max_high_clocks = smu10_get_max_high_clocks,
get_max_high_clocks 5157 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	.get_max_high_clocks = smu7_get_max_high_clocks,
get_max_high_clocks 1985 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	.get_max_high_clocks = smu8_get_max_high_clocks,
get_max_high_clocks  513 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*get_max_high_clocks)(struct smu_context *smu,
get_max_high_clocks  714 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->funcs->get_max_high_clocks ? (smu)->funcs->get_max_high_clocks((smu), (clocks)) : 0)
get_max_high_clocks  312 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 	int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks);