diff options
author | Jan Luebbe <jluebbe@debian.org> | 2013-10-03 23:26:41 +0200 |
---|---|---|
committer | Jan Luebbe <jluebbe@debian.org> | 2013-10-03 23:26:41 +0200 |
commit | defb2591fe0b9e13499fcab8a1890c50bfa567ba (patch) | |
tree | d41e0df91160b5ef05a4e8dad5bb8f826ebc2d62 | |
parent | 06c1bc893346fa4c252df0059d62b31c3ef21bfd (diff) |
rnndb: fix misplaced slash
-rw-r--r-- | rnndb/state_hi.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rnndb/state_hi.xml b/rnndb/state_hi.xml index 02d352c..1f18c60 100644 --- a/rnndb/state_hi.xml +++ b/rnndb/state_hi.xml @@ -215,7 +215,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> <reg32 offset="0x0040C" name="MMU_PEZ_PAGE_TABLE" brief="Page table for PE depth"/> <reg32 offset="0x00410" name="MMU_RA_PAGE_TABLE" brief="Page table for rasterize"/> <reg32 offset="0x00414" name="DEBUG_MEMORY"> - <bitfield pos="3" name="SPECIAL_PATCH_GC320"/ brief="Special patch for 0x320 0x5220"> + <bitfield pos="3" name="SPECIAL_PATCH_GC320" brief="Special patch for 0x320 0x5220"/> <bitfield pos="20" name="FAST_CLEAR_BYPASS" brief="Fast clear bypass"/> <bitfield pos="21" name="COMPRESSION_BYPASS" brief="Compression bypass"/> </reg32> |