Searched refs:active_perfmon (Results 1 – 7 of 7) sorted by relevance
35 if (WARN_ON_ONCE(!perfmon || vc4->active_perfmon)) in vc4_perfmon_start()44 vc4->active_perfmon = perfmon; in vc4_perfmon_start()52 if (WARN_ON_ONCE(!vc4->active_perfmon || in vc4_perfmon_stop()53 perfmon != vc4->active_perfmon)) in vc4_perfmon_stop()62 vc4->active_perfmon = NULL; in vc4_perfmon_stop()
170 struct vc4_perfmon *active_perfmon; member
481 if (exec->perfmon && vc4->active_perfmon != exec->perfmon) in vc4_submit_next_bin_job()
30 if (WARN_ON_ONCE(!perfmon || v3d->active_perfmon)) in v3d_perfmon_start()56 v3d->active_perfmon = perfmon; in v3d_perfmon_start()64 if (!perfmon || !v3d->active_perfmon) in v3d_perfmon_stop()68 if (perfmon != v3d->active_perfmon) { in v3d_perfmon_stop()79 v3d->active_perfmon = NULL; in v3d_perfmon_stop()
69 if (job->perfmon != v3d->active_perfmon) in v3d_switch_perfmon()70 v3d_perfmon_stop(v3d, v3d->active_perfmon, true); in v3d_switch_perfmon()72 if (job->perfmon && v3d->active_perfmon != job->perfmon) in v3d_switch_perfmon()
127 struct v3d_perfmon *active_perfmon; member
129 v3d_perfmon_stop(v3d, v3d->active_perfmon, false); in v3d_reset()