VirtualBox

Changeset 100025 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
May 31, 2023 2:21:25 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157700
Message:

Additions: Linux: vboxvideo: Build fixes for EL 8.8 kernel (updated r157683), bugref:10237, bugref:10279, ticketref:21690, ticketref:21692.

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  
    190190#endif
    191191
    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)
    193193# include <drm/drm_framebuffer.h>
    194194#endif
  • trunk/src/VBox/Additions/linux/drm/vbox_mode.c

    r100014 r100025  
    5151#endif
    5252
    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)
    5454# include <drm/drm_edid.h>
    5555#endif
  • trunk/src/VBox/Additions/linux/drm/vbox_ttm.c

    r100014 r100025  
    322322        tt->func = &vbox_tt_backend_func;
    323323#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)
    325325        if (ttm_tt_init(tt, bo, page_flags, ttm_write_combined, 0)) {
    326326#elif RTLNX_VER_MIN(5,11,0) || RTLNX_RHEL_RANGE(8,5, 8,99)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette