aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/perf/gen_perf.h
diff options
context:
space:
mode:
authorMark Janes <[email protected]>2019-06-28 15:46:50 -0700
committerMark Janes <[email protected]>2019-08-07 21:33:56 -0700
commit6fed7563888920ee44af798f232863fae01a6fd1 (patch)
tree49b1b07365ca893294fcca1483fd8d374b76177b /src/intel/perf/gen_perf.h
parent511bb15d4b35e73e9857d7b70714ecca94232663 (diff)
intel/perf: create a vtable entry for bo_wait_rendering
Iris and i965 variants of this method need to be called by perf routines. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/perf/gen_perf.h')
-rw-r--r--src/intel/perf/gen_perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/perf/gen_perf.h b/src/intel/perf/gen_perf.h
index 776873dbf99..066a2a4ba21 100644
--- a/src/intel/perf/gen_perf.h
+++ b/src/intel/perf/gen_perf.h
@@ -220,6 +220,7 @@ struct gen_perf_config {
void *(*bo_map)(void *ctx, void *bo, unsigned flags);
void (*bo_unmap)(void *bo);
bool (*batch_references)(void *batch, void *bo);
+ void (*bo_wait_rendering)(void *bo);
void (*emit_mi_flush)(void *ctx);
void (*emit_mi_report_perf_count)(void *ctx,
void *bo,