Home
last modified time | relevance | path

Searched refs:gfxoff_state_changed_by_workload (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c1507 !hwmgr->gfxoff_state_changed_by_workload) { in smu10_set_power_profile_mode()
1509 hwmgr->gfxoff_state_changed_by_workload = true; in smu10_set_power_profile_mode()
1516 if (workload_type && hwmgr->gfxoff_state_changed_by_workload) { in smu10_set_power_profile_mode()
1518 hwmgr->gfxoff_state_changed_by_workload = false; in smu10_set_power_profile_mode()
H A Dhwmgr.c93 hwmgr->gfxoff_state_changed_by_workload = false; in hwmgr_early_init()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h809 bool gfxoff_state_changed_by_workload; member