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 D | hardwaremanager.c | 489 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 D | smu10_hwmgr.c | 1462 .get_max_high_clocks = smu10_get_max_high_clocks,
|
H A D | smu8_hwmgr.c | 2032 .get_max_high_clocks = smu8_get_max_high_clocks,
|
H A D | smu7_hwmgr.c | 5333 .get_max_high_clocks = smu7_get_max_high_clocks,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 493 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 D | smu10_hwmgr.c | 1644 .get_max_high_clocks = smu10_get_max_high_clocks,
|
H A D | smu8_hwmgr.c | 2053 .get_max_high_clocks = smu8_get_max_high_clocks,
|
H A D | smu7_hwmgr.c | 5787 .get_max_high_clocks = smu7_get_max_high_clocks,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | hwmgr.h | 313 int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks); member
|
H A D | amdgpu_smu.h | 562 int (*get_max_high_clocks)(struct smu_context *smu, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_pp_smu.c | 369 } 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 D | hwmgr.h | 312 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 D | amdgpu_smu.c | 2335 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