mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
rendercopy/bdw: Set Instruction Buffer size Modify Enable to 1
Otherwise it may result in GPU hang Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
4570e1b3de
commit
adbd83cdc3
@ -526,7 +526,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