Sameeh Jubran f87019cb01 Fixing possible BSOD
Interrupts seem to arrive to the driver before the initialization phase
is over (m_pHWDevice = NULL), in that case we can't handle interrupts yet.
Even when m_pHWDevice isn't NULL, other fields aren't necessarily fully
initialized till the StartDevice function has finished initialization,
thus the flag DriverStarted should be checked upon interrupts.

Note: There is no way provided by Microsoft to disable interrupts in WDDM
drivers.

Signed-off-by: Sameeh Jubran <sameeh@daynix.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2016-09-26 15:37:32 +01:00
2016-09-26 15:37:32 +01:00
2016-09-09 11:09:31 +01:00
2016-09-09 11:09:31 +01:00
2014-09-02 17:19:04 +10:00
2016-09-09 11:09:31 +01:00
2016-09-09 11:09:31 +01:00
2015-05-06 18:12:08 +10:00
2016-09-09 11:09:31 +01:00
2014-09-02 17:36:27 +10:00

qxl-dod

QXL WDDM DOD driver

Heavily based on Microsoft KMDOD example and XDDM QXL driver

The most recent binaries can be found at http://people.redhat.com/~vrozenfe/qxlwddm/

Description
A Windows QXL WDDM DOD driver (Display-Only-Driver)
Readme 475 KiB
Languages
C++ 63%
C 35.8%
Batchfile 0.8%
VBScript 0.4%