Changeset 83109 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 18, 2020 3:31:10 PM (5 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
r83073 r83109 37 37 #include <linux/vt_kern.h> 38 38 39 #include "vbox_drv.h" 40 39 41 #include <drm/drm_crtc_helper.h> 40 41 #include "vbox_drv.h"42 42 43 43 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 1, 0) || defined(RHEL_81) -
trunk/src/VBox/Additions/linux/drm/vbox_fb.c
r83073 r83109 43 43 #include <linux/init.h> 44 44 45 #include "vbox_drv.h" 46 45 47 #include <drm/drm_crtc.h> 46 48 #include <drm/drm_fb_helper.h> 47 49 #include <drm/drm_crtc_helper.h> 48 50 49 #include "vbox_drv.h"50 51 #include <VBoxVideo.h> 51 52
Note:
See TracChangeset
for help on using the changeset viewer.