iris: Restrict platforms that needs Wa_1604061319
It was being applied even to platforms that don't require it. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34988>
This commit is contained in:
committed by
Marge Bot
parent
3cd972a2d3
commit
bca12800aa
@@ -7200,7 +7200,7 @@ iris_upload_dirty_render_state(struct iris_context *ice,
|
||||
* Testing shows that all the 3DSTATE_CONSTANT_XS need to be emitted if
|
||||
* any stage has a dirty binding table.
|
||||
*/
|
||||
const bool emit_const_wa = GFX_VER >= 11 &&
|
||||
const bool emit_const_wa = INTEL_NEEDS_WA_1604061319 &&
|
||||
((dirty & IRIS_DIRTY_RENDER_BUFFER) ||
|
||||
(stage_dirty & IRIS_ALL_STAGE_DIRTY_BINDINGS_FOR_RENDER));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user