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

/drivers/platform/x86/
H A Dintel_ips.c339 bool (*gpu_busy)(void); member in struct:ips_driver
531 return ips->gpu_busy();
723 if (ips->gpu_busy)
779 bool gpu_busy = ips_gpu_busy(ips); local
809 if (!mch_exceeded(ips) && gpu_busy)
1200 if (ips->gpu_busy)
1435 ips->gpu_busy = symbol_get(i915_gpu_busy);
1436 if (!ips->gpu_busy)
1459 if (!ips->gpu_busy && late_i915_load) {
1701 if (ips->gpu_busy)
[all...]

Completed in 46 milliseconds