VirtualBox

Changeset 104842 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 5, 2024 1:02:34 AM (6 months ago)
Author:
vboxsync
Message:

DevVGA,DevPCI,Main: Increased the max VRAM size to 1GB. Experimental. bugref:10687

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/graphics.h

    r104786 r104842  
    4242
    4343/** The default amount of VGA VRAM (in bytes). */
    44 # define VGA_VRAM_DEFAULT           (_4M)
     44#define VGA_VRAM_DEFAULT            (_4M)
    4545/** The minimum amount of VGA VRAM (in bytes). */
    46 # define VGA_VRAM_MIN               (_1M)
    47 /** The maximum amount of VGA VRAM (in bytes). Limited by VBOX_MAX_ALLOC_PAGE_COUNT. */
    48 # define VGA_VRAM_MAX               (256 * _1M)
     46#define VGA_VRAM_MIN                (_1M)
     47/** The maximum amount of VGA VRAM (in bytes). */
     48#define VGA_VRAM_MAX                (_1G)
    4949
    5050/** The minimum amount of SVGA VRAM (in bytes). */
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