v3d: Update simulator cache flushing code to match the kernel better.
authorEric Anholt <eric@anholt.net>
Fri, 7 Dec 2018 19:34:30 +0000 (11:34 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 8 Dec 2018 00:48:23 +0000 (16:48 -0800)
commit191188876098801edeaaa231f95fed545fbcc08a
treec53561b06dbae30f83f646832661ac44d293e046
parent2ebca177dc188a10db93a087ce18c2f3042d9b1c
v3d: Update simulator cache flushing code to match the kernel better.

We were missing the invalidate between bin and render (possibly relevant
for SSBOs), and still trying to flush the nonexistent L2C on 3.3+.
src/gallium/drivers/v3d/v3dx_simulator.c