Skip to content

Revert "blorp/gen12: Don't use aux address if implicit CCS"

Mark Janes requested to merge majanes/mesa:revert_chadv into master

This reverts commit 4dfabac4.

The offending commit broke tens of thousands of tests in Intel's Mesa CI. Iris asserted in iris_use_pinned_bo at:

assert(bo->kflags & EXEC_OBJECT_PINNED);

Merge request reports