mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
anv: use the lineage number for WA
Signed-off-by: Rohan Garg <rohan.garg@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Fixes:d0669f3ede("intel/dev: switch defect identifiers to use lineage numbers") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25011> (cherry picked from commit86e8ba4d32)
This commit is contained in:
parent
c82046a2c4
commit
e7e224b49c
2 changed files with 3 additions and 3 deletions
|
|
@ -8374,7 +8374,7 @@
|
|||
"description": "anv: use the lineage number for WA",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "d0669f3ede53cccc245efaf27e32b68f6150549a",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -3272,8 +3272,8 @@ cmd_buffer_emit_streamout(struct anv_cmd_buffer *cmd_buffer)
|
|||
.RenderStreamSelect = dyn->rs.rasterization_stream,
|
||||
};
|
||||
|
||||
#if INTEL_NEEDS_WA_14017076903
|
||||
/* Wa_14017076903 :
|
||||
#if INTEL_NEEDS_WA_18022508906
|
||||
/* Wa_18022508906 :
|
||||
*
|
||||
* SKL PRMs, Volume 7: 3D-Media-GPGPU, Stream Output Logic (SOL) Stage:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue