From 1410d150e7fb61803048d5372fcb9f771027e7d3 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 2 Feb 2022 17:20:16 -0500 Subject: [PATCH] panfrost: Fix texel interleave flag on Valhall Interleave mode specified per-plane on Valhall. The texture descriptor proper merely has a flag specifying whether planes are somehow interleaved (u-interleaved, AFBC, or block compressed formats) or whether they are all linear (and uncompressed). Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/genxml/v9.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/lib/genxml/v9.xml b/src/panfrost/lib/genxml/v9.xml index 9922a06c61d..9dac0581b5d 100644 --- a/src/panfrost/lib/genxml/v9.xml +++ b/src/panfrost/lib/genxml/v9.xml @@ -808,7 +808,7 @@ - +