Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damdgpu_smu.c1652 index = index > 0 && index <= WORKLOAD_POLICY_MAX ? index - 1 : 0; in smu_adjust_power_state_dynamic()
1708 index = index > 0 && index <= WORKLOAD_POLICY_MAX ? index - 1 : 0; in smu_switch_power_profile()
1713 index = index <= WORKLOAD_POLICY_MAX ? index - 1 : 0; in smu_switch_power_profile()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h338 #define WORKLOAD_POLICY_MAX 7 macro
380 uint32_t workload_prority[WORKLOAD_POLICY_MAX];
381 uint32_t workload_setting[WORKLOAD_POLICY_MAX];