iris: fix decoder call
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 7 Mar 2019 16:14:13 +0000 (16:14 +0000)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 7 Mar 2019 16:15:03 +0000 (16:15 +0000)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: acb50d6b1ff1b7 ("intel/decoders: handle decoding MI_BBS from ring")
src/gallium/drivers/iris/iris_batch.c

index 1e6f4681e71e7e895ea75241c215079a20e6c3e6..f6362fd684a2cf49c43537fc66733f21d4030beb 100644 (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