Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 6.75 KB

video-present-network-terminology.md

File metadata and controls

84 lines (52 loc) · 6.75 KB
title description keywords ms.date
Video Present Network Terminology
Video Present Network Terminology
video present networks WDK display , terminology
VidPN WDK display , terminology
04/20/2017

Video Present Network Terminology

The VidPN manager uses the notion of a video present network (VidPN) to manage the set of display devices connected to a display adapter. For more information, see Introduction to Video Present Networks.

The following list gives definitions of the primary terms used to describe VidPNs, display adapters, and devices that connect to display adapters.

display adapter's presentational subsystem
All the hardware responsible for scanning rendered content from video memory and presenting it on video outputs.

video present network
A model that relates the video present sources on a display adapter to the video present targets on the adapter and specifies how those sources and targets are configured. It is an abstraction of the display adapter's presentational subsystem. A VidPN consists of the following:

video present sources
Independent views (that is, primary surface chains) that the display adapter can present concurrently.

video present targets
Independent physical video outputs, on each of which the display adapter can present a view.

topology
A collection of video present paths, where each video present path is an association between a video present source and a video present target. A video present path specifies that a particular source is connected to a particular target. The path also specifies the content transformations that are applied on the presented content. Connecting a source to a target means that the display adapter scans from the primary surface (chain) of the source and encodes the scanned content to the video signal format of the target, applying content transformations (for example, contrast/brightness gains, flicker filter, color transformation) in the process.

source mode sets
Each video present source in the VidPN is associated with a source mode set, which is a list of primary surface formats (source modes) that are supported on the source in the topology of the VidPN.

target mode sets
Each video present target in the VidPN is associated with a target mode set, which is a list of video signal formats (target modes) that are supported on the target in the topology of the VidPN.

monitor source mode sets
Each target in the VidPN that is connected to a monitor (or other external display device) is associated with a monitor source mode set, which is a list of video signal formats supported on the connected monitor.

active VidPN
The VidPN that is currently set on the display adapter.

pinned mode
A mode designated as the desired mode for a particular video present source or target. The mode that is pinned on a source (target) is not necessarily the mode currently in use by the source (target); rather it is the desired mode for that source (target) in a given VidPN (possibly to be used as the next active VidPN). A pinned mode must remain available in its mode set throughout additional constraints imposed on the VidPN. That is, no change to the VidPN is authorized unless all of the pinned modes are still supported in the modified VidPN.

functional VidPN
A VidPN that satisfies all of the following conditions:

  • It has a topology with at least one video present path.

  • Every video present source in the topology has a pinned mode.

  • Every video present target in the topology has a pinned mode.

modality
The collection of mode sets for all the sources and targets in the topology of a VidPN.

cofunctional mode set
The set of modes that are available for a particular source or target, given the constraints (for example, topology, modes pinned on other sources and targets) of a VidPN.

cofunctional VidPN modality
The collection of cofunctional mode sets for all the sources and targets in the topology of a VidPN.

child device of the display adapter
A device on the display adapter that the display miniport driver enumerates as a child. All child devices of the display adapter are on-board devices; monitors and other devices that connect to the display adapter are not considered child devices.

external device
A device that connects to a child device of the display adapter. External devices are not considered child devices of the display adapter.

video output device
A child device of the display adapter that supplies a video output signal to an external or built-in display device.

video output codec
A hardware encoder/decoder on the display adapter that reads from a primary surface in video memory and places a video signal representation of that surface on one or more of the display adapter's video outputs.

off-screen memory
Video memory whose contents do not appear on the video display. Off-screen memory can be used for double buffering, a technique in which a complex graphics image that requires numerous graphics operations can be completely rendered before it is displayed. After each image has been displayed, another image can be constructed in the same way, providing an effective way to achieve animation.