Share via


About DMA Device Support

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Some display devices can perform blit operations (or other operations) on system memory surfaces.

These operations are commonly referred to as Direct Memory Access (DMA) operations. You can exploit DMA support to accelerate certain combinations of operations.

For example, on such a device, you could perform a blit from system memory to video memory while using the processor to prepare the next frame.

To use such facilities, you must assume certain responsibilities.