iris: Drop a GFX12_CCS_E check in can_fast_clear_color
authorNanley Chery <nanley.g.chery@intel.com>
Thu, 18 May 2023 20:11:07 +0000 (13:11 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 7 Jun 2023 23:39:38 +0000 (23:39 +0000)
commitdcc1d1be19b6736f71a38a516ffcdfdce4e33f26
tree6d89e1fe01f008c323f949e3dd34ae5296268929
parent0f54621564586043cccfd29f0e7b17c427faf3ee
iris: Drop a GFX12_CCS_E check in can_fast_clear_color

The 8 bpp restriction isn't specific to the automatic fast clear
behavior of GFX12_CCS_E. It is applicable to both GFX12_CCS_E and CCS_E.
Drop the aux usage check completely.

Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23220>
src/gallium/drivers/iris/iris_clear.c