intel_bios_reader: make edp block decode match kernel

All the somewhat recent VBT specs and the kernel have different format
for the eDP block than what the tool decodes. What the tool does *may*
be correct for really old VBT, but I have no specs or other reference to
suppor this. Just do what the kernel does, that's what we're interested
in anyway.

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
Jani Nikula 2014-05-06 14:06:52 +03:00
parent 4bd9fe6e34
commit 7935bbd9ba

View File

@ -590,8 +590,11 @@ struct edp_link_params {
struct bdb_edp {
struct edp_power_seq power_seqs[16];
uint32_t color_depth;
uint32_t sdrrs_msa_timing_delay;
struct edp_link_params link_params[16];
uint32_t sdrrs_msa_timing_delay;
uint16_t edp_s3d_feature;
uint16_t edp_t3_optimization;
} __attribute__ ((packed));
/*