Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c419 if (hwmgr->hwmgr_func->get_clock_by_type_with_latency == NULL) in phm_get_clock_by_type_with_latency()
422 return hwmgr->hwmgr_func->get_clock_by_type_with_latency(hwmgr, type, clocks); in phm_get_clock_by_type_with_latency()
Dsmu10_hwmgr.c1174 .get_clock_by_type_with_latency = smu10_get_clock_by_type_with_latency,
Dvega12_hwmgr.c2376 .get_clock_by_type_with_latency = vega12_get_clock_by_type_with_latency,
Dvega10_hwmgr.c4889 .get_clock_by_type_with_latency = vega10_get_clock_by_type_with_latency,
/Linux-v4.19/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h259 int (*get_clock_by_type_with_latency)(void *handle, member
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_pp_smu.c384 if (!pp_funcs || !pp_funcs->get_clock_by_type_with_latency) in dm_pp_get_clock_levels_by_type_with_latency()
387 if (pp_funcs->get_clock_by_type_with_latency(pp_handle, in dm_pp_get_clock_levels_by_type_with_latency()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h290 int (*get_clock_by_type_with_latency)(struct pp_hwmgr *hwmgr, member
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c1266 .get_clock_by_type_with_latency = pp_get_clock_by_type_with_latency,