Skip to content

anv: fix emission of Wa_14015055625

What does this MR do and why?

anv: fix emission of Wa_14015055625

When moving the static part, I missed that the
pipeline->primitive_id_override field isn't set yet when we check it
to emit 3DSTATE_TE.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 1e081bd680 ("anv: split 3DSTATE_TE packing between static & dynamic parts")

Merge request reports