cuda.bindings.nvml.vgpu_type_get_resolution#
- cuda.bindings.nvml.vgpu_type_get_resolution(
- unsigned int vgpu_type_id,
- unsigned int display_index,
Retrieve vGPU display head's maximum supported resolution. :param vgpu_type_id: Handle to vGPU type. :type vgpu_type_id: unsigned int :param display_index: Zero-based index of display head. :type display_index: unsigned int :returns: - unsigned int: Pointer to maximum number of pixels in X dimension. - unsigned int: Pointer to maximum number of pixels in Y dimension. :rtype: A 2-tuple containing .. seealso:: `nvmlVgpuTypeGetResolution`