Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c284 if (hwmgr->hwmgr_func->check_smc_update_required_for_display_configuration == NULL) in phm_check_smc_update_required_for_display_configuration()
287 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 Dvega10_hwmgr.c5795 .check_smc_update_required_for_display_configuration =
H A Dsmu7_hwmgr.c5768 ….check_smc_update_required_for_display_configuration = smu7_check_smc_update_required_for_display_…
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h287 bool (*check_smc_update_required_for_display_configuration)(struct pp_hwmgr *hwmgr); member