Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c282 if (hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration == NULL) in phm_check_smc_update_required_for_display_configuration()
285 return hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration(hwmgr); in phm_check_smc_update_required_for_display_configuration()
Dvega12_hwmgr.c2927 .check_smc_update_required_for_display_configuration =
Dvega20_hwmgr.c4368 .check_smc_update_required_for_display_configuration =
Dsmu7_hwmgr.c5707 ….check_smc_update_required_for_display_configuration = smu7_check_smc_update_required_for_display_…
Dvega10_hwmgr.c5714 .check_smc_update_required_for_display_configuration =
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h288 bool (*check_smc_update_required_for_display_configuration)(struct pp_hwmgr *hwmgr); member