diff options
author | Icecream95 <[email protected]> | 2020-01-23 10:32:18 +1300 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-01-23 20:46:38 +0000 |
commit | cf2c5a56a1bc9f14e4c84db7a08739a195156844 (patch) | |
tree | e08de7be2386844bbf9a0c83ef903744ec98fbe5 /src/panfrost/pandecode/public.h | |
parent | c1952779d68fdaea153d762fe2d83810b346085b (diff) |
pan/decode: Rotate trace files
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3525>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3525>
Diffstat (limited to 'src/panfrost/pandecode/public.h')
-rw-r--r-- | src/panfrost/pandecode/public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/pandecode/public.h b/src/panfrost/pandecode/public.h index 4dcefcca1fa..7d684347c46 100644 --- a/src/panfrost/pandecode/public.h +++ b/src/panfrost/pandecode/public.h @@ -44,6 +44,8 @@ void pandecode_initialize(void); +void pandecode_next_frame(void); + void pandecode_close(void); void |