broadcom/vc5: Don't allocate simulator BOs at offset 0.
authorEric Anholt <eric@anholt.net>
Thu, 12 Apr 2018 22:19:42 +0000 (15:19 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 24 Apr 2018 17:37:29 +0000 (10:37 -0700)
commit482f2e24b59086bcc1515663167744c707d1c82c
tree044dd624e133c97278efe32ad1a3c8215f0fde53
parent82cdb801fda294465aadcdd5dde426a1fa02ffd2
broadcom/vc5: Don't allocate simulator BOs at offset 0.

The kernel won't return us BOs at offset 0 (because things like OQs
wouldn't work there), so we shouldn't in the simulator either.
src/gallium/drivers/vc5/vc5_simulator.c