Mirror driver description. A mirror driver is a display driver for a virtual device that mirrors the drawing operations of one or more additional physical display devices. It is implemented and behaves much like any other display driver; however, its paired video miniport driver is minimal in comparison to a typical miniport driver. IMPORTANT NOTICE: Downloading the latest Driver releases helps resolve driver conflicts and improve your computer’s stability and performance.Updates are recommended for all Windows XP, Vista, Windows 7, Windows 8 and Windows 10 users. IMPORTANT NOTICE: Downloading the latest Driver releases helps resolve driver conflicts and improve your computer’s stability and performance.Updates are recommended for all Windows XP, Vista, Windows 7, Windows 8 and Windows 10 users.
-->The indirect display driver (IDD) model provides a simple user-mode driver model to support monitors that are not connected to traditional GPU display outputs. An example is a dongle connected to the PC via USB that has a regular (VGA, DVI, HDMI, DP etc) monitor connected to it.
IDD implementation
An IDD is the third party-provided UMDF driver for the device. It is developed using the functionality exposed by the IddCx (Indirect Display Driver Class eXtension) to interface with the windows graphics subsystems in the following ways:
- Create the graphics adapter representing the indirect display device
- Report monitors being connected and disconnected from the system
- Provide descriptions of the monitors connected
- Provide available display modes
- Support other display functionality, like hardware mouse cursor, gamma, I2C communications, and protected content
- Process the desktop images to display on the monitor
Because an IDD is a UMDF driver, it is also responsible for implementing all UMDF functionality such as device communications, power management, plug and play etc.
The IDD runs in Session 0 without any components running in the user session, so any driver instability will not affect the stability of the system as a whole.
The following diagram provides an architectural overview.
User-mode model
The IDD is a user-mode only model with no support for kernel-mode components. As such, the driver is able to use any DirectX APIs in order to process the desktop image. In fact, the IddCx provides the desktop image to encode in a DirectX surface.
Miro Displays Driver Download For Windows 10 Pro
Note
Miro Displays Driver Download For Windows 10 32 Bit
The driver should not call user-mode APIs that are not appropriate for driver use, such as GDI, windowing APIs, OpenGL, or Vulkan.
The IDD should be built as a universal windows driver so it can be used on multiple Windows platforms.
At build time, the UMDF IDD declares the version of IddCx it was built against and the OS ensures that the correct version of IddCx is loaded when the driver is loaded.
IddCx callback and function naming conventions
Prefix | Type | Notes |
---|---|---|
EVT_IDD_CX_XXX | IDD callback function | IDDs implement both IddCx-specific callbacks such as EVT_IDD_CX_ADAPTER_COMMIT_MODES, as well as relevant WDF callbacks such as EVT_WDF_DEVICE_D0_EXIT. |
IddCxXxx | Function | System-supplied IddCx class extension functions that IDDs can call; for example, IddCxAdapterInitAsync. |
PFN_IDDCX_XXX | Pointers to IddCx functions | IDDs do not use these pointers. Instead, drivers should use the IddCxXxx functions. |
Sample code
Microsoft provides a sample IDD implementation at the Windows Driver Samples GitHub. This sample demonstrates how to connect a monitor, how to respond to a mode set, and how to receive frames.
Description | Type | OS | Version | Date |
---|---|---|---|---|
Intel® Graphics Driver for Windows* [15.45] This download installs the Intel® Graphics Driver for 6th Gen on Windows 7* and Windows 8.1*/10* 64-bit. | Driver | Windows 10, 64-bit* Windows 8.1, 64-bit* Windows 7, 32-bit* Windows 7, 64-bit* | 15.45.34.5174 Latest | 2/5/2021 |
Intel® Graphics - Windows® 10 DCH Drivers This download installs the Intel® Graphics Driver for Xe Dedicated, 6th, 7th, 8th, 9th, 10th, 11th generation, Apollo Lake, Gemini Lake, Amber Lake, Whiskey Lake, Comet Lake, Lakefield, & Jasper Lake. | Driver | Windows 10, 64-bit* | 27.20.100.9168 Latest | 1/20/2021 |
Intel® Graphics - BETA Windows® 10 DCH Drivers This download installs the Intel® Graphics Beta Driver for 6th, 7th, 8th, 9th, 10th, 11th generation, Apollo Lake, Gemini Lake, Amber Lake, Whiskey Lake, Comet Lake, and Lakefield (27.20.100.9077). | Driver | Windows 10, 64-bit* | 27.20.100.9077 Latest | 12/9/2020 |
Intel® Graphics Driver for Windows® 7 & 8.1* [15.40 6th Gen] This download installs the Intel® Graphics Driver for 6th Gen. | Driver | Windows 10, 64-bit* Windows 8.1, 64-bit* Windows 7, 32-bit* Windows 7, 64-bit* | 15.40.14.4352 Latest | 12/23/2015 |