Searched refs:active_perfmon (Results 1 – 4 of 4) sorted by relevance
192 if (v3d->active_perfmon == pquery->perfmon) { in v3d_destroy_query_perfcnt()212 if (v3d->active_perfmon) { in v3d_begin_query_perfcnt()241 v3d->active_perfmon = pquery->perfmon; in v3d_begin_query_perfcnt()253 if (v3d->active_perfmon != pquery->perfmon) { in v3d_end_query_perfcnt()266 if (v3d->active_perfmon->job_submitted) in v3d_end_query_perfcnt()267 v3d->active_perfmon->last_job_fence = v3d_fence_create(v3d); in v3d_end_query_perfcnt()269 v3d->active_perfmon = NULL; in v3d_end_query_perfcnt()
519 if (v3d->active_perfmon) { in v3d_job_submit()521 job->submit.perfmon_id = v3d->active_perfmon->kperfmon_id; in v3d_job_submit()528 if (v3d->active_perfmon != v3d->last_perfmon) { in v3d_job_submit()529 v3d->last_perfmon = v3d->active_perfmon; in v3d_job_submit()561 if (v3d->active_perfmon) in v3d_job_submit()562 v3d->active_perfmon->job_submitted = true; in v3d_job_submit()
1442 if (v3d->active_perfmon) { in v3d_launch_grid()1444 submit.perfmon_id = v3d->active_perfmon->kperfmon_id; in v3d_launch_grid()1447 v3d->last_perfmon = v3d->active_perfmon; in v3d_launch_grid()1458 if (v3d->active_perfmon) in v3d_launch_grid()1459 v3d->active_perfmon->job_submitted = true; in v3d_launch_grid()
594 struct v3d_perfmon_state *active_perfmon; member