Changeset 100025 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- May 31, 2023 2:21:25 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157700
- Location:
- trunk/src/VBox/Additions/linux/drm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.h
r100014 r100025 190 190 #endif 191 191 192 #if RTLNX_VER_MIN(6,0,0) || RTLNX_RHEL_RANGE(8, 9, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,2)192 #if RTLNX_VER_MIN(6,0,0) || RTLNX_RHEL_RANGE(8,8, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,2) 193 193 # include <drm/drm_framebuffer.h> 194 194 #endif -
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r100014 r100025 51 51 #endif 52 52 53 #if RTLNX_VER_MIN(6,0,0) || RTLNX_RHEL_RANGE(8, 9, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,2)53 #if RTLNX_VER_MIN(6,0,0) || RTLNX_RHEL_RANGE(8,8, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,2) 54 54 # include <drm/drm_edid.h> 55 55 #endif -
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r100014 r100025 322 322 tt->func = &vbox_tt_backend_func; 323 323 #endif 324 #if RTLNX_VER_MIN(5,19,0) || RTLNX_RHEL_RANGE(8, 9, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,2)324 #if RTLNX_VER_MIN(5,19,0) || RTLNX_RHEL_RANGE(8,8, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,2) 325 325 if (ttm_tt_init(tt, bo, page_flags, ttm_write_combined, 0)) { 326 326 #elif RTLNX_VER_MIN(5,11,0) || RTLNX_RHEL_RANGE(8,5, 8,99)
Note:
See TracChangeset
for help on using the changeset viewer.