iris: fix decoder call

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: acb50d6b1f ("intel/decoders: handle decoding MI_BBS from ring")
This commit is contained in:
Lionel Landwerlin 2019-03-07 16:14:13 +00:00
parent 0b3871bc7f
commit 0e269c0ac2
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ decode_batch(struct iris_batch *batch)
{
void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ);
gen_print_batch(&batch->decoder, map, batch->primary_batch_size,
batch->exec_bos[0]->gtt_offset);
batch->exec_bos[0]->gtt_offset, false);
}
void