Searched refs:active_perfmon (Results 1 – 7 of 7) sorted by relevance
55 if (WARN_ON_ONCE(!perfmon || vc4->active_perfmon)) in vc4_perfmon_start()64 vc4->active_perfmon = perfmon; in vc4_perfmon_start()75 if (WARN_ON_ONCE(!vc4->active_perfmon || in vc4_perfmon_stop()76 perfmon != vc4->active_perfmon)) in vc4_perfmon_stop()85 vc4->active_perfmon = NULL; in vc4_perfmon_stop()122 if (perfmon == vc4->active_perfmon) in vc4_perfmon_idr_del()
187 struct vc4_perfmon *active_perfmon; member
491 if (exec->perfmon && vc4->active_perfmon != exec->perfmon) in vc4_submit_next_bin_job()
235 if (WARN_ON_ONCE(!perfmon || v3d->active_perfmon)) in v3d_perfmon_start()262 v3d->active_perfmon = perfmon; in v3d_perfmon_start()270 if (!perfmon || !v3d->active_perfmon) in v3d_perfmon_stop()274 if (perfmon != v3d->active_perfmon) { in v3d_perfmon_stop()285 v3d->active_perfmon = NULL; in v3d_perfmon_stop()313 if (perfmon == v3d->active_perfmon) in v3d_perfmon_idr_del()401 if (perfmon == v3d->active_perfmon) in v3d_perfmon_destroy_ioctl()
128 if (perfmon == v3d->active_perfmon) in v3d_switch_perfmon()131 if (perfmon != v3d->active_perfmon) in v3d_switch_perfmon()132 v3d_perfmon_stop(v3d, v3d->active_perfmon, true); in v3d_switch_perfmon()134 if (perfmon && v3d->active_perfmon != perfmon) in v3d_switch_perfmon()
146 v3d_perfmon_stop(v3d, v3d->active_perfmon, false); in v3d_reset()
175 struct v3d_perfmon *active_perfmon; member
Completed in 17 milliseconds