diff options
author | Leah Rowe <leah@libreboot.org> | 2023-03-04 23:58:17 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-03-04 23:58:17 +0000 |
commit | a5aa5bca774d2a49316b7d2387d6d8a81a391043 (patch) | |
tree | c16eeec4778304185bcdeadd72c922b74a670fcc /resources/coreboot/default/patches/0004-lenovo-t60-make-64MiB-VRAM-the-default-in-cmos.defau.patch | |
parent | 6421af5dcb28734da4b1e8a894aee632aa70a64a (diff) |
ICH9M: default to 256MB VRAM, not 352MB
352MB VRAM causes stability issues, according to some reports
users can still set it to the higher level when building, if
they wish to
Diffstat (limited to 'resources/coreboot/default/patches/0004-lenovo-t60-make-64MiB-VRAM-the-default-in-cmos.defau.patch')
-rw-r--r-- | resources/coreboot/default/patches/0004-lenovo-t60-make-64MiB-VRAM-the-default-in-cmos.defau.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/coreboot/default/patches/0004-lenovo-t60-make-64MiB-VRAM-the-default-in-cmos.defau.patch b/resources/coreboot/default/patches/0004-lenovo-t60-make-64MiB-VRAM-the-default-in-cmos.defau.patch index 24ca68c8..630e68a6 100644 --- a/resources/coreboot/default/patches/0004-lenovo-t60-make-64MiB-VRAM-the-default-in-cmos.defau.patch +++ b/resources/coreboot/default/patches/0004-lenovo-t60-make-64MiB-VRAM-the-default-in-cmos.defau.patch @@ -1,7 +1,7 @@ -From 510e655b28355101763e903c09d551879abfb951 Mon Sep 17 00:00:00 2001 +From 79440902866bdafeec651476a5a0e51d42b43b21 Mon Sep 17 00:00:00 2001 From: Leah Rowe <leah@osboot.org> Date: Mon, 22 Feb 2021 22:16:59 +0000 -Subject: [PATCH 04/16] lenovo/t60: make 64MiB VRAM the default in cmos.default +Subject: [PATCH 04/18] lenovo/t60: make 64MiB VRAM the default in cmos.default --- src/mainboard/lenovo/t60/cmos.default | 2 +- @@ -18,5 +18,5 @@ index af865f16da..7f03157df7 100644 -gfx_uma_size=8M +gfx_uma_size=64M -- -2.30.2 +2.39.2 |