0005-lenovo-t400-set-VRAM-to-352MiB-VRAM-by-default.patch 914 B

12345678910111213141516171819202122232425262728
  1. From e3b971134ffc2f52e575efe53a571978ed291dc6 Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Fri, 14 May 2021 13:10:33 +0100
  4. Subject: [PATCH 05/11] lenovo/t400: set VRAM to 352MiB VRAM by default
  5. In the past, this caused stability issues so we set it to 256MiB. Nowadays,
  6. coreboot has fixed the issue preventing this. See:
  7. https://review.coreboot.org/c/coreboot/+/16831
  8. So, set the VRAM to 352MiB
  9. ---
  10. src/mainboard/lenovo/t400/cmos.default | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/src/mainboard/lenovo/t400/cmos.default b/src/mainboard/lenovo/t400/cmos.default
  13. index a326e315b1..e74d15d030 100644
  14. --- a/src/mainboard/lenovo/t400/cmos.default
  15. +++ b/src/mainboard/lenovo/t400/cmos.default
  16. @@ -13,4 +13,4 @@ power_management_beeps=Enable
  17. low_battery_beep=Enable
  18. sata_mode=AHCI
  19. hybrid_graphics_mode=Integrated Only
  20. -gfx_uma_size=32M
  21. +gfx_uma_size=352M
  22. --
  23. 2.25.1