diff options
author | Eric Anholt <[email protected]> | 2019-11-26 12:02:34 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-12-11 04:24:18 +0000 |
commit | d9cf3e76bd45e83721f8ab7b9322302741d99668 (patch) | |
tree | 9efbba823e31f28bc483110154e1b6b09f6f45cf /src/freedreno/Makefile.sources | |
parent | 67258a44d2c7d77509e0983e5925940bcee277cf (diff) |
freedreno: Move a6xx's setup_slices() to a shareable helper function.
We pass in all the parameters for setting up the layout, though freedreno
still sets a few of them up early (since it uses layout helpers in making
some decisions about the layout setup parameters that will be cleaned up
once krh's blitter work lands).
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r-- | src/freedreno/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index f6e28520acd..fb0b9f2159f 100644 --- a/src/freedreno/Makefile.sources +++ b/src/freedreno/Makefile.sources @@ -15,6 +15,8 @@ drm_SOURCES := \ drm/msm_ringbuffer.c ir3_SOURCES := \ + fdl/fd6_layout.c \ + fdl/freedreno_layout.c \ ir3/disasm-a3xx.c \ ir3/instr-a3xx.h \ ir3/ir3.c \ |