Site icon EfmSoft

What does HRESULT 0xC0262309 (ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET) mean?

 
Previous Next
ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET ERROR_GRAPHICS_INVALID_FREQUENCY

ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET

ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET (0xC0262309) means WDDM rejected a target mode-set object. A target mode is a video signal format delivered to a display target; it is distinct from the source surface that the GPU scans out.

What a target mode set is used for

Each VidPN target has its own set of candidate signal modes. The set changes when the topology changes or when other pinned modes constrain the adapter. The miniport uses it while determining whether a complete, cofunctional VidPN can be implemented on the hardware.

Checks that identify the broken layer

Useful comparison

Linux KMS uses a different API, but it has the same architectural separation between display pipeline objects and the connector that represents the physical endpoint. That parallel is useful when checking whether a driver confused a hardware route with a monitor capability record.

Microsoft: introduction to Video Present Networks

Microsoft: VidPN source, target, and monitor objects

Linux kernel: DRM kernel mode setting pipeline


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

Exit mobile version