From: Lionel Landwerlin Date: Thu, 7 Mar 2019 16:14:13 +0000 (+0000) Subject: iris: fix decoder call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e269c0ac2d98dd3a30a7af32a5a1895a0df96b5;p=mesa.git iris: fix decoder call Signed-off-by: Lionel Landwerlin Fixes: acb50d6b1ff1b7 ("intel/decoders: handle decoding MI_BBS from ring") --- 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