Skip to content

intel/tgl: Add end of pipe sync for aux table invalidate.

I forward ported some patches from @jekstrand that add a flag for end of pipe sync to Anv.

This series fixes some serious GPU hangs in dEQP-GLES31.functional.copy_image.* tests.

In theory we could do better tracking on the Iris side and avoid syncing more than we need to, but we can do that later once we have such mechanisms in place.

Merge request reports