diff options
author | Jason Ekstrand <[email protected]> | 2019-06-19 15:52:55 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-06-21 14:18:59 +0000 |
commit | 13f0c278c528167b14badf8172827412526d2160 (patch) | |
tree | 592493d070a1d615832386e4b8fba35e384f545e /src/intel/common/meson.build | |
parent | 60c581b57d9ce5f56900cdbd6cd7f02d125f0635 (diff) |
i965,iris: Move guardband calculations to a common location
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/common/meson.build')
-rw-r--r-- | src/intel/common/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build index bf8d6feab2a..540d78f90b5 100644 --- a/src/intel/common/meson.build +++ b/src/intel/common/meson.build @@ -28,6 +28,7 @@ files_libintel_common = files( 'gen_disasm.c', 'gen_disasm.h', 'gen_gem.h', + 'gen_guardband.h', 'gen_l3_config.c', 'gen_l3_config.h', 'gen_urb_config.c', |