[Intel-gfx] [PATCH i-g-t 10/26] rendercopy/skl: Set Instruction Buffer size Modify Enable to 1
Damien Lespiau
damien.lespiau at intel.com
Fri Sep 26 16:03:08 CEST 2014
From: Zhao Yakui <yakui.zhao at intel.com>
This is ported from that on BDW.
Reviewed-by: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Zhao Yakui <yakui.zhao at intel.com>
Signed-off-by: Ben Widawsky <benjamin.widawsky at intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
lib/rendercopy_gen9.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/rendercopy_gen9.c b/lib/rendercopy_gen9.c
index 2c769bc..dce63ae 100644
--- a/lib/rendercopy_gen9.c
+++ b/lib/rendercopy_gen9.c
@@ -545,7 +545,7 @@ gen8_emit_state_base_address(struct intel_batchbuffer *batch) {
/* indirect object buffer size */
OUT_BATCH(0xfffff000 | 1);
/* intruction buffer size */
- OUT_BATCH(1 << 12);
+ OUT_BATCH(1 << 12 | 1);
}
static void
--
1.8.3.1
More information about the Intel-gfx
mailing list