Searched refs:gpu_active (Results 1 – 3 of 3) sorted by relevance
43 atomic_t gpu_active; member77 return atomic_read(&etnaviv_obj->gpu_active) != 0; in is_active()
237 atomic_inc(&etnaviv_obj->gpu_active); in submit_pin_objects()375 atomic_dec(&etnaviv_obj->gpu_active); in submit_cleanup()
73 static bool pmu_needs_timer(struct drm_i915_private *i915, bool gpu_active) in pmu_needs_timer() argument96 if (!gpu_active) in pmu_needs_timer()