Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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()
H A Dvega12_hwmgr.c2962 .check_smc_update_required_for_display_configuration =
H A Dvega20_hwmgr.c4389 .check_smc_update_required_for_display_configuration =
H A Dsmu7_hwmgr.c5774 ….check_smc_update_required_for_display_configuration = smu7_check_smc_update_required_for_display_…
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h286 bool (*check_smc_update_required_for_display_configuration)(struct pp_hwmgr *hwmgr); member