Skip to content

anv: remove aux checking asserts

What does this MR do and why?

anv: remove aux checking asserts

Zink is running into those asserts on CI. The problem is that with non auxilary modifiers like I915_FORMAT_MOD_Y_TILED, we might still allocate larger buffers with IMPLICIT_CCS.

This isn't a complete fix, the real fix with come with !25003 (merged) where we stop overallocating and those assert will be match the private binding allocation.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 569f80f2 ("anv: Reduce accesses of isl_mod_info->aux_usage")

Merge request reports