From 50c2fe46fab4db7495af7c23ceaeafd06b8ad81b Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Fri, 1 Sep 2023 12:38:35 +0200 Subject: [PATCH] iris: use the correct WA macros and lineage numbers Signed-off-by: Rohan Garg Reviewed-by: Lionel Landwerlin Fixes: 0ce595a89a ("intel: use generated helpers for Wa_1508744258") Part-of: --- src/gallium/drivers/iris/iris_state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/iris/iris_state.c b/src/gallium/drivers/iris/iris_state.c index 0b20edddae4..b53cc0d9951 100644 --- a/src/gallium/drivers/iris/iris_state.c +++ b/src/gallium/drivers/iris/iris_state.c @@ -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: