- Timestamp:
- Sep 8, 2016 8:28:08 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions/linux/drm
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r63755 r63772 260 260 * to do VESA. */ 261 261 /** @todo work out if anyone is likely to and whether it will even work. */ 262 /* Update: we also disable it because if the new master does not do dirty 263 * rectangle reporting (e.g. old versions of Plymouth) then at least the 264 * first screen will still be updated. We enable it as soon as we 265 * receive a dirty rectangle report. */ 262 266 vbox_disable_accel(vbox); 263 267 mutex_unlock(&vbox->hw_mutex); -
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r63771 r63772 259 259 vbox_crtc_mode_set_base(crtc, x, y, old_fb); 260 260 mutex_lock(&vbox->hw_mutex); 261 /* Disable VBVA when someone sets a new mode until they send us dirty262 * rectangles, which proves that they can. A single screen can work263 * without VBVA. */264 vbox_disable_accel(vbox);265 261 rc = vbox_set_view(crtc); 266 262 if (!rc)
Note:
See TracChangeset
for help on using the changeset viewer.