anv: fix missing naming for dirty bit

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26247>
This commit is contained in:
Lionel Landwerlin 2023-11-14 09:15:46 +02:00 committed by Marge Bot
parent 1a1747712c
commit e517b1e095

View file

@ -147,6 +147,7 @@ anv_gfx_state_bit_to_str(enum anv_gfx_state_bits state)
NAME(WM);
NAME(WM_DEPTH_STENCIL);
NAME(PMA_FIX);
NAME(WA_18019816803);
NAME(TBIMR_TILE_PASS_INFO);
default: unreachable("invalid state");
}