Changeset 58868 in vbox
- Timestamp:
- Nov 25, 2015 5:06:12 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.c
r58845 r58868 78 78 # else 79 79 # define DRM_HAVE_DRM_MAP 80 # endif 81 #endif 82 83 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 0) 84 # ifdef RHEL_RELEASE_CODE 85 # if RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(7, 2) 86 # define DRM_WANTS_SET_BUSID 87 # endif 88 # else 89 # define DRM_WANTS_SET_BUSID 80 90 # endif 81 91 #endif … … 114 124 /* .driver_features = DRIVER_USE_MTRR, */ 115 125 .load = vboxvideo_driver_load, 116 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 0)126 #ifdef DRM_WANTS_SET_BUSID 117 127 /* If this is missing a warning gets printed to dmesg. We will not 118 128 * attempt to make kernels work to which the change (915b4d11b) got back-
Note:
See TracChangeset
for help on using the changeset viewer.