Changeset 107212 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Dec 2, 2024 11:38:33 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r106194 r107212 44 44 #endif 45 45 46 #if RTLNX_VER_ MIN(5,14,0) || RTLNX_RHEL_RANGE(8,6, 8,99)46 #if RTLNX_VER_RANGE(5,14,0, 6,13,0) || RTLNX_RHEL_RANGE(8,6, 8,99) 47 47 # include <drm/drm_aperture.h> 48 48 #endif … … 85 85 int ret = 0; 86 86 87 # if RTLNX_VER_ MIN(5,14,0) || RTLNX_RHEL_RANGE(8,6, 8,99)87 # if RTLNX_VER_RANGE(5,14,0, 6,13,0) || RTLNX_RHEL_RANGE(8,6, 8,99) 88 88 # if RTLNX_VER_MIN(5,15,0) || RTLNX_RHEL_RANGE(8,7, 8,99) || RTLNX_RHEL_MIN(9,1) || RTLNX_SUSE_MAJ_PREREQ(15,4) 89 89 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &driver);
Note:
See TracChangeset
for help on using the changeset viewer.