iris,anv: WA 1509820217 is no impact for Xe2+

Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28201>
This commit is contained in:
Rohan Garg 2024-03-11 17:12:33 +01:00 committed by Marge Bot
parent 5b3cb226b1
commit 656f590bf5
2 changed files with 2 additions and 2 deletions

View file

@ -7405,7 +7405,7 @@ iris_upload_dirty_render_state(struct iris_context *ice,
ice->state.streamout + GENX(3DSTATE_STREAMOUT_length);
iris_batch_emit(batch, decl_list, 4 * ((decl_list[0] & 0xff) + 2));
#if GFX_VER >= 11
#if GFX_VER >= 11 && GFX_VER < 20
/* ICL PRMs, Volume 2a - Command Reference: Instructions,
* 3DSTATE_SO_DECL_LIST:
*

View file

@ -1484,7 +1484,7 @@ cmd_buffer_gfx_state_emission(struct anv_cmd_buffer *cmd_buffer)
anv_batch_emit_pipeline_state(&cmd_buffer->batch, pipeline,
final.so_decl_list);
#if GFX_VER >= 11
#if GFX_VER >= 11 && GFX_VER < 20
/* ICL PRMs, Volume 2a - Command Reference: Instructions,
* 3DSTATE_SO_DECL_LIST:
*