OSDN Git Service

vc4: Move simulator memory management to a u_mm.h heap.
authorEric Anholt <eric@anholt.net>
Wed, 12 Oct 2016 17:30:41 +0000 (10:30 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 21 Oct 2016 21:12:22 +0000 (14:12 -0700)
commit1c38ee380dc6c847c62e8a83978b31382f55bcff
tree2ed99fcbb1fdd9a923fa6c10bef506b6e4a927bd
parent9f755223821eaa0a889f8a10cccc66e15bf0abb4
vc4: Move simulator memory management to a u_mm.h heap.

Now we aren't limited to 256MB total allocated across a driver instance,
just 256MB at one time.  We're still copying in and out, which should get
fixed.
src/gallium/drivers/vc4/vc4_bufmgr.c
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_screen.h
src/gallium/drivers/vc4/vc4_simulator.c
src/gallium/drivers/vc4/vc4_simulator_validate.h