VirtualBox

Changeset 64564 in vbox for trunk


Ignore:
Timestamp:
Nov 4, 2016 12:22:34 PM (8 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: Linux 4.9 fix

File:
1 edited

Legend:

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

    r63755 r64564  
    224224#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0)
    225225    r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem);
     226#elif LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 0)
     227    r = ttm_bo_move_memcpy(bo, evict, interruptible, no_wait_gpu, new_mem);
    226228#else
    227     r = ttm_bo_move_memcpy(bo, evict, interruptible, no_wait_gpu, new_mem);
     229    r = ttm_bo_move_memcpy(bo, interruptible, no_wait_gpu, new_mem);
    228230#endif
    229231    return r;
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