Tagged Questions
0
votes
0answers
43 views
MSI-X interrupts in WDF
I'm having a lot of trouble getting MSI-X interrupts implemented in a Windows bus driver we're writing in WDF / KMDF.
I've read the MSDN documentation, and there's not really a lot of helpful info ...
0
votes
2answers
190 views
Waiting for vertical blank in kernel mode?
I'm writing a driver that needs synchronization with vertical blank interrupt to send some data down the USB pipe.
In user-mode there are Direct X functions available for this like ...