diff options
author | Eric Anholt <[email protected]> | 2018-01-04 11:32:46 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-01-12 21:54:00 -0800 |
commit | 39ce1ab7baa6e8db1afceeee875f04190147b5d6 (patch) | |
tree | e1243b99d5757b73850a9cd7de0fefab2d19b11f /src/gallium/drivers/vc5/Makefile.sources | |
parent | c81cc767e4eef7a03dfeda2ed01565f3906b6f24 (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/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc5/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources index f942c74ca30..8377af77fbb 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -26,5 +26,6 @@ C_SOURCES := \ $() VC5_PER_VERSION_SOURCES = \ + v3dx_simulator.c \ vc5_rcl.c \ $() |