Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu10_hwmgr.c1309 !hwmgr->gfxoff_state_changed_by_workload) { in smu10_set_power_profile_mode()
1311 hwmgr->gfxoff_state_changed_by_workload = true; in smu10_set_power_profile_mode()
1317 if (workload_type && hwmgr->gfxoff_state_changed_by_workload) { in smu10_set_power_profile_mode()
1319 hwmgr->gfxoff_state_changed_by_workload = false; in smu10_set_power_profile_mode()
H A Damdgpu_hwmgr.c103 hwmgr->gfxoff_state_changed_by_workload = false; in hwmgr_early_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h805 bool gfxoff_state_changed_by_workload; member