Skip to content

intel/isl: Disable miptails to align LODs for CCS WA

Nanley Chery requested to merge nchery/mesa:fix/disable-miptails-ccs-wa into main

What does this MR do and why?

intel/isl: Disable miptails to align LODs for CCS WA

For HSD 22015614752, we enabled Tile64 to ensure image subresources are
64K aligned. However, we neglected to disable miptails so some image
miplevels actually did not achieve the desired image alignment. Do that
now.

Fixes: c6686fda28e ("intel/isl: Use Tile64 to align images for CCS WA")
Reported-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

Merge request reports