VirtualBox

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


Ignore:
Timestamp:
Oct 30, 2017 11:57:21 AM (7 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: remove load_lut call-back removed in 4.14.
bugref:8524: Additions/linux: play nicely with distribution-installed Additions

The load_lut call-back has been optional since Linux 3.11, which is the oldest
kernel that we support the drm driver on. It was removed altogether for
4.14, so remove it from our source.

File:
1 edited

Legend:

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

    r69083 r69525  
    152152}
    153153
    154 static void vbox_crtc_load_lut(struct drm_crtc *crtc)
    155 {
    156 }
    157 
    158154static void vbox_crtc_dpms(struct drm_crtc *crtc, int mode)
    159155{
     
    349345        /* .mode_set_base = vbox_crtc_mode_set_base, */
    350346        .disable = vbox_crtc_disable,
    351         .load_lut = vbox_crtc_load_lut,
    352347        .prepare = vbox_crtc_prepare,
    353348        .commit = vbox_crtc_commit,
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