summaryrefslogtreecommitdiff
path: root/tools/intel_bios.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2010-04-22 15:37:49 -0400
committerAdam Jackson <ajax@redhat.com>2010-04-22 15:37:49 -0400
commita52cbcbf5657a13e456af419c45a87b89bf56ca3 (patch)
tree407d587a3347358afcf88f8ad538eeccee89c6dc /tools/intel_bios.h
parenta5b1e98edb2f8f7f7f6449afaad8a1385cad3d4d (diff)
bios reader: Decode device type from child device table
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'tools/intel_bios.h')
-rw-r--r--tools/intel_bios.h5
1 files changed, 5 insertions, 0 deletions
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