0007-gigabyte-ga-g41m-es2l-set-VRAM-to-352MiB-by-default.patch 736 B

1234567891011121314151617181920212223
  1. From 4f4f957ea967cc94841746821144ee807747f540 Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Fri, 14 May 2021 13:18:26 +0100
  4. Subject: [PATCH 07/11] gigabyte/ga-g41m-es2l: set VRAM to 352MiB by default
  5. ---
  6. src/mainboard/gigabyte/ga-g41m-es2l/cmos.default | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  9. index 8372032119..3a9a8e2d72 100644
  10. --- a/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  11. +++ b/src/mainboard/gigabyte/ga-g41m-es2l/cmos.default
  12. @@ -2,4 +2,4 @@ boot_option=Fallback
  13. debug_level=Debug
  14. power_on_after_fail=Enable
  15. nmi=Enable
  16. -gfx_uma_size=64M
  17. +gfx_uma_size=352M
  18. --
  19. 2.25.1