[Freedreno] [PATCH 2/3] a3xx: increment LAYERSZ1 bit width some more

Ilia Mirkin imirkin at alum.mit.edu
Fri Apr 3 23:53:00 PDT 2015


---
 rnndb/adreno/a3xx.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rnndb/adreno/a3xx.xml b/rnndb/adreno/a3xx.xml
index e134342..4fe6b27 100644
--- a/rnndb/adreno/a3xx.xml
+++ b/rnndb/adreno/a3xx.xml
@@ -1424,9 +1424,9 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
 		<!--
 		Update: the two LAYERSZn seem not to be the same thing.
 		According to Ilia's experimentation the first one goes up
-		to at *least* bit 12..
+		to at *least* bit 14..
 		 -->
-		<bitfield name="LAYERSZ1" low="0" high="12" shr="12" type="uint"/>
+		<bitfield name="LAYERSZ1" low="0" high="14" shr="12" type="uint"/>
 		<bitfield name="DEPTH" low="17" high="27" type="uint"/>
 		<bitfield name="LAYERSZ2" low="28" high="31" shr="12" type="uint"/>
 	</reg32>
-- 
2.0.5



More information about the Freedreno mailing list