DXGKARG_GETVIRTUALGPUINFO - NtDoc

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

typedef struct _DXGKARG_GETVIRTUALGPUINFO {
  ULONG                PartitionId;
  DXGK_VGPU_CAPABILITY Capability[DXGK_VGPU_CAPABILITY_MAX];
} DXGKARG_GETVIRTUALGPUINFO, *PDXGKARG_GETVIRTUALGPUINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgkarg_getvirtualgpuinfo)

_DXGKARG_GETVIRTUALGPUINFO structure

Description

Arguments used to get virtual GPU info.

Members

PartitionId

An index (from 0 to maximum supported vGPU minus one) for the vGPU partition.

Capability

The array of capability values, which include Memory, Encode, Decode and Compute. A minimum, maximum and optimal values are specified for each capability. When the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue. The driver could assign the current capability value based in the physical GPU load.

Remarks

See also