From cb10edd54467b81105f7d68173809006d00f0d07 Mon Sep 17 00:00:00 2001 From: Jonathan Marek Date: Sun, 28 Jun 2020 19:57:42 -0400 Subject: [PATCH] freedreno/regs: add extra bits for UBWC array pitch This is not completely tested, but matches the max array pitch allowed by A6XX_TEX_CONST_9_FLAG_BUFFER_ARRAY_PITCH. Note this still doesn't allow all image sizes, but it allows 16384x16384 cpp=4 images to work. Signed-off-by: Jonathan Marek Part-of: --- src/freedreno/registers/a6xx.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedreno/registers/a6xx.xml b/src/freedreno/registers/a6xx.xml index 32a5c07..129ec46 100644 --- a/src/freedreno/registers/a6xx.xml +++ b/src/freedreno/registers/a6xx.xml @@ -2449,7 +2449,7 @@ to upconvert to 32b float internally? - + @@ -2457,7 +2457,7 @@ to upconvert to 32b float internally? - + -- 2.7.4