Skip to content

anv: fix pipeline switch back for non pipelined states

Setting state base address can happen even before pipeline is selected. Also we must ensure it is set to 3D for Gen12, we can't switch back to an invalid pipeline value (UINT32_MAX).

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: b34422db ("anv: Implement Gen12 workaround for non pipelined state")

Merge request reports