active_perfmon    167 drivers/gpu/drm/vc4/vc4_drv.h 	struct vc4_perfmon *active_perfmon;
active_perfmon    481 drivers/gpu/drm/vc4/vc4_gem.c 	if (exec->perfmon && vc4->active_perfmon != exec->perfmon)
active_perfmon     35 drivers/gpu/drm/vc4/vc4_perfmon.c 	if (WARN_ON_ONCE(!perfmon || vc4->active_perfmon))
active_perfmon     44 drivers/gpu/drm/vc4/vc4_perfmon.c 	vc4->active_perfmon = perfmon;
active_perfmon     52 drivers/gpu/drm/vc4/vc4_perfmon.c 	if (WARN_ON_ONCE(!vc4->active_perfmon ||
active_perfmon     53 drivers/gpu/drm/vc4/vc4_perfmon.c 			 perfmon != vc4->active_perfmon))
active_perfmon     62 drivers/gpu/drm/vc4/vc4_perfmon.c 	vc4->active_perfmon = NULL;