DXGKARG_GETVIRTUALGPUINFO structure (dispmprt.h)

Arguments used to get virtual GPU info.

Syntax

typedef struct _DXGKARG_GETVIRTUALGPUINFO {
  ULONG                PartitionId;
  DXGK_VGPU_CAPABILITY Capability[DXGK_VGPU_CAPABILITY_MAX];
} DXGKARG_GETVIRTUALGPUINFO, *PDXGKARG_GETVIRTUALGPUINFO;

Members

PartitionId

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

Capability[DXGK_VGPU_CAPABILITY_MAX]

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.

Requirements

Requirement Value
Header dispmprt.h