mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
i965/blorp: Do not emit pma stall on gen9+
This was left out from the original gen8 upload introduction. Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
81c1c481ed
commit
0020ca3c92
1 changed files with 3 additions and 1 deletions
|
|
@ -710,5 +710,7 @@ gen8_blorp_exec(struct brw_context *brw, const brw_blorp_params *params)
|
|||
gen8_blorp_emit_vf_instancing_state(brw, 2);
|
||||
gen8_blorp_emit_vf_state(brw);
|
||||
gen7_blorp_emit_primitive(brw, params);
|
||||
gen8_write_pma_stall_bits(brw, 0);
|
||||
|
||||
if (brw->gen < 9)
|
||||
gen8_write_pma_stall_bits(brw, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue