Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_offscreen.c94 unsigned cost, best_cost; in exaFindAreaToEvict() local
97 best_cost = UINT_MAX; in exaFindAreaToEvict()
129 if (avail >= real_size && cost < best_cost) { in exaFindAreaToEvict()
131 best_cost = cost; in exaFindAreaToEvict()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pm.c1231 u32 best_cost[MALI_MAX_NUMBER_OF_PHYSICAL_PP_GROUPS] = { 0 }; in mali_pm_power_cost_setup() local
1245 best_cost[i] = 0xFFFFFFFF; /* lower cost is better */ in mali_pm_power_cost_setup()
1283 if (best_cost[i] >= cost) { in mali_pm_power_cost_setup()
1284 best_cost[i] = cost; in mali_pm_power_cost_setup()