DXGK_PAGETABLEUPDATEMODE enumeration (d3dkmddi.h)

DXGK_PAGETABLEUPDATEMODE is used as part of a DxgkDdiBuildPagingBuffer operation to indicate which member of the related DXGK_PAGETABLEUPDATEADDRESS structure contains the address of the page table to update.

Syntax

typedef enum _DXGK_PAGETABLEUPDATEMODE {
  DXGK_PAGETABLEUPDATE_CPU_VIRTUAL,
  DXGK_PAGETABLEUPDATE_GPU_VIRTUAL,
  DXGK_PAGETABLEUPDATE_GPU_PHYSICAL
} DXGK_PAGETABLEUPDATEMODE;

Constants

 
DXGK_PAGETABLEUPDATE_CPU_VIRTUAL
Indicates that the address of the page table to update is in the CpuVirtual member of the DXGK_PAGETABLEUPDATEADDRESS structure.
DXGK_PAGETABLEUPDATE_GPU_VIRTUAL
Indicates that the address of the page table to update is in the GpuVirtual member of the DXGK_PAGETABLEUPDATEADDRESS structure.
DXGK_PAGETABLEUPDATE_GPU_PHYSICAL
Indicates that the address of the page table to update is in the GpuPhysical member of the DXGK_PAGETABLEUPDATEADDRESS structure.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header d3dkmddi.h (include D3dkmddi.h)

See also

DXGK_PAGETABLEUPDATEADDRESS

DxgkDdiBuildPagingBuffer