Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 1.97 KB

ns-dispmprt-_dxgkarg_getgpupartitioninfo.md

File metadata and controls

73 lines (58 loc) · 1.97 KB
UID title description tech.root 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.lib req.dll req.ddi-compliance req.unicode-ansi req.max-support req.typenames targetos ms.custom f1_keywords topic_type api_type api_location api_name dev_langs
NS:dispmprt._DXGKARG_GETGPUPARTITIONINFO
_DXGKARG_GETGPUPARTITIONINFO
Arguments used to get physical GPU partition info.
display
04/04/2019
DXGKARG_GETGPUPARTITIONINFO structure
_DXGKARG_GETGPUPARTITIONINFO, DXGKARG_GETGPUPARTITIONINFO, *PDXGKARG_GETGPUPARTITIONINFO,
dispmprt.h
DXGKARG_GETGPUPARTITIONINFO, *PDXGKARG_GETGPUPARTITIONINFO
Windows
19H1
_DXGKARG_GETGPUPARTITIONINFO
dispmprt/_DXGKARG_GETGPUPARTITIONINFO
PDXGKARG_GETGPUPARTITIONINFO
dispmprt/PDXGKARG_GETGPUPARTITIONINFO
DXGKARG_GETGPUPARTITIONINFO
dispmprt/DXGKARG_GETGPUPARTITIONINFO
apiref
HeaderDef
dispmprt.h
_DXGKARG_GETGPUPARTITIONINFO
PDXGKARG_GETGPUPARTITIONINFO
DXGKARG_GETGPUPARTITIONINFO
c++

_DXGKARG_GETGPUPARTITIONINFO structure

-description

Arguments used to get physical GPU partition info.

-struct-fields

-field NumGpuPartitionOptions

On the input this is the size of the pGpuPartitionOptions output array. On the output this is the number of different ways the GPU could be partitioned. If the driver supports more options, it needs to return STATUS_BUFFER_TOO_SMALL and set NumGpuPartitionOptions to the number of supported options.

-field pGpuPartitionOptions

Each element in the array, defines the number partitions the GPU can be divided into. For example, GPIU could support 4 partitioning options: it could be divided to 2, 4, 8, 32 partitions.

-field CurrentGpuPartitionCount

The number of partitions, the GPU is currently is configured to support.

-remarks

-see-also