Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A 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()
H A Dsmu10_hwmgr.c1180 .get_clock_by_type_with_latency = smu10_get_clock_by_type_with_latency,
H A Dvega12_hwmgr.c2379 .get_clock_by_type_with_latency = vega12_get_clock_by_type_with_latency,
H A Dvega10_hwmgr.c4901 .get_clock_by_type_with_latency = vega10_get_clock_by_type_with_latency,
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A 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()
/dragonfly/sys/dev/drm/amd/include/
H A Dkgd_pp_interface.h259 int (*get_clock_by_type_with_latency)(void *handle, member
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h291 int (*get_clock_by_type_with_latency)(struct pp_hwmgr *hwmgr, member
/dragonfly/sys/dev/drm/amd/powerplay/
H A Damd_powerplay.c1266 .get_clock_by_type_with_latency = pp_get_clock_by_type_with_latency,