search for: driver_init

Displaying 2 results from an estimated 2 matches for "driver_init".

Did you mean: drive_init
2010 Dec 26
3
How to debug driver code when app run on wine?
I am trying to debug opengl driver when windows Direct3D game runs on wine, and encounter the problem Working on SUSE 11.2, and download the wine binary by YaST2, then: root>gdb wine gdb> b driver_init gdb> r game.exe then I can break the driver on driver_init, and i can see the driver stack by bt, but I cannot see the driver source code, debugger can not find the source code file, but if you use "s" to step by step, debugger can find each function called, so it's strange. So a...
2013 Aug 29
6
[PATCH 2/3 v3] Refactor MSI restore call-chain to drop unnecessary argument
Driver init call graph under baremetal: driver_init-> msix_capability_init-> msix_program_entries-> msix_mask_irq-> entry->masked = 1 request_irq-> __setup_irq-> irq_startup-> unmask_msi_irq-> msix_mask_irq->...