diff options
author | Eric Anholt <[email protected]> | 2018-12-17 11:10:11 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-12-19 10:27:26 -0800 |
commit | f6a0f4f41e9a4d3f0ea9c3bf82497c384e684843 (patch) | |
tree | 71e7093327dc7ccbc2d6bb87cd258cb3bb6f572d /src/broadcom/Makefile.sources | |
parent | 8ee752194c1bc4d9ad145f6bf206ee119c9498b8 (diff) |
vc4: Move the utile load/store functions to a header for reuse by v3d.
These implementations of whole-utile load/stores would be the same for
v3d, though the layouts of blocks of utiles has changed.
Diffstat (limited to 'src/broadcom/Makefile.sources')
-rw-r--r-- | src/broadcom/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/broadcom/Makefile.sources b/src/broadcom/Makefile.sources index 5955acdefd5..f535447b476 100644 --- a/src/broadcom/Makefile.sources +++ b/src/broadcom/Makefile.sources @@ -17,6 +17,7 @@ BROADCOM_FILES = \ clif/clif_dump.c \ clif/clif_dump.h \ clif/clif_private.h \ + common/v3d_cpu_tiling.h \ common/v3d_debug.c \ common/v3d_debug.h \ common/v3d_device_info.h \ |