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