VirtualBox

Changeset 75664 in vbox


Ignore:
Timestamp:
Nov 22, 2018 2:01:50 PM (6 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: drop FBINFO_CAN_FORCE_OUTPUT flag.
bugref:4567: Linux kernel driver maintenance
In the drm routines, info->flags no longer accepts FBINFO_CAN_FORCE_OUTPUT.
According to the kernel commit message, this flag was unused and it can be
deleted without any harmful effects.
Thank you Larry Finger for the patch.

File:
1 edited

Legend:

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

    r74882 r75664  
    326326         * does not think it is needed.
    327327         */
    328         info->flags = FBINFO_DEFAULT | FBINFO_CAN_FORCE_OUTPUT |
    329                       FBINFO_MISC_ALWAYS_SETPAR;
     328        info->flags = FBINFO_DEFAULT | FBINFO_MISC_ALWAYS_SETPAR;
    330329        info->fbops = &vboxfb_ops;
    331330
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