Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
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()
Dvega12_hwmgr.c2389 .check_smc_update_required_for_display_configuration =
Dsmu7_hwmgr.c5043 ….check_smc_update_required_for_display_configuration = smu7_check_smc_update_required_for_display_…
Dvega10_hwmgr.c4899 .check_smc_update_required_for_display_configuration =
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h274 bool (*check_smc_update_required_for_display_configuration)(struct pp_hwmgr *hwmgr); member