0006-lenovo-x200-set-VRAM-to-352MiB-by-default.patch 763 B

12345678910111213141516171819202122232425
  1. From badcbb2f07ac0e3d8b53a23e324f709bf93c3dd5 Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Fri, 14 May 2021 13:11:59 +0100
  4. Subject: [PATCH 06/18] lenovo/x200: set VRAM to 352MiB by default
  5. This fix makes it possible:
  6. https://review.coreboot.org/c/coreboot/+/16831
  7. ---
  8. src/mainboard/lenovo/x200/cmos.default | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/src/mainboard/lenovo/x200/cmos.default b/src/mainboard/lenovo/x200/cmos.default
  11. index bb4323836e..33a6a69f59 100644
  12. --- a/src/mainboard/lenovo/x200/cmos.default
  13. +++ b/src/mainboard/lenovo/x200/cmos.default
  14. @@ -12,4 +12,4 @@ sticky_fn=Disable
  15. power_management_beeps=Enable
  16. low_battery_beep=Enable
  17. sata_mode=AHCI
  18. -gfx_uma_size=32M
  19. +gfx_uma_size=352M
  20. --
  21. 2.39.2