- Timestamp:
- Nov 4, 2016 12:22:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r63755 r64564 224 224 #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0) 225 225 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); 226 228 #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); 228 230 #endif 229 231 return r;
Note:
See TracChangeset
for help on using the changeset viewer.