DXGK_QUERYSCATTERRESERVEOUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_QUERYSCATTERRESERVEOUT {
  UINT64 SetVGPUResourcesPageSize;
} DXGK_QUERYSCATTERRESERVEOUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_queryscatterreserveout)

Description

The DXGK_QUERYSCATTERRESERVEOUT structure contains the output parameters (pOutputData) for a DxgkDdiQueryAdaptedInfo call with a Type of DXGKQAITYPE_SCATTER_RESERVE.

Members

SetVGPUResourcesPageSize

The page size of the 2nd phase of GPU-VA translation available on the hardware, in bytes. The driver must specify a page size that aligns with the reserve physical assignments (partition VRAM sizes and offsets are multiples of this page size).

Remarks

For more information, see Live migration on GPU-P devices.

See also

DXGKARG_QUERYADAPTERINFO

DXGK_QUERYADAPTERINFOTYPE

DxgkDdiQueryAdapterInfo