Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c267 if (hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration == NULL) in phm_check_smc_update_required_for_display_configuration()
270 return hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration(hwmgr); in phm_check_smc_update_required_for_display_configuration()
Dvega12_hwmgr.c2700 .check_smc_update_required_for_display_configuration =
Dvega20_hwmgr.c4170 .check_smc_update_required_for_display_configuration =
Dsmu7_hwmgr.c5136 ….check_smc_update_required_for_display_configuration = smu7_check_smc_update_required_for_display_…
Dvega10_hwmgr.c5310 .check_smc_update_required_for_display_configuration =
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h287 bool (*check_smc_update_required_for_display_configuration)(struct pp_hwmgr *hwmgr); member