Changeset 66224 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Mar 23, 2017 12:49:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_irq.c
r65381 r66224 137 137 rc = VBoxHGSMIGetModeHints(&vbox->submit_info, vbox->num_crtcs, 138 138 vbox->last_mode_hints); 139 if RT_FAILURE(rc) {139 if (RT_FAILURE(rc)) { 140 140 printk("vboxvideo: VBoxHGSMIGetModeHints failed, rc=%i.\n", rc); 141 141 return;
Note:
See TracChangeset
for help on using the changeset viewer.