Searched refs:gpu_active (Results 1 – 3 of 3) sorted by relevance
43 atomic_t gpu_active; member73 return atomic_read(&etnaviv_obj->gpu_active) != 0; in is_active()
235 atomic_inc(&etnaviv_obj->gpu_active); in submit_pin_objects()383 atomic_dec(&etnaviv_obj->gpu_active); in submit_cleanup()
107 static bool pmu_needs_timer(struct i915_pmu *pmu, bool gpu_active) in pmu_needs_timer() argument131 if (!gpu_active) in pmu_needs_timer()