Skip to content

Commit

Permalink
rnndb/graph: document PWR_MODE from gk20a
Browse files Browse the repository at this point in the history
  • Loading branch information
mupuf committed Feb 25, 2014
1 parent 191ce92 commit b36bb81
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions rnndb/graph/nvc0_pgraph/pgraph.xml
Expand Up @@ -337,8 +337,14 @@
<bitfield pos="31" name="ENABLE" variants="NVF0-"/> <bitfield pos="31" name="ENABLE" variants="NVF0-"/>
</reg32> </reg32>


<reg32 offset="0x170" name="PM_UNK170"> <reg32 offset="0x170" name="PWR_MODE" variants="NVD9-">
<bitfield low="0" high="5" name="SEL"/> <bitfield low="0" high="1" name="MODE">
<value value="0" name="AUTO" />
<value value="1" name="UNK1" />
<value value="2" name="FORCE_ON" />
<value value="3" name="UNK3" />
</bitfield>
<bitfield pos="4" name="TRIGGER"/>
</reg32> </reg32>


<!-- before NVE4 shared with 3d --> <!-- before NVE4 shared with 3d -->
Expand Down

0 comments on commit b36bb81

Please sign in to comment.