diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-11 18:14:39 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-11 18:16:37 +0100 |
commit | 8e626cb8034f030a869c94d13af5ac072a097631 (patch) | |
tree | 202df286e5f59b007c558741e9736ed17e5a8748 /resources/libreboot/patch | |
parent | 52bdbdda36908c8ea331b2fa28897043e5ded55c (diff) | |
download | librebootfr-8e626cb8034f030a869c94d13af5ac072a097631.tar.gz librebootfr-8e626cb8034f030a869c94d13af5ac072a097631.zip |
i945 ACPI uneven backlight fix: use coreboot gerrit instead of a diff file.
Diffstat (limited to 'resources/libreboot/patch')
-rw-r--r-- | resources/libreboot/patch/0002_i945_6731_6_extension_fix_uneven_backlight.git.diff | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/resources/libreboot/patch/0002_i945_6731_6_extension_fix_uneven_backlight.git.diff b/resources/libreboot/patch/0002_i945_6731_6_extension_fix_uneven_backlight.git.diff deleted file mode 100644 index eb8936ec..00000000 --- a/resources/libreboot/patch/0002_i945_6731_6_extension_fix_uneven_backlight.git.diff +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/src/northbridge/intel/i945/acpi/igd.asl b/src/northbridge/intel/i945/acpi/igd.asl -index 47b66a7..f9c8ef4 100644 ---- a/src/northbridge/intel/i945/acpi/igd.asl -+++ b/src/northbridge/intel/i945/acpi/igd.asl -@@ -216,14 +216,14 @@ Device (GFX0) - - Method (_BCM, 1, NotSerialized) - { -- Store (ShiftLeft (Arg0, 4), ^^BCLV) -+ Store (ShiftLeft (Arg0, 9), ^^BCLV) - Store (0x80000000, ^^CR1) -- Store (ShiftLeft (0x61, 4), ^^BCLM) -+ Store (ShiftLeft (0x61, 9), ^^BCLM) - } - Method (_BQC, 0, NotSerialized) - { - Store (^^BCLV, Local0) -- ShiftRight (Local0, 4, Local0) -+ ShiftRight (Local0, 9, Local0) - Return (Local0) - } - |