0004-lenovo-t60-make-64MiB-VRAM-the-default-in-cmos.defau.patch 694 B

1234567891011121314151617181920212223
  1. From f13f10f6b61d0581970a508b626cd63adf607eff Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@osboot.org>
  3. Date: Mon, 22 Feb 2021 22:16:59 +0000
  4. Subject: [PATCH 04/11] lenovo/t60: make 64MiB VRAM the default in cmos.default
  5. ---
  6. src/mainboard/lenovo/t60/cmos.default | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/src/mainboard/lenovo/t60/cmos.default b/src/mainboard/lenovo/t60/cmos.default
  9. index af865f16da..7f03157df7 100644
  10. --- a/src/mainboard/lenovo/t60/cmos.default
  11. +++ b/src/mainboard/lenovo/t60/cmos.default
  12. @@ -15,4 +15,4 @@ trackpoint=Enable
  13. sticky_fn=Disable
  14. power_management_beeps=Enable
  15. low_battery_beep=Enable
  16. -gfx_uma_size=8M
  17. +gfx_uma_size=64M
  18. --
  19. 2.25.1