From 24680d0902f70d3b63f8d7b11f47ffac73697d94 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Tue, 25 Jul 2017 18:18:57 +0200 Subject: mb/lenovo/t400: Switch to new hybrid graphics driver Use new hybrid graphics driver to get device state. Move remaining code to romstage.c. Tested on Lenovo T500: * Linux 4.11.4 on Fedora 25 * Integrated (using NGI) * Discrete (using VGA OpROM) * Switchable (using NGI and VGA OpROM), tested with DRI_PRIME No regressions found. Change-Id: Iad2eccaab19c71f11308853ba9326d8186e67c93 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/20793 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Arthur Heymans --- src/mainboard/lenovo/t400/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/lenovo/t400/Kconfig') diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index decbab7f11..8eb5fc54dd 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -21,6 +21,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select INTEL_INT15 select SUPERIO_NSC_PC87382 select SUPERIO_NSC_PC87384 + select DRIVERS_LENOVO_HYBRID_GRAPHICS config MAINBOARD_DIR string -- cgit v1.2.3