DXGK_PHYSICAL_MEMORY_CAPS - NtDoc

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

typedef struct _DXGK_PHYSICAL_MEMORY_CAPS {
  PHYSICAL_ADDRESS HighestVisibleAddress;
} DXGK_PHYSICAL_MEMORY_CAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DXGK_PHYSICAL_MEMORY_CAPS structure provides information about the driver's physical memory restrictions.

Members

HighestVisibleAddress

The highest visible physical memory address. If multiple linked physical adapters have different values for their highest visible address, the driver should report the minimum value of all physical adapters.

Remarks

The driver fills in this structure when Dxgkernel calls DxgkDdiQueryAdapterInfo with a DXGK_QUERYADAPTERINFOTYPE value of DXGKQAITYPE_PHYSICAL_MEMORY_CAPS.

To indicate logical DMA remapping support, the driver must also fill in DXGK_IOMMU_CAPS accordingly.

See IOMMU DMA remapping for more information.

See also

DXGK_IOMMU_CAPS

DXGK_QUERYADAPTERINFOTYPE

DXGK_VIDMMCAPS

DxgkDdiQueryAdapterInfo