intel: Rename the GFX12_CCS_E aux-usage to FCV_CCS_E
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 12 Apr 2023 18:01:11 +0000 (11:01 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 7 Jun 2023 23:39:39 +0000 (23:39 +0000)
commit0c204277e71eb4a08aec33f55a41ad12f5d44594
tree41f0e899c05448dc660d29c8ea736e1d9396d611
parentdcc1d1be19b6736f71a38a516ffcdfdce4e33f26
intel: Rename the GFX12_CCS_E aux-usage to FCV_CCS_E

Rename the isl_aux_usage enum to clarify that it is optional on gfx125.

The new name comes from the Alchemist docs, where the feature is
referred to as "Fast Clear Optimization (FCV)".

The rename was done with this command:

   git grep -l "GFX12_CCS_E" | xargs sed -ie "s/GFX12_CCS_E/FCV_CCS_E/g"

Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23220>
13 files changed:
src/gallium/drivers/iris/iris_blit.c
src/gallium/drivers/iris/iris_resolve.c
src/gallium/drivers/iris/iris_resource.c
src/gallium/drivers/iris/iris_state.c
src/intel/blorp/blorp_blit.c
src/intel/blorp/blorp_clear.c
src/intel/blorp/blorp_genX_exec.h
src/intel/isl/isl.h
src/intel/isl/isl_aux_info.c
src/intel/isl/isl_drm.c
src/intel/isl/isl_surface_state.c
src/intel/isl/tests/isl_aux_info_test.cpp
src/intel/vulkan/anv_image.c