diff options
author | Lionel Landwerlin <[email protected]> | 2018-08-23 20:36:16 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2019-03-07 15:08:31 +0000 |
commit | 01443f34b4133e23b04718a0a26f317d658de760 (patch) | |
tree | 7e58b3b0805d73dc0c197fd12fb0269edb92c7d0 /src/intel/tools/error2aub.c | |
parent | 2b42adff1421babe402e8c9269c435ea49608006 (diff) |
intel/aub_write: split comment section from HW setup
In the future we'll want error2aub to reuse the context image saved by
i915 instead of the default one we write in intel_dump_gpu.
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/tools/error2aub.c')
-rw-r--r-- | src/intel/tools/error2aub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/tools/error2aub.c b/src/intel/tools/error2aub.c index ca010383847..e0eca2778e7 100644 --- a/src/intel/tools/error2aub.c +++ b/src/intel/tools/error2aub.c @@ -223,6 +223,7 @@ main(int argc, char *argv[]) "%s currently only works on gen8+\n", argv[0]); aub_write_header(&aub, "error state"); + aub_write_default_setup(&aub); continue; } |