From 48bf7bc0a3ba35236c3f5ceca3188aac67cd637b Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Thu, 21 Sep 2017 15:08:11 +0300 Subject: tools/intel_vbt_decode: update dvo port name dumping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add names for new ports, throw out unused macros. Acked-by: Ville Syrjälä Signed-off-by: Jani Nikula --- tools/intel_bios.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tools/intel_bios.h') diff --git a/tools/intel_bios.h b/tools/intel_bios.h index 4e06ef74..f0475b5c 100644 --- a/tools/intel_bios.h +++ b/tools/intel_bios.h @@ -42,18 +42,6 @@ #define DEVICE_TYPE_DVI 0x68d2 #define DEVICE_TYPE_MIPI 0x7cc2 -#define DEVICE_PORT_DVOA 0x00 /* none on 845+ */ -#define DEVICE_PORT_DVOB 0x01 -#define DEVICE_PORT_DVOC 0x02 - -#define DEVICE_PORT_NONE 0 -#define DEVICE_PORT_HDMIB 1 -#define DEVICE_PORT_HDMIC 2 -#define DEVICE_PORT_HDMID 3 -#define DEVICE_PORT_DPB 7 -#define DEVICE_PORT_DPC 8 -#define DEVICE_PORT_DPD 9 - struct legacy_child_device_config { uint16_t handle; uint16_t device_type; /* See DEVICE_TYPE_* above */ -- cgit v1.2.3