Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/platform/x86/
Dintel_ips.c336 bool (*gpu_busy)(void); member
528 return ips->gpu_busy(); in ips_gpu_busy()
729 if (ips->gpu_busy) in update_turbo_limits()
785 bool gpu_busy = ips_gpu_busy(ips); in ips_adjust() local
815 if (!mch_exceeded(ips) && gpu_busy) in ips_adjust()
1206 if (ips->gpu_busy) in ips_irq_handler()
1441 ips->gpu_busy = symbol_get(i915_gpu_busy); in ips_get_i915_syms()
1442 if (!ips->gpu_busy) in ips_get_i915_syms()
1465 if (!ips->gpu_busy && late_i915_load) { in ips_gpu_turbo_enabled()
1686 if (ips->gpu_busy) in ips_remove()