diff options
author | Mark Janes <[email protected]> | 2019-11-22 13:46:22 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-12-10 17:02:58 -0800 |
commit | ca2dd99bf6ef0bb97ba50e817b3d32423484dc6c (patch) | |
tree | edfd1eceb9d8421776a567375279c08e841a8421 /src/gallium/drivers/iris/Makefile.sources | |
parent | 106054ef79558699806b06a51e3d8cf2025ecbc4 (diff) |
iris: separating out common perf code
The configuration of the gen_perf vtable will be the same for
INTEL_performance_query and AMD_performance_monitor.
Initialize the table in a single routine that can be called from both
implementations.
Signed-off-by: Dongwon Kim <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/drivers/iris/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/iris/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/Makefile.sources b/src/gallium/drivers/iris/Makefile.sources index bc8f592d333..c203df18c65 100644 --- a/src/gallium/drivers/iris/Makefile.sources +++ b/src/gallium/drivers/iris/Makefile.sources @@ -45,6 +45,7 @@ IRIS_C_SOURCES = \ iris_genx_macros.h \ iris_genx_protos.h \ iris_monitor.c \ + iris_perf.c \ iris_pipe.h \ iris_pipe_control.c \ iris_program.c \ |