diff options
author | Eric Anholt <[email protected]> | 2014-12-02 13:18:56 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-12-05 10:43:14 -0800 |
commit | 34cf86bdc48e1b350437fe831fedd4632f4e06c2 (patch) | |
tree | 077250808d4a79e897b5b06018a7753a6ab03fc6 /src/gallium/drivers/vc4/vc4_screen.h | |
parent | c0e26c5d272d48c98ae50b9b5358492e76138657 (diff) |
vc4: Add a debug flag for waiting for sync on submit.
This is nice when you're tracking down which command list is hanging the
GPU.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_screen.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.h b/src/gallium/drivers/vc4/vc4_screen.h index ba07490fc94..3819bda3c63 100644 --- a/src/gallium/drivers/vc4/vc4_screen.h +++ b/src/gallium/drivers/vc4/vc4_screen.h @@ -37,6 +37,7 @@ struct vc4_bo; #define VC4_DEBUG_PERF 0x0020 #define VC4_DEBUG_NORAST 0x0040 #define VC4_DEBUG_ALWAYS_FLUSH 0x0080 +#define VC4_DEBUG_ALWAYS_SYNC 0x0100 #define VC4_MAX_MIP_LEVELS 12 #define VC4_MAX_TEXTURE_SAMPLERS 16 |