Changeset 102399 in vbox for trunk/src/VBox/Additions/linux/drm/vbox_fb.c
- Timestamp:
- Nov 30, 2023 2:39:17 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160540
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_fb.c
r101079 r102399 359 359 info->fbops = &vboxfb_ops; 360 360 361 #if RTLNX_VER_MAX(6,3,0) && !RTLNX_RHEL_ MAJ_PREREQ(9,3)361 #if RTLNX_VER_MAX(6,3,0) && !RTLNX_RHEL_RANGE(8,9, 8,99) && !RTLNX_RHEL_MAJ_PREREQ(9,3) 362 362 /* 363 363 * This seems to be done for safety checking that the framebuffer … … 533 533 struct fb_info *fbdev = VBOX_FBDEV_INFO(vbox->fbdev->helper); 534 534 535 #if RTLNX_VER_MIN(6,3,0) || RTLNX_RHEL_ MAJ_PREREQ(9,3)535 #if RTLNX_VER_MIN(6,3,0) || RTLNX_RHEL_RANGE(8,9, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,3) 536 536 fbdev->fix.smem_start = pci_resource_start(VBOX_DRM_TO_PCI_DEV(vbox->fbdev->helper.dev), 0) + gpu_addr; 537 537 #else
Note:
See TracChangeset
for help on using the changeset viewer.