Changes

288 bytes added ,  20:30, 13 June 2017
no edit summary
Line 813: Line 813:  
| 7 || module_get_clk_rate
 
| 7 || module_get_clk_rate
 
|}
 
|}
 +
 +
= nvdrvdbg =
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || [[#OpenLog]]
 +
|-
 +
| 1 || [[#CloseLog]]
 +
|-
 +
| 2 || [[#ReadLog]]
 +
|}
 +
 +
== OpenLog ==
 +
Takes process handle. Returns an fd.
 +
 +
== CloseLog ==
 +
Takes fd and closes it.
 +
 +
== ReadLog ==
 +
Takes fd and reads log into a type-6 buffer.
    
= Errors =
 
= Errors =