diff options
author | Eric Anholt <[email protected]> | 2014-10-17 09:43:54 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-10-17 13:13:43 +0100 |
commit | 9ebfb3014ea6d2bde9d4322f2537f21be97b280b (patch) | |
tree | a8ebabfd2ac90db3e3cad03b2f9896b76e66ca89 /src/gallium/drivers/vc4/vc4_cl.h | |
parent | 1f7048419ed6ad4d25e89efa885fdc58d36c4213 (diff) |
vc4: Make some assertions about how many flushes/EOFs the simulator sees.
This caught the previous commit's bug in the kernel validator.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_cl.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_cl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_cl.h b/src/gallium/drivers/vc4/vc4_cl.h index 2cdd77dd301..634a4b0a421 100644 --- a/src/gallium/drivers/vc4/vc4_cl.h +++ b/src/gallium/drivers/vc4/vc4_cl.h @@ -43,7 +43,7 @@ struct vc4_cl { void vc4_init_cl(struct vc4_context *vc4, struct vc4_cl *cl); void vc4_grow_cl(struct vc4_cl *cl); void vc4_reset_cl(struct vc4_cl *cl); -void vc4_dump_cl(struct vc4_cl *cl, bool is_render); +void vc4_dump_cl(void *cl, uint32_t size, bool is_render); uint32_t vc4_gem_hindex(struct vc4_context *vc4, struct vc4_bo *bo); static inline void |