intel/perf: move wait_query to perf
authorMark Janes <mark.a.janes@intel.com>
Fri, 28 Jun 2019 23:12:44 +0000 (16:12 -0700)
committerMark Janes <mark.a.janes@intel.com>
Thu, 8 Aug 2019 04:33:56 +0000 (21:33 -0700)
commita9be292722abb2d1a3aa400d0060633f4a2a6f5d
treee7a1989bb3bd53e52b63d3b2a396f0b14893166d
parent3c8ed58486744b7e83058b867b1e66e56431a224
intel/perf: move wait_query to perf

The following methods have duplicate implementation of read_oa_samples_until in
brw_performance_query.c:

 - read_oa_samples_for_query
 - read_oa_samples_until

They ar still referenced by other methods in the file and will be
removed on the subsequent commit.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/perf/gen_perf.c
src/intel/perf/gen_perf.h
src/mesa/drivers/dri/i965/brw_performance_query.c