summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/meson.build
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-01-04 11:32:46 -0800
committerEric Anholt <[email protected]>2018-01-12 21:54:00 -0800
commit39ce1ab7baa6e8db1afceeee875f04190147b5d6 (patch)
treee1243b99d5757b73850a9cd7de0fefab2d19b11f /src/gallium/drivers/vc5/meson.build
parentc81cc767e4eef7a03dfeda2ed01565f3906b6f24 (diff)
broadcom/vc5: Port the simulator to support V3D 4.1
This required moving the register accesses to a separate v3dx file, since the register definitions for each V3D version collide. It seems that initializing the v3d_hw from a file dictating 3.3 (v3d_simulator_wrapper.cpp) is safe, though.
Diffstat (limited to 'src/gallium/drivers/vc5/meson.build')
-rw-r--r--src/gallium/drivers/vc5/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/meson.build b/src/gallium/drivers/vc5/meson.build
index ad4395212b2..951c321b51a 100644
--- a/src/gallium/drivers/vc5/meson.build
+++ b/src/gallium/drivers/vc5/meson.build
@@ -46,6 +46,7 @@ files_libvc5 = files(
)
files_per_version = files(
+ 'v3dx_simulator.c',
'vc5_rcl.c',
)