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/meson.build | |
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/meson.build')
-rw-r--r-- | src/freedreno/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/meson.build b/src/freedreno/meson.build index 5764d4c38ea..1ff2a4fee31 100644 --- a/src/freedreno/meson.build +++ b/src/freedreno/meson.build @@ -21,6 +21,7 @@ inc_freedreno = include_directories(['.', './registers']) subdir('drm') +subdir('fdl') subdir('ir3') subdir('registers') subdir('perfcntrs') |