Changeset 104925 in vbox
- Timestamp:
- Jun 14, 2024 3:43:17 PM (3 months ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
-
Additions/linux/drm/vbox_drv.c (modified) (1 diff)
-
Additions/linux/drm/vbox_fb.c (modified) (2 diffs)
-
Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r103788 r104925 396 396 .gem_prime_import = drm_gem_prime_import, 397 397 .gem_prime_import_sg_table = vbox_gem_prime_import_sg_table, 398 #if RTLNX_VER_MAX(6,6,0) && !RTLNX_RHEL_RANGE(9,4, 9,99) 398 #if RTLNX_VER_MAX(6,6,0) && !RTLNX_RHEL_RANGE(9,4, 9,99) && !RTLNX_SUSE_MAJ_PREREQ(15, 6) 399 399 .gem_prime_mmap = vbox_gem_prime_mmap, 400 400 #endif -
trunk/src/VBox/Additions/linux/drm/vbox_fb.c
r102874 r104925 197 197 .fb_check_var = drm_fb_helper_check_var, 198 198 .fb_set_par = drm_fb_helper_set_par, 199 #if RTLNX_VER_MIN(6,5,0) || RTLNX_RHEL_RANGE(9,4, 9,99) 199 #if RTLNX_VER_MIN(6,5,0) || RTLNX_RHEL_RANGE(9,4, 9,99) || RTLNX_SUSE_MAJ_PREREQ(15, 6) 200 200 .fb_read = fb_sys_read, 201 201 .fb_write = fb_sys_write, … … 352 352 * does not think it is needed. 353 353 */ 354 #if RTLNX_VER_MIN(6,6,0) 354 #if RTLNX_VER_MIN(6,6,0) || RTLNX_SUSE_MAJ_PREREQ(15, 6) 355 355 info->flags = FBINFO_MISC_ALWAYS_SETPAR; 356 356 #else -
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r104848 r104925 1421 1421 # endif 1422 1422 &pMemLnx->apPages[0] /* Page array. */ 1423 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) 1423 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) && !RTLNX_SUSE_MAJ_PREREQ(15, 6) 1424 1424 , papVMAs /* vmas */ 1425 1425 # endif … … 1468 1468 # endif 1469 1469 &pMemLnx->apPages[0] /* Page array. */ 1470 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) 1470 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) && !RTLNX_SUSE_MAJ_PREREQ(15, 6) 1471 1471 , papVMAs /* vmas */ 1472 1472 # endif
Note:
See TracChangeset
for help on using the changeset viewer.

