Searched refs:active_perfmon (Results 1 – 3 of 3) 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()
167 struct vc4_perfmon *active_perfmon; member
481 if (exec->perfmon && vc4->active_perfmon != exec->perfmon) in vc4_submit_next_bin_job()