diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2019-06-19 15:52:55 -0500 |
---|---|---|
committer | Jason Ekstrand <jason@jlekstrand.net> | 2019-06-21 14:18:59 +0000 |
commit | 13f0c278c528167b14badf8172827412526d2160 (patch) | |
tree | 592493d070a1d615832386e4b8fba35e384f545e /src/intel/Makefile.sources | |
parent | 60c581b57d9ce5f56900cdbd6cd7f02d125f0635 (diff) |
i965,iris: Move guardband calculations to a common location
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index c1f87e13e4e..7a44b72f449 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -16,6 +16,7 @@ COMMON_FILES = \ common/gen_disasm.h \ common/gen_defines.h \ common/gen_gem.h \ + common/gen_guardband.h \ common/gen_l3_config.c \ common/gen_l3_config.h \ common/gen_urb_config.c \ |