VirtualBox

Changeset 76698 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 8, 2019 9:53:32 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128006
Message:

Additions/Linux/vboxvideo: tentative fix for SLES 12.4.
bugref:4567: Linux kernel driver maintenance.
SLES 12.4 also uses the SUSE 4.12 kernel, so test for that, not for SUSE
version 15.

File:
1 edited

Legend:

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

    r76553 r76698  
    357357        if (enc_id)
    358358#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) || \
    359     (defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15) || \
    360                 defined(RHEL_76)
     359    (defined(CONFIG_SUSE_VERSION) && \
     360        LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)) || \
     361    defined(RHEL_76)
    361362                return drm_encoder_find(connector->dev, NULL, enc_id);
    362363#else
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