aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_util.h
diff options
context:
space:
mode:
authorAndreas Baierl <[email protected]>2019-12-06 09:30:14 +0100
committerVasily Khoruzhick <[email protected]>2019-12-13 22:02:03 +0000
commit54569163098cccf5d43f5eb146dc171a0708e455 (patch)
tree7a376ec249cfe5860e4f79657a4248093da33c3d /src/gallium/drivers/lima/lima_util.h
parent31ed081ca3b55f12a768d2d408d88a49908a3f54 (diff)
lima/parser: Add RSW parsing
Signed-off-by: Andreas Baierl <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2980>
Diffstat (limited to 'src/gallium/drivers/lima/lima_util.h')
-rw-r--r--src/gallium/drivers/lima/lima_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/lima/lima_util.h b/src/gallium/drivers/lima/lima_util.h
index 49fe906e268..e0b1b8805a5 100644
--- a/src/gallium/drivers/lima/lima_util.h
+++ b/src/gallium/drivers/lima/lima_util.h
@@ -33,6 +33,7 @@ bool lima_get_absolute_timeout(uint64_t *timeout);
void lima_dump_blob(FILE *fp, void *data, int size, bool is_float);
void lima_dump_vs_command_stream_print(void *data, int size, uint32_t start);
void lima_dump_plbu_command_stream_print(void *data, int size, uint32_t start);
+void lima_dump_rsw_command_stream_print(void *data, int size, uint32_t start);
void lima_dump_command_stream_print(void *data, int size, bool is_float,
const char *fmt, ...);