From a52cbcbf5657a13e456af419c45a87b89bf56ca3 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 22 Apr 2010 15:37:49 -0400 Subject: bios reader: Decode device type from child device table Signed-off-by: Adam Jackson --- tools/intel_bios.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/intel_bios.h') diff --git a/tools/intel_bios.h b/tools/intel_bios.h index 8af7e521..19564e47 100644 --- a/tools/intel_bios.h +++ b/tools/intel_bios.h @@ -158,6 +158,11 @@ struct bdb_general_features { #define DEVICE_TYPE_LFP_LVDS_PWR 0x5062 #define DEVICE_TYPE_LFP_LVDS_DUAL 0x5162 #define DEVICE_TYPE_LFP_LVDS_DUAL_HDCP 0x51e2 +#define DEVICE_TYPE_INT_LFP 0x1022 +#define DEVICE_TYPE_INT_TV 0x1009 +#define DEVICE_TYPE_HDMI 0x60D2 +#define DEVICE_TYPE_DP 0x68C6 +#define DEVICE_TYPE_eDP 0x78C6 #define DEVICE_CFG_NONE 0x00 #define DEVICE_CFG_12BIT_DVOB 0x01 -- cgit v1.2.3