Example #1
0
 internal static extern NvmlReturn NvmlDeviceGetAPIRestriction(IntPtr device, NvmlRestrictedAPI apiType, out NvmlEnableState isRestricted);
Example #2
0
 internal static extern NvmlReturn NvmlDeviceGetAutoBoostedClocksEnabled(IntPtr device, out NvmlEnableState isEnabled, out NvmlEnableState defaultIsEnabled);
Example #3
0
 internal static extern NvmlReturn NvmlDeviceGetDisplayMode(IntPtr device, out NvmlEnableState display);
Example #4
0
 internal static extern NvmlReturn NvmlDeviceGetEccMode(IntPtr device, out NvmlEnableState current, out NvmlEnableState pending);
Example #5
0
 public static extern NvmlReturn NvmlDeviceGetRetiredPagesPendingStatus(
     NvmlDevice device, out NvmlEnableState isPending);
Example #6
0
 internal static extern NvmlReturn NvmlDeviceGetDisplayActive(IntPtr device, out NvmlEnableState isActive);
Example #7
0
 public static extern NvmlReturn NvmlDeviceGetPersistenceMode(
     NvmlDevice device, out NvmlEnableState mode);
Example #8
0
 public static extern NvmlReturn NvmlDeviceGetPowerManagementMode(
     NvmlDevice device, out NvmlEnableState mode);
Example #9
0
 public static extern NvmlReturn NvmlDeviceGetEccMode(
     NvmlDevice device, out NvmlEnableState current, out NvmlEnableState pending);
Example #10
0
 public static extern NvmlReturn NvmlDeviceGetDisplayMode(
     NvmlDevice device, out NvmlEnableState display);
Example #11
0
 public static extern NvmlReturn NvmlDeviceGetDisplayActive(
     NvmlDevice device, out NvmlEnableState isActive);
Example #12
0
 public static extern NvmlReturn NvmlDeviceGetAutoBoostedClocksEnabled(
     NvmlDevice device, out NvmlEnableState isEnabled, out NvmlEnableState defaultIsEnabled);
Example #13
0
 public static extern NvmlReturn NvmlDeviceGetAPIRestriction(
     NvmlDevice device, NvmlRestrictedAPI apiType, out NvmlEnableState isRestricted);