Home
last modified time | relevance | path

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

/drivers/platform/x86/
Dintel_ips.c339 bool (*gpu_busy)(void); member
531 return ips->gpu_busy(); in ips_gpu_busy()
723 if (ips->gpu_busy) in update_turbo_limits()
779 bool gpu_busy = ips_gpu_busy(ips); in ips_adjust() local
809 if (!mch_exceeded(ips) && gpu_busy) in ips_adjust()
1200 if (ips->gpu_busy) in ips_irq_handler()
1435 ips->gpu_busy = symbol_get(i915_gpu_busy); in ips_get_i915_syms()
1436 if (!ips->gpu_busy) in ips_get_i915_syms()
1459 if (!ips->gpu_busy && late_i915_load) { in ips_gpu_turbo_enabled()
1701 if (ips->gpu_busy) in ips_remove()