Last active
September 24, 2017 13:00
-
-
Save austriancoder/08de167137df9442437d03f4167f98f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/rnndb/state.xml b/rnndb/state.xml | |
index 032d73d..9c1c39a 100644 | |
--- a/rnndb/state.xml | |
+++ b/rnndb/state.xml | |
@@ -284,6 +284,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> | |
<bitfield high="26" low="24" name="VAR6"/> | |
<bitfield high="30" low="28" name="VAR7"/> | |
</reg32> | |
+ <reg32 offset="0x03824" name="OC_A"/> | |
<reg32 offset="0x03828" name="VARYING_COMPONENT_USE" brief="Varying component usage" value="0x00000000" length="2" stride="4"> | |
<doc>2 bits per varying component, 16 components per 32-bit word.</doc> | |
<bitfield high="1" low="0" name="COMP0" type="VARYING_COMPONENT_USE"/> | |
@@ -303,6 +304,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> | |
<bitfield high="29" low="28" name="COMP14" type="VARYING_COMPONENT_USE"/> | |
<bitfield high="31" low="30" name="COMP15" type="VARYING_COMPONENT_USE"/> | |
</reg32> | |
+ <reg32 offset="0x03830" name="OC_B"/> | |
<reg32 offset="0x03834" name="UNK03834" value="0x00000000"/> | |
<reg32 offset="0x03838" name="UNK03838" value="0x00000000"/> | |
<reg32 offset="0x0384C" name="API_MODE" brief="API mode" value="0x00000000"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment