DSI_CONTROL_TRANSMISSION_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef enum _DSI_CONTROL_TRANSMISSION_MODE {
  DCT_DEFAULT,
  DCT_FORCE_LOW_POWER,
  DCT_FORCE_HIGH_PERFORMANCE
} DSI_CONTROL_TRANSMISSION_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddvdeo-dsi_control_transmission_mode)

DSI_CONTROL_TRANSMISSION_MODE enumeration

Description

DSI-2 (display serial interface) control transmission mode.

Constants

DCT_DEFAULT

Default.

DCT_FORCE_LOW_POWER

Force low power.

DCT_FORCE_HIGH_PERFORMANCE

Force high performance.

Remarks

See also