Changes

217 bytes added ,  20:26, 21 May 2017
no edit summary
Line 336: Line 336:  
|-
 
|-
 
| 7 || module_get_clk_rate
 
| 7 || module_get_clk_rate
 +
|}
 +
 +
= Errors =
 +
Most nvidia driver commands return an error code apart from the normal return code.
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Cmd || Name
 +
|-
 +
| 0 || Success
 +
|-
 +
| 2 || Cmd disabled?
 +
|-
 +
| 3 || Not initialized
 
|}
 
|}