Skip to content

anv: don't allocate aux padded BOs with host pointers

What does this MR do and why?

anv: don't allocate aux padded BOs with host pointers

We can't allocate additional space with host pointers anyway. There
are already allocated pieces of memory by the application.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

Fixes: 646a7c86 ("anv: re-introduce BO CCS allocations") Closes: #10608 (closed)

Merge request reports