Home
last modified time | relevance | path

Searched refs:pause_workload (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2493 if (smu->pause_workload) in smu_switch_power_profile()
2522 smu->pause_workload = pause; in smu_pause_power_profile()
2525 if (smu->pause_workload && smu->ppt_funcs->set_power_profile_mode) in smu_pause_power_profile()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h741 bool pause_workload; member