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/0006-lenovo-x200-set-VRAM-to-352MiB-by-default.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/0006-lenovo-x200-set-VRAM-to-352MiB-by-default.patch')
-rw-r--r-- | resources/coreboot/default/patches/0006-lenovo-x200-set-VRAM-to-352MiB-by-default.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/coreboot/default/patches/0006-lenovo-x200-set-VRAM-to-352MiB-by-default.patch b/resources/coreboot/default/patches/0006-lenovo-x200-set-VRAM-to-352MiB-by-default.patch index 8417a079..d8673368 100644 --- a/resources/coreboot/default/patches/0006-lenovo-x200-set-VRAM-to-352MiB-by-default.patch +++ b/resources/coreboot/default/patches/0006-lenovo-x200-set-VRAM-to-352MiB-by-default.patch @@ -1,7 +1,7 @@ -From 3ab0b74506350f9a35a825b27bf07a82d6e4116d Mon Sep 17 00:00:00 2001 +From badcbb2f07ac0e3d8b53a23e324f709bf93c3dd5 Mon Sep 17 00:00:00 2001 From: Leah Rowe <leah@libreboot.org> Date: Fri, 14 May 2021 13:11:59 +0100 -Subject: [PATCH 06/16] lenovo/x200: set VRAM to 352MiB by default +Subject: [PATCH 06/18] lenovo/x200: set VRAM to 352MiB by default This fix makes it possible: https://review.coreboot.org/c/coreboot/+/16831 @@ -20,5 +20,5 @@ index bb4323836e..33a6a69f59 100644 -gfx_uma_size=32M +gfx_uma_size=352M -- -2.30.2 +2.39.2 |