Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dhardwaremanager.c258 if (hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration == NULL) in phm_check_smc_update_required_for_display_configuration()
261 return hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration(hwmgr); in phm_check_smc_update_required_for_display_configuration()
H A Dvega12_hwmgr.c2392 .check_smc_update_required_for_display_configuration =
H A Dvega10_hwmgr.c4911 .check_smc_update_required_for_display_configuration =
H A Dsmu7_hwmgr.c5078 ….check_smc_update_required_for_display_configuration = smu7_check_smc_update_required_for_display_…
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h275 bool (*check_smc_update_required_for_display_configuration)(struct pp_hwmgr *hwmgr); member