From 1f7e11a1900626e760ba0e5a6914ab1f7166f4b7 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 5 Oct 2021 16:42:58 -0500 Subject: [PATCH] genxml: Drop bit 27 from RENDER_SURFACE_STATE::Surface Format Bit 27 is the "ASTC Format" bit in the PRMs but we just extended the Surface Format field by one bit and made sure all the ASTC formats have that bit set. Since Gfx12.5 doesn't support ASTC, we can drop that bit from the field and this will cause GenXML packing functions to assert if it's ever set. Reviewed-by: Nanley Chery Reviewed-by: Jordan Justen Part-of: --- src/intel/genxml/gen125.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/genxml/gen125.xml b/src/intel/genxml/gen125.xml index a1b24843d30..c894fd68bcb 100644 --- a/src/intel/genxml/gen125.xml +++ b/src/intel/genxml/gen125.xml @@ -758,7 +758,7 @@ - +