// d3dkmdt.h
typedef struct _DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO {
BOOLEAN Brightness3Supported;
DXGK_BRIGHTNESS_CAPS Brightness3Caps;
DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT Bridgtness3Ranges;
} DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO, *PDXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO structure contains information about the internal panel.
Brightness3SupportedBoolean value that indicates whether the DXGK_BRIGHTNESS_INTERFACE_3 is supported by the GPU that the panel was initially connected to at boot time.
Brightness3CapsIf Brightness3Supported is TRUE, Brightness3Caps is a DXGK_BRIGHTNESS_CAPS structure that contains the reported brigtness 3 capabilities.
Bridgtness3RangesIf Brightness3Supported is TRUE, Brightness3Ranges is a DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT structure that contains the reported brigtness 3 ranges.
For more information, see Automatic Display Switch.
DxgkddiDisplayMuxSetInternalPanelInfo