cuda.bindings.nvml.device_get_display_mode#

cuda.bindings.nvml.device_get_display_mode(intptr_t device) int#
Retrieves the display mode for the device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the display mode.
:rtype: int

.. seealso:: `nvmlDeviceGetDisplayMode`