diff options
author | Leah Rowe <leah@libreboot.org> | 2023-11-05 19:48:17 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-11-05 19:48:17 +0000 |
commit | 42392f6fed39eefae7fedca94cb82cb9871d2180 (patch) | |
tree | aff2f2e0045175d08aa59843947eabc0505930e6 /config/coreboot/dell/patches/0028-dell-e6400-crank-up-vram-to-256MB-max.patch | |
parent | ada4de5f54c87121bfde646238f5be342451b829 (diff) |
dell/e6400: set vram to max (256mb)
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell/patches/0028-dell-e6400-crank-up-vram-to-256MB-max.patch')
-rw-r--r-- | config/coreboot/dell/patches/0028-dell-e6400-crank-up-vram-to-256MB-max.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/coreboot/dell/patches/0028-dell-e6400-crank-up-vram-to-256MB-max.patch b/config/coreboot/dell/patches/0028-dell-e6400-crank-up-vram-to-256MB-max.patch new file mode 100644 index 00000000..2c23ab0b --- /dev/null +++ b/config/coreboot/dell/patches/0028-dell-e6400-crank-up-vram-to-256MB-max.patch @@ -0,0 +1,23 @@ +From 1116145917035a92cc92a34e6a914a9506d17680 Mon Sep 17 00:00:00 2001 +From: Leah Rowe <leah@libreboot.org> +Date: Wed, 1 Nov 2023 16:33:11 +0000 +Subject: [PATCH 1/1] dell/e6400: crank up vram to 256MB (max) + +Signed-off-by: Leah Rowe <leah@libreboot.org> +--- + src/mainboard/dell/e6400/cmos.default | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/mainboard/dell/e6400/cmos.default b/src/mainboard/dell/e6400/cmos.default +index eeb6f47364..25dfa38cb5 100644 +--- a/src/mainboard/dell/e6400/cmos.default ++++ b/src/mainboard/dell/e6400/cmos.default +@@ -2,4 +2,4 @@ boot_option=Fallback + debug_level=Debug + power_on_after_fail=Disable + sata_mode=AHCI +-gfx_uma_size=32M ++gfx_uma_size=256M +-- +2.39.2 + |