From acb50d6b1ff1b73a66e88862c99b65d87869e01d Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 28 Aug 2018 11:41:42 +0100 Subject: intel/decoders: handle decoding MI_BBS from ring An MI_BATCH_BUFFER_START in the ring buffer acts as a second level batchbuffer (aka jump back to ring buffer when running into a MI_BATCH_BUFFER_END). Signed-off-by: Lionel Landwerlin Reviewed-by: Rafael Antognolli --- src/intel/tools/aubinator_error_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/intel/tools/aubinator_error_decode.c') diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c index bd578de48e4..049823ca463 100644 --- a/src/intel/tools/aubinator_error_decode.c +++ b/src/intel/tools/aubinator_error_decode.c @@ -612,7 +612,7 @@ read_data_file(FILE *file) batch_ctx.engine = class; gen_print_batch(&batch_ctx, sections[s].data, sections[s].dword_count * 4, - sections[s].gtt_offset); + sections[s].gtt_offset, false); } } -- cgit v1.2.3