Changeset 67174 in vbox
- Timestamp:
- May 31, 2017 2:05:16 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115850
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r66544 r67174 263 263 .ttm_tt_unpopulate = vbox_ttm_tt_unpopulate, 264 264 .init_mem_type = vbox_bo_init_mem_type, 265 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) 266 .eviction_valuable = ttm_bo_eviction_valuable, 267 #endif 265 268 .evict_flags = vbox_bo_evict_flags, 266 269 .move = vbox_bo_move, … … 268 271 .io_mem_reserve = &vbox_ttm_io_mem_reserve, 269 272 .io_mem_free = &vbox_ttm_io_mem_free, 273 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) 274 .io_mem_pfn = ttm_bo_default_io_mem_pfn, 275 #endif 270 276 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0) 271 277 .lru_tail = &ttm_bo_default_lru_tail,
Note:
See TracChangeset
for help on using the changeset viewer.