summaryrefslogtreecommitdiffstats
path: root/src/freedreno
diff options
context:
space:
mode:
authorJonathan Marek <[email protected]>2019-08-01 14:41:44 -0400
committerJonathan Marek <[email protected]>2019-08-02 15:58:22 +0000
commitd8584c5cf2ec0806ccd451362d170dbdf73954fa (patch)
tree3af92ef52eac1a3d30eeba4791a79282741625c4 /src/freedreno
parentfb5c3db0ab0ae1b7944cc982192909165cb96772 (diff)
freedreno: a2xx: implement texture tiling
Signed-off-by: Jonathan Marek <[email protected]> Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno')
-rw-r--r--src/freedreno/registers/a2xx.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/registers/a2xx.xml b/src/freedreno/registers/a2xx.xml
index ff98e4d17dd..1b0bf44bd3d 100644
--- a/src/freedreno/registers/a2xx.xml
+++ b/src/freedreno/registers/a2xx.xml
@@ -1596,7 +1596,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<bitfield name="CLAMP_Y" low="13" high="15" type="sq_tex_clamp"/>"
<bitfield name="CLAMP_Z" low="16" high="18" type="sq_tex_clamp"/>"
<bitfield name="PITCH" low="22" high="30" shr="5" type="uint"/>
- <bitfield name="TILED" pos="1" type="boolean"/>
+ <bitfield name="TILED" pos="31" type="boolean"/>
</reg32>
<reg32 offset="1" name="1">
<bitfield name="FORMAT" low="0" high="5" type="a2xx_sq_surfaceformat"/>