From 8e626cb8034f030a869c94d13af5ac072a097631 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 11 Oct 2014 18:14:39 +0100 Subject: i945 ACPI uneven backlight fix: use coreboot gerrit instead of a diff file. --- ..._6731_6_extension_fix_uneven_backlight.git.diff | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 resources/libreboot/patch/0002_i945_6731_6_extension_fix_uneven_backlight.git.diff (limited to 'resources') 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) - } - -- cgit v1.2.3