diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-02-20 01:33:21 +0000 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-02-21 07:03:21 +0000 |
commit | 396eb1440a84d6ee69a74e9e6bf189718b91481d (patch) | |
tree | a814a63b6ec7f8dd53b9207c57147a9b22d4bd25 /src/gallium/drivers/panfrost/pan_screen.h | |
parent | f611782045b471ab5004850530d6efb1a0b98c2d (diff) |
panfrost: Implement pantrace (command stream dump)
Historically, Panfrost debugging entailed the use of the LD_PRELOADable
`panwrap` tool. This setup is a tad fragile; Panfrost can be traced
directly without the intermediate layer. pantrace implements the
quivalent functionality of panwrap into Panfrost proper, allowing dumps
to work regardless of the kernel layer in use.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_screen.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_screen.h b/src/gallium/drivers/panfrost/pan_screen.h index 646923c9864..4ff690de658 100644 --- a/src/gallium/drivers/panfrost/pan_screen.h +++ b/src/gallium/drivers/panfrost/pan_screen.h @@ -35,6 +35,7 @@ #include <panfrost-misc.h> #include "pan_allocate.h" +#include "pan_trace.h" struct panfrost_context; struct panfrost_resource; |