Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dintel_ips.c327 bool (*gpu_busy)(void); member
519 return ips->gpu_busy(); in ips_gpu_busy()
716 if (ips->gpu_busy) in update_turbo_limits()
773 bool gpu_busy = ips_gpu_busy(ips); in ips_adjust() local
803 if (!mch_exceeded(ips) && gpu_busy) in ips_adjust()
1161 if (ips->gpu_busy) in ips_irq_handler()
1351 ips->gpu_busy = symbol_get(i915_gpu_busy); in ips_get_i915_syms()
1352 if (!ips->gpu_busy) in ips_get_i915_syms()
1375 if (!ips->gpu_busy && late_i915_load) { in ips_gpu_turbo_enabled()
1594 if (ips->gpu_busy) in ips_remove()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.h76 u64 (*gpu_busy)(struct msm_gpu *gpu, unsigned long *out_sample_rate); member
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c2752 .gpu_busy = a6xx_gpu_busy,
2786 .gpu_busy = a6xx_gpu_busy,
2818 .gpu_busy = a6xx_gpu_busy,
2849 .gpu_busy = a8xx_gpu_busy,
H A Da3xx_gpu.c610 .gpu_busy = a3xx_gpu_busy,
H A Da4xx_gpu.c722 .gpu_busy = a4xx_gpu_busy,
H A Da5xx_gpu.c1800 .gpu_busy = a5xx_gpu_busy,