// 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 referenceNo description available.
DSI-2 (display serial interface) control transmission mode.
DCT_DEFAULTDefault.
DCT_FORCE_LOW_POWERForce low power.
DCT_FORCE_HIGH_PERFORMANCEForce high performance.