GPU power management of idle states and active power

Starting with Windows 8, an optional GPU power management infrastructure is available that lets Windows Display Driver Model (WDDM) 1.2 and later drivers manage power for individual devices or a set of devices. This infrastructure provides a standardized mechanism to support F-state and P-state power management in collaboration with Windows.

Minimum WDDM version: 1.2

Minimum Windows version: 8

Driver implementation: Optional

WHCK requirements and tests: Device.Graphics…RuntimePowerMgmt

GPU power management device driver interface (DDI)

These new and updated functions and structures are available starting with Windows 8 for the display miniport driver to transition the state of power components and to communicate power events with the Microsoft DirectX graphics kernel subsystem.

GPU power management scenarios

GPUs and display screens are two of the largest power consumers in laptops, mobile devices, and desktop PCs.

These are the key power management scenarios to reduce power consumption and extend battery life:

  • Mobile form factor devices can go into an idle state and save power because individual system components shut down if they are not in use.
  • Windows System on a Chip (SoC)–based devices behave like consumer devices and mobile phones that is, they turn on immediately when they are needed, thereby saving energy.

Hardware certification requirements

For info on requirements that hardware devices must meet when they implement this feature, refer to the relevant WHCK documentation on Device.Graphics…RuntimePowerMgmt.

See WDDM 1.2 features for a review of features added with Windows 8.