From e1db4c4e0e708f01c63fc6c790059caed8153f14 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 25 Aug 2017 16:10:53 +0300 Subject: tools/intel_vbt_decode: migrate psr dumping to kernel struct No functional changes. Acked-by: Daniel Vetter Signed-off-by: Jani Nikula --- tools/intel_bios.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tools/intel_bios.h') diff --git a/tools/intel_bios.h b/tools/intel_bios.h index 3f441a6d..f4b0b979 100644 --- a/tools/intel_bios.h +++ b/tools/intel_bios.h @@ -163,21 +163,6 @@ struct bdb_edp { /* 155 */ struct edp_full_link_params full_link_params[16]; /* 199 */ } __attribute__ ((packed)); -struct psr_params { - uint8_t full_link:1; - uint8_t require_aux_to_wakeup:1; - uint8_t rsvd1:6; - uint8_t idle_frames:4; - uint8_t lines_to_wait:3; - uint8_t rsvd2:1; - uint16_t tp1_wakeup_time; - uint16_t tp2_tp3_wakeup_time; -} __attribute__ ((packed)); - -struct bdb_psr { - struct psr_params psr[16]; -} __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