Previous Next

Driver Verifier Options for Graphics Drivers

Windows kernel-mode graphics drivers do not allocate pool directly. Instead, these drivers use Graphics Driver Interface (GDI) service routines exported by win32k.sys.

Because of this difference, Driver Verifier treats graphics drivers differently than it treats other kernel-mode drivers.

The following sections describe Driver Verifier's actions on display drivers and kernel-mode printer drivers.

Inapplicable Options for Graphics Drivers

The Automatic Checks, Forcing IRQL Checking, Memory Pool Tracking, I/O Verification, DMA Verification, Deadlock Detection, and SCSI Verification options are not used for graphics drivers. If selected, these options have no effect.

Note  Driver Verifier can be set to verify win32k.sys itself. However, this has the effect of verifying all graphics drivers simultaneously. To obtain more specific information about a graphics driver, Driver Verifier should be set to verify only the driver under investigation.