DXGK_VGPU_PROFILE_CAPABILITY - NtDoc

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

typedef struct _DXGK_VGPU_PROFILE_CAPABILITY {
  UINT64 TotalValue;
  UINT64 AvailableValue;
  UINT64 MinPartitionValue;
  UINT64 MaxPartitionValue;
  UINT64 OptimalPartitionValue;
} DXGK_VGPU_PROFILE_CAPABILITY, *PDXGK_VGPU_PROFILE_CAPABILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGK_VGPU_PROFILE_CAPABILITY structure

Description

Contains information about the virtual GPU profile capability.

Members

TotalValue

Total amount in this partition configuration.

AvailableValue

Currently available amount in this partition configuration. This value changes as vGPUs start and stop running

MinPartitionValue

Minimum value for each partition in this partition configuration.

MaxPartitionValue

Maximum value for each partition in this partition configuration.

OptimalPartitionValue

Optimal value for each partition in this partition configuration.

The meaning of the capability values depend on the capability type. For memory it is the number of bytes. For compute it is the number of gigaflops of 16fp instructions. For video Encode/Decode it is roughly in blocks of 540p capability. 1 is 540p60, 2 is 720p60, 4 is 1080p60, 4Kp60 is 16, etc.

Remarks

See also