mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
rendercopy/skl: Set Instruction Buffer size Modify Enable to 1
This is ported from that on BDW. Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
e539e91cf5
commit
77a9ed7da2
@ -545,7 +545,7 @@ gen8_emit_state_base_address(struct intel_batchbuffer *batch) {
|
|||||||
/* indirect object buffer size */
|
/* indirect object buffer size */
|
||||||
OUT_BATCH(0xfffff000 | 1);
|
OUT_BATCH(0xfffff000 | 1);
|
||||||
/* intruction buffer size */
|
/* intruction buffer size */
|
||||||
OUT_BATCH(1 << 12);
|
OUT_BATCH(1 << 12 | 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user