Site icon EfmSoft

What does NTSTATUS 0x401E0307 (STATUS_GRAPHICS_MODE_NOT_PINNED) mean?

 
Previous Next
STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION STATUS_GRAPHICS_NO_PREFERRED_MODE

STATUS_GRAPHICS_MODE_NOT_PINNED

A VidPN mode must be pinned before commit-sensitive work

In WDDM display management, a VidPN source mode set and target mode set can contain several possible modes. The operating system or the miniport driver pins one selected mode when a path is made functional. This status means the caller reached an operation that expects a selected source or target mode, but the relevant mode set still has no pinned entry.

It is usually a state-ordering problem rather than a monitor capability problem. Look for a path that was created or recommended without completing the pinning step, a stale mode-set handle that was reused after topology validation, or a rollback path that unpinned a mode before all dependent path attributes were updated.

What to check

References


Looking for a different code? Search another status or error code.

Exit mobile version