- Timestamp:
- Oct 12, 2018 4:30:26 PM (6 years ago)
- Location:
- trunk/src/VBox/Additions/linux/drm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r74773 r74810 45 45 #include "revision-generated.h" 46 46 47 int vbox_modeset = -1;47 static int vbox_modeset = -1; 48 48 49 49 MODULE_PARM_DESC(modeset, "Disable/Enable modesetting"); -
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r74773 r74810 254 254 #endif 255 255 256 st ruct ttm_bo_driver vbox_bo_driver = {256 static struct ttm_bo_driver vbox_bo_driver = { 257 257 .ttm_tt_create = vbox_ttm_tt_create, 258 258 #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 17, 0)
Note:
See TracChangeset
for help on using the changeset viewer.