iris: use the correct WA macros and lineage numbers
Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 0ce595a89a ("intel: use generated helpers for Wa_1508744258")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25011>
This commit is contained in:
@@ -1276,7 +1276,7 @@ iris_init_render_context(struct iris_batch *batch)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if INTEL_NEEDS_WORKAROUND_1508744258
|
||||
#if INTEL_NEEDS_WA_1508744258
|
||||
/* The suggested workaround is:
|
||||
*
|
||||
* Disable RHWO by setting 0x7010[14] by default except during resolve
|
||||
@@ -6954,7 +6954,7 @@ iris_upload_dirty_render_state(struct iris_context *ice,
|
||||
sol.ReorderMode = cso_rast->flatshade_first ? LEADING : TRAILING;
|
||||
|
||||
|
||||
#if INTEL_NEEDS_WA_14017076903
|
||||
#if INTEL_NEEDS_WA_18022508906
|
||||
/* Wa_14017076903 :
|
||||
*
|
||||
* SKL PRMs, Volume 7: 3D-Media-GPGPU, Stream Output Logic (SOL) Stage:
|
||||
|
||||
Reference in New Issue
Block a user