Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dintel_ips.c326 bool (*gpu_busy)(void); member
518 return ips->gpu_busy(); in ips_gpu_busy()
709 if (ips->gpu_busy) in update_turbo_limits()
765 bool gpu_busy = ips_gpu_busy(ips); in ips_adjust() local
795 if (!mch_exceeded(ips) && gpu_busy) in ips_adjust()
1182 if (ips->gpu_busy) in ips_irq_handler()
1367 ips->gpu_busy = symbol_get(i915_gpu_busy); in ips_get_i915_syms()
1368 if (!ips->gpu_busy) in ips_get_i915_syms()
1391 if (!ips->gpu_busy && late_i915_load) { in ips_gpu_turbo_enabled()
1610 if (ips->gpu_busy) in ips_remove()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c99 busy_cycles = gpu->funcs->gpu_busy(gpu, &sample_rate); in msm_devfreq_get_dev_status()
146 if (!gpu->funcs->gpu_busy) in msm_devfreq_init()
236 df->busy_cycles = gpu->funcs->gpu_busy(gpu, &sample_rate); in msm_devfreq_resume()
H A Dmsm_gpu.h74 u64 (*gpu_busy)(struct msm_gpu *gpu, unsigned long *out_sample_rate); member
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c511 .gpu_busy = a3xx_gpu_busy,
H A Da4xx_gpu.c645 .gpu_busy = a4xx_gpu_busy,
H A Da6xx_gpu.c2266 .gpu_busy = a6xx_gpu_busy,
2297 .gpu_busy = a6xx_gpu_busy,
H A Da5xx_gpu.c1709 .gpu_busy = a5xx_gpu_busy,