summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2019-03-07 16:14:13 +0000
committerLionel Landwerlin <[email protected]>2019-03-07 16:15:03 +0000
commit0e269c0ac2d98dd3a30a7af32a5a1895a0df96b5 (patch)
tree90154ccd4e058877ec0619b7bd7e31d76052ec11 /src
parent0b3871bc7f4dc89895551ab87ee7b25b166e1a6d (diff)
iris: fix decoder call
Signed-off-by: Lionel Landwerlin <[email protected]> Fixes: acb50d6b1ff1b7 ("intel/decoders: handle decoding MI_BBS from ring")
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/iris/iris_batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.c b/src/gallium/drivers/iris/iris_batch.c
index 1e6f4681e71..f6362fd684a 100644
--- a/src/gallium/drivers/iris/iris_batch.c
+++ b/src/gallium/drivers/iris/iris_batch.c
@@ -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