summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-10-03 23:19:10 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2013-10-03 23:19:10 -0700
commita2354d9e496dd2f1d233a12df665948b3570d919 (patch)
treeec5461b3c04f1599689d0ec2e495f621c33e202d
parent06c1bc893346fa4c252df0059d62b31c3ef21bfd (diff)
parent8f34fa0597de1fd7d081ece1c17b438129c281d3 (diff)
Merge pull request #13 from jluebbe/master
small fixes
-rw-r--r--rnndb/state_hi.xml2
-rw-r--r--tools/etnaviv/parse_rng.py4
2 files changed, 3 insertions, 3 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>
diff --git a/tools/etnaviv/parse_rng.py b/tools/etnaviv/parse_rng.py
index 1ba7083..c538a0d 100644
--- a/tools/etnaviv/parse_rng.py
+++ b/tools/etnaviv/parse_rng.py
@@ -745,8 +745,8 @@ def main():
help='RNG file')
args = parser.parse_args()
- r = parse_rng(args.input)
- d = r.lookup_domain('VIVANTE_STATE')
+ r = parse_rng_file(args.input)
+ d = r.lookup_domain('VIVS')
path = d.lookup_address(0x100)
print(format_path(path))