From 8d2be391e3436f12c177ce4888c295596dbdfc17 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 29 Nov 2021 14:28:45 -0500 Subject: [PATCH] panfrost: Add empty tile flags to GenXML These flags control special CRC handling for empty tiles using the CRC clear colour field added on Bifrost. Their use depends on CRC being used. We missed these flags earlier; let's add them since they are used by the Valhall DDK but are not new to Valhall. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/genxml/v6.xml | 2 ++ src/panfrost/lib/genxml/v7.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/panfrost/lib/genxml/v6.xml b/src/panfrost/lib/genxml/v6.xml index d9004e2..84d891e 100644 --- a/src/panfrost/lib/genxml/v6.xml +++ b/src/panfrost/lib/genxml/v6.xml @@ -1024,6 +1024,8 @@ + + diff --git a/src/panfrost/lib/genxml/v7.xml b/src/panfrost/lib/genxml/v7.xml index 027b3c5..5a07dad 100644 --- a/src/panfrost/lib/genxml/v7.xml +++ b/src/panfrost/lib/genxml/v7.xml @@ -1072,6 +1072,8 @@ + + -- 2.7.4