DXGK_ENGINE_STATE - NtDoc

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

typedef enum _DXGK_ENGINE_STATE {
  DXGK_ENGINE_STATE_ACTIVE,
  DXGK_ENGINE_STATE_TRANSITION_TO_F1,
  DXGK_ENGINE_STATE_HUNG
} DXGK_ENGINE_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-dxgk_engine_state)

Description

A DXGK_ENGINE_STATE enumeration value specifies the state of a GPU engine.

Constants

DXGK_ENGINE_STATE_ACTIVE

The graphics engine is currently active.

DXGK_ENGINE_STATE_TRANSITION_TO_F1

The graphics engine is in the process of transitioning to the F1 power state.

DXGK_ENGINE_STATE_HUNG

The graphics engine is no longer responding as expected.

See also

DXGK_INTERRUPT_TYPE

DXGKARGCB_NOTIFY_INTERRUPT_DATA