Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu10_hwmgr.c1298 !hwmgr->gfxoff_state_changed_by_workload) { in smu10_set_power_profile_mode()
1300 hwmgr->gfxoff_state_changed_by_workload = true; in smu10_set_power_profile_mode()
1306 if (workload_type && hwmgr->gfxoff_state_changed_by_workload) { in smu10_set_power_profile_mode()
1308 hwmgr->gfxoff_state_changed_by_workload = false; in smu10_set_power_profile_mode()
Dhwmgr.c95 hwmgr->gfxoff_state_changed_by_workload = false; in hwmgr_early_init()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h798 bool gfxoff_state_changed_by_workload; member