summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_screen.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-07-18 13:06:01 -0700
committerEric Anholt <eric@anholt.net>2014-08-11 14:40:45 -0700
commita3cd3c0d198374647df3db83198e8ce0cddcb6b7 (patch)
treead6f36cbf7b4c8bf081b0ea4c62620ef62e97282 /src/gallium/drivers/vc4/vc4_screen.h
parenta02c658908384b81e9d27e2555ba2fce2cc0f6a8 (diff)
downloadexternal_mesa3d-a3cd3c0d198374647df3db83198e8ce0cddcb6b7.zip
external_mesa3d-a3cd3c0d198374647df3db83198e8ce0cddcb6b7.tar.gz
external_mesa3d-a3cd3c0d198374647df3db83198e8ce0cddcb6b7.tar.bz2
vc4: Switch simulator to using kernel validator
This ensures that when I'm using the simulator, I get a closer match to what behavior on real hardware will be. It lets me rapidly iterate on the kernel validation code (which otherwise has a several-minute turnaround time), and helps catch buffer overflow bugs in the userspace driver faster.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_screen.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_screen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.h b/src/gallium/drivers/vc4/vc4_screen.h
index 1fe5ce1..a761122 100644
--- a/src/gallium/drivers/vc4/vc4_screen.h
+++ b/src/gallium/drivers/vc4/vc4_screen.h
@@ -44,7 +44,6 @@ struct vc4_screen {
int fd;
void *simulator_mem_base;
- uint32_t simulator_mem_next;
uint32_t simulator_mem_size;
};