Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.6 KB

ns-d3dkmddi-dxgk_check_multiplane_overlay_support_return_info.md

File metadata and controls

71 lines (55 loc) · 2.6 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dkmddi.DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO (d3dkmddi.h)
Specifies limitations on hardware support of multiplane overlays.
display\dxgk_check_multiplane_overlay_support_return_info.htm
05/10/2018
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO structure
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO, DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO structure [Display Devices], d3dkmddi/DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO, display.dxgk_check_multiplane_overlay_support_return_info
d3dkmddi.h
D3dkmddi.h
Windows
Windows 8.1
Windows Server 2012 R2
Windows
display
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO
d3dkmddi/DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO
APIRef
kbSyntax
HeaderDef
D3dkmddi.h
DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO

DXGK_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO structure

-description

Specifies limitations on hardware support of multiplane overlays.

-struct-fields

-field FailingPlane

The zero-based index of the first overlay plane in the list of planes that the hardware cannot support. For example, if planes 0 and 1 could have been supported, but not plane 2, then the driver should set FailingPlane to 2.

Setting this member is equivalent to setting the first 4 bits of the 32-bit Value member (0x0000000F).

-field TryAgain

The multiplane overlay configuration isn't supported because of a transient condition, which isn't permanent and should end soon. Therefore the support check call should be tried again and will probably succeed after another one or two VSync intervals.

Setting this member is equivalent to setting the fifth bit of the 32-bit Value member (0x00000010).

-field Reserved

This member is reserved and should be set to zero. Setting this member to zero is equivalent to setting the remaining 27 bits (0xFFFFFFE0) of the 32-bit Value member to zeros.

-field Value

A 32-bit value that identifies the hardware support limitations.