summaryrefslogtreecommitdiff
path: root/rnndb
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-09-12 14:55:58 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-09-12 15:04:30 +0200
commiteaf7bc66baeca01c416fb9cd95aac67e412337de (patch)
treefdcdc89ef9764ef5aed7d79a93bb2d33a438467f /rnndb
parentd8577a99140f7079c9ddbf1e2cd239cd7b783f12 (diff)
minor documentation and utils updates
Diffstat (limited to 'rnndb')
-rw-r--r--rnndb/state.xml7
-rw-r--r--rnndb/state_3d.xml3
2 files changed, 8 insertions, 2 deletions
diff --git a/rnndb/state.xml b/rnndb/state.xml
index be19ec1..45ff248 100644
--- a/rnndb/state.xml
+++ b/rnndb/state.xml
@@ -302,7 +302,12 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<value value="1" name="OPENVG"/>
<value value="2" name="OPENCL"/>
</reg32>
- <reg32 offset="0x03850" name="CONTEXT_POINTER"/> <!-- DEBUG -->
+ <reg32 offset="0x03850" name="CONTEXT_POINTER" brief="Context token"> <!-- DEBUG -->
+ <doc>
+ The current context pointer is stored here by the v4 kernel driver if debugging is enabled.
+ Likely this register is not used by the hardware, but only by debugging software.
+ </doc>
+ </reg32>
<reg32 offset="0x03A00" name="UNK03A00"/>
<reg32 offset="0x03C00" name="STALL_TOKEN">
<bitfield high="4" low="0" name="FROM" type="SYNC_RECIPIENT"/>
diff --git a/rnndb/state_3d.xml b/rnndb/state_3d.xml
index 3a2175c..844f14b 100644
--- a/rnndb/state_3d.xml
+++ b/rnndb/state_3d.xml
@@ -746,7 +746,8 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<value value="3" name="A8R8G8B8"/>
<value value="4" name="X8R8G8B8"/>
</bitfield>
- <bitfield high="13" low="12" name="HDEPTH"/> <!-- likely has to do with hdepth -->
+ <bitfield pos="12" name="UNK12"/> <!-- likely has to do with hdepth -->
+ <bitfield pos="13" name="HDEPTH_AUTO_DISABLE" brief="Auto disable fast clear for hdepth"/>
</reg32>
<reg32 offset="0x01658" name="COLOR_STATUS_BASE" brief="Color tile status base address" value="0x00000000" type="VIVM"/>
<reg32 offset="0x0165C" name="COLOR_SURFACE_BASE" brief="Color surface base address" value="0x00000000" type="VIVM"/>