Changeset 74780 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Oct 12, 2018 8:12:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r74779 r74780 269 269 return ret; 270 270 mutex_lock(&vbox->hw_mutex); 271 if (!ret) 272 vbox_do_modeset(crtc, mode); 271 vbox_do_modeset(crtc, mode); 273 272 VBoxHGSMIUpdateInputMapping(vbox->guest_pool, 0, 0, 274 273 vbox->input_mapping_width,
Note:
See TracChangeset
for help on using the changeset viewer.