[coreboot-gerrit] Change in coreboot[master]: drivers/intel/gma: Default to LVDS for Internal on NEHALEM

Arthur Heymans (Code Review) gerrit at coreboot.org
Tue Jul 17 16:51:09 CEST 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/27512


Change subject: drivers/intel/gma: Default to LVDS for Internal on NEHALEM
......................................................................

drivers/intel/gma: Default to LVDS for Internal on NEHALEM

Devices using NORTHBRIDGE_INTEL_NEHALEM have an ironlake IGD which does not
support eDP, therefore default to LVDS.

Change-Id: I669c7793a6f78d72899df21b74b9314ef39a29af
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/drivers/intel/gma/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/27512/1

diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig
index 1b9c2a6..10ccf71 100644
--- a/src/drivers/intel/gma/Kconfig
+++ b/src/drivers/intel/gma/Kconfig
@@ -95,7 +95,7 @@
 
 config GFX_GMA_INTERNAL_IS_LVDS
 	bool
-	default y if NORTHBRIDGE_INTEL_GM45
+	default y if NORTHBRIDGE_INTEL_GM45 || NORTHBRIDGE_INTEL_NEHALEM
 	default n
 
 config GFX_GMA_INTERNAL_PORT

-- 
To view, visit https://review.coreboot.org/27512
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I669c7793a6f78d72899df21b74b9314ef39a29af
Gerrit-Change-Number: 27512
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180717/cd9c9c29/attachment.html>


More information about the coreboot-gerrit mailing list