Home
last modified time | relevance | path

Searched refs:check_smc_update_required_for_display_configuration (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c274 if (hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration == NULL) in phm_check_smc_update_required_for_display_configuration()
277 return hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration(hwmgr); in phm_check_smc_update_required_for_display_configuration()
Dsmu7_hwmgr.c4347 ….check_smc_update_required_for_display_configuration = smu7_check_smc_update_required_for_display_…
/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h335 bool (*check_smc_update_required_for_display_configuration)(struct pp_hwmgr *hwmgr); member