summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-10-11 18:14:39 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-10-11 18:16:37 +0100
commit8e626cb8034f030a869c94d13af5ac072a097631 (patch)
tree202df286e5f59b007c558741e9736ed17e5a8748 /resources
parent52bdbdda36908c8ea331b2fa28897043e5ded55c (diff)
i945 ACPI uneven backlight fix: use coreboot gerrit instead of a diff file.
Diffstat (limited to 'resources')
-rw-r--r--resources/libreboot/patch/0002_i945_6731_6_extension_fix_uneven_backlight.git.diff22
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 eb8936e..0000000
--- 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)
- }
-