Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_dvfs_policy.c110 int over_perform_boundary_value = 0; in mali_dvfs_policy_realize() local
135 over_perform_boundary_value = MALI_PERCENTAGE_TO_UTILIZATION_FRACTION(70); in mali_dvfs_policy_realize()
138 over_perform_boundary_value = MALI_PERCENTAGE_TO_UTILIZATION_FRACTION(35); in mali_dvfs_policy_realize()
141 over_perform_boundary_value = MALI_PERCENTAGE_TO_UTILIZATION_FRACTION(50); in mali_dvfs_policy_realize()
144 over_perform_boundary_value = MALI_PERCENTAGE_TO_UTILIZATION_FRACTION(35); in mali_dvfs_policy_realize()
148 …_perform = %d, over_perform = %d \n", under_perform_boundary_value, over_perform_boundary_value)); in mali_dvfs_policy_realize()
157 if (current_gpu_util > over_perform_boundary_value) { in mali_dvfs_policy_realize()
184 } else if (current_gpu_util < over_perform_boundary_value) { in mali_dvfs_policy_realize()