From 66d88e6093a7aa682ee4baa1573dda7c7f70c3b4 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 25 Aug 2017 17:15:43 +0300 Subject: tools/intel_vbt_decode: migrate edp dumping to kernel struct No functional changes. Acked-by: Daniel Vetter Signed-off-by: Jani Nikula --- tools/intel_bios.h | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'tools/intel_bios.h') diff --git a/tools/intel_bios.h b/tools/intel_bios.h index f4b0b979..9f0bc84f 100644 --- a/tools/intel_bios.h +++ b/tools/intel_bios.h @@ -130,39 +130,6 @@ struct edp_power_seq { uint16_t t12; } __attribute__ ((packed)); -struct edp_fast_link_params { - uint8_t rate:4; - uint8_t lanes:4; - uint8_t preemphasis:4; - uint8_t vswing:4; -} __attribute__ ((packed)); - -struct edp_pwm_delays { - uint16_t pwm_on_to_backlight_enable; - uint16_t backlight_disable_to_pwm_off; -} __attribute__ ((packed)); - -struct edp_full_link_params { - uint8_t preemphasis:4; - uint8_t vswing:4; -} __attribute__ ((packed)); - -struct bdb_edp { /* 155 */ - struct edp_power_seq power_seqs[16]; - uint32_t color_depth; - struct edp_fast_link_params fast_link_params[16]; - uint32_t sdrrs_msa_timing_delay; - - uint16_t s3d_feature; /* 163 */ - uint16_t t3_optimization; /* 165 */ - uint64_t vswing_preemph_table_selection; /* 173 */ - uint16_t fast_link_training; /* 182 */ - uint16_t dpcd_600h_write_required; /* 185 */ - struct edp_pwm_delays pwm_delays[16]; /* 186 */ - uint16_t full_link_params_provided; /* 199 */ - struct edp_full_link_params full_link_params[16]; /* 199 */ -} __attribute__ ((packed)); - /* Block 52 contains MiPi Panel info * 6 such enteries will there. Index into correct * entery is based on the panel_index in #40 LFP -- cgit v1.2.3