Changeset 101029 in vbox for trunk/src/VBox/Additions/linux/drm/vbox_drv.h
- Timestamp:
- Sep 6, 2023 1:53:03 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 158986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.h
r100677 r101029 173 173 #endif 174 174 175 #if RTLNX_VER_MIN(6,3,0) || RTLNX_RHEL_ MAJ_PREREQ(9,3)175 #if RTLNX_VER_MIN(6,3,0) || RTLNX_RHEL_RANGE(8,9, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,3) 176 176 # include <drm/ttm/ttm_bo.h> 177 177 #else … … 250 250 * now represents number of bytes. This macro handles this change. Input 251 251 * argument is a pointer to struct ttm_resource. */ 252 #if RTLNX_VER_MIN(6,2,0) || RTLNX_RHEL_ MAJ_PREREQ(9,3)252 #if RTLNX_VER_MIN(6,2,0) || RTLNX_RHEL_RANGE(8,9, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,3) 253 253 # define VBOX_BO_RESOURCE_NUM_PAGES(_resource) PFN_UP(_resource->size) 254 254 #else
Note:
See TracChangeset
for help on using the changeset viewer.