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