VirtualBox

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


Ignore:
Timestamp:
Dec 2, 2024 11:38:33 AM (2 months ago)
Author:
vboxsync
Message:

Additions: Linux: vboxvideo: Introduce initial support for kernel 6.13, bugref:10812.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_drv.c

    r106194 r107212  
    4444#endif
    4545
    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)
    4747# include <drm/drm_aperture.h>
    4848#endif
     
    8585        int ret = 0;
    8686
    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)
    8888#  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)
    8989        ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &driver);
Note: See TracChangeset for help on using the changeset viewer.

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