VirtualBox

忽略:
時間撮記:
2017-3-8 上午11:24:53 (8 年 以前)
作者:
vboxsync
訊息:

Additions/linux: Linux 4.11 compile fixes

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/linux/drm/vbox_fb.c

    r65381 r65992  
    325325    info->apertures->ranges[0].size = pci_resource_len(dev->pdev, 0);
    326326
     327#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
     328    drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth);
     329#else
    327330    drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);
     331#endif
    328332    drm_fb_helper_fill_var(info, &fbdev->helper, sizes->fb_width, sizes->fb_height);
    329333
     
    416420    drm_fb_helper_prepare(dev, &fbdev->helper, &vbox_fb_helper_funcs);
    417421#endif
     422#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
     423    ret = drm_fb_helper_init(dev, &fbdev->helper, vbox->num_crtcs);
     424#else
    418425    ret = drm_fb_helper_init(dev, &fbdev->helper, vbox->num_crtcs, vbox->num_crtcs);
     426#endif
    419427    if (ret)
    420428        goto free;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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