Bewerken

Delen via


DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO structure (d3dkmdt.h)

The DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO structure contains information about the internal panel.

Syntax

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;

Members

Brightness3Supported

Boolean value that indicates whether the DXGK_BRIGHTNESS_INTERFACE_3 is supported by the GPU that the panel was initially connected to at boot time.

Brightness3Caps

If Brightness3Supported is TRUE, Brightness3Caps is a DXGK_BRIGHTNESS_CAPS structure that contains the reported brigtness 3 capabilities.

Bridgtness3Ranges

If Brightness3Supported is TRUE, Brightness3Ranges is a DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT structure that contains the reported brigtness 3 ranges.

Remarks

For more information, see Automatic Display Switch.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2, update 2025.01
Header d3dkmdt.h

See also

DxgkddiDisplayMuxSetInternalPanelInfo