From 8718551f14e064b461e80a583597f0ea9fb8ca9f Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Wed, 25 Feb 2009 09:54:03 +0800 Subject: Update LVDS config bits definition in driver feature block ALL_LVDS is actually not defined before and include GM45. Embedded DP bit will be used for newer chips. --- src/bios_reader/bios_reader.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bios_reader') diff --git a/src/bios_reader/bios_reader.c b/src/bios_reader/bios_reader.c index db8f3645..2b98e1f0 100644 --- a/src/bios_reader/bios_reader.c +++ b/src/bios_reader/bios_reader.c @@ -404,14 +404,14 @@ static void dump_driver_feature(void) case BDB_DRIVER_NO_LVDS: printf("No LVDS\n"); break; - case BDB_DRIVER_INTER_LVDS: + case BDB_DRIVER_INT_LVDS: printf("Integrated LVDS\n"); break; case BDB_DRIVER_SDVO_LVDS: printf("SDVO LVDS\n"); break; - case BDB_DRIVER_ALL_LVDS: - printf("Both Integrated LVDS and SDVO LVDS\n"); + case BDB_DRIVER_EDP: + printf("Embedded DisplayPort\n"); break; } free(block); -- cgit v1.2.3