Changeset 36896 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Apr 29, 2011 2:15:44 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71474
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp
r36867 r36896 624 624 { 625 625 uint32_t flags = VBoxCommonFromDeviceExt(pExt)->hostCtx.pfHostFlags->u32HostFlags; 626 if ((flags & HGSMIHOSTFLAGS_IRQ) != 0)626 if ((flags & HGSMIHOSTFLAGS_IRQ) != 0) 627 627 { 628 628 /* queue a DPC*/ … … 633 633 LOG(("VideoPortQueueDpc failed!")); 634 634 } 635 } 636 637 /* clear the IRQ */638 VBoxHGSMIClearIrq(&VBoxCommonFromDeviceExt(pExt)->hostCtx);639 //LOGF_LEAVE();640 return TRUE;635 636 /* clear the IRQ */ 637 VBoxHGSMIClearIrq(&VBoxCommonFromDeviceExt(pExt)->hostCtx); 638 //LOGF_LEAVE(); 639 return TRUE; 640 } 641 641 } 642 642 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPVideoPortAPI.cpp
r36867 r36896 81 81 { \ 82 82 pAPI->dst = (type)(pConfigInfo->VideoPortGetProcAddress)(pExt, (PUCHAR)(name)); \ 83 Assert(pAPI->dst); \84 83 } 85 84
Note:
See TracChangeset
for help on using the changeset viewer.