Home
last modified time | relevance | path

Searched refs:get_clock_by_type_with_voltage (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c432 if (hwmgr->hwmgr_func->get_clock_by_type_with_voltage == NULL) in phm_get_clock_by_type_with_voltage()
435 return hwmgr->hwmgr_func->get_clock_by_type_with_voltage(hwmgr, type, clocks); in phm_get_clock_by_type_with_voltage()
Dsmu10_hwmgr.c1175 .get_clock_by_type_with_voltage = smu10_get_clock_by_type_with_voltage,
Dvega12_hwmgr.c2377 .get_clock_by_type_with_voltage = vega12_get_clock_by_type_with_voltage,
Dvega10_hwmgr.c4890 .get_clock_by_type_with_voltage = vega10_get_clock_by_type_with_voltage,
/Linux-v4.19/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h262 int (*get_clock_by_type_with_voltage)(void *handle, member
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_pp_smu.c407 if (pp_funcs->get_clock_by_type_with_voltage(pp_handle, in dm_pp_get_clock_levels_by_type_with_voltage()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h293 int (*get_clock_by_type_with_voltage)(struct pp_hwmgr *hwmgr, member
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c1267 .get_clock_by_type_with_voltage = pp_get_clock_by_type_with_voltage,