[coreboot-gerrit] Patch set updated for coreboot: 0a45a0f X60/T60: Implement "next display output" button.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Mon Dec 16 23:27:23 CET 2013


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4494

-gerrit

commit 0a45a0f9b2027b8a6c7f7592c6bc3d83cbc0886d
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Dec 7 12:19:08 2013 +0100

    X60/T60: Implement "next display output" button.
    
    Most of the code needed for this is already in the tree with X201
    patch series but code didn't know where to send the next screen notification and so was disabled. Define right video device.
    
    Tested by: Sam Noble
    
    Change-Id: I4ff0d220afdca342617ce43c6e5d0164ad8eba27
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/t60/dsdt.asl | 1 +
 src/mainboard/lenovo/x60/dsdt.asl | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/mainboard/lenovo/t60/dsdt.asl b/src/mainboard/lenovo/t60/dsdt.asl
index 842dbc3..4122917 100644
--- a/src/mainboard/lenovo/t60/dsdt.asl
+++ b/src/mainboard/lenovo/t60/dsdt.asl
@@ -22,6 +22,7 @@
 #define THINKPAD_EC_GPE 28
 #define BRIGHTNESS_UP \DSPC.BRTU
 #define BRIGHTNESS_DOWN \DSPC.BRTD
+#define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0
 
 DefinitionBlock(
 	"dsdt.aml",
diff --git a/src/mainboard/lenovo/x60/dsdt.asl b/src/mainboard/lenovo/x60/dsdt.asl
index 842dbc3..4122917 100644
--- a/src/mainboard/lenovo/x60/dsdt.asl
+++ b/src/mainboard/lenovo/x60/dsdt.asl
@@ -22,6 +22,7 @@
 #define THINKPAD_EC_GPE 28
 #define BRIGHTNESS_UP \DSPC.BRTU
 #define BRIGHTNESS_DOWN \DSPC.BRTD
+#define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0
 
 DefinitionBlock(
 	"dsdt.aml",



More information about the coreboot-gerrit mailing list