aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/chip.h')
-rw-r--r--src/soc/amd/picasso/chip.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h
index 94983038ac..be30efa87c 100644
--- a/src/soc/amd/picasso/chip.h
+++ b/src/soc/amd/picasso/chip.h
@@ -243,6 +243,20 @@ struct soc_amd_picasso_config {
uint8_t boostadj;
uint16_t margin_deemph;
} edp_tuningset;
+
+ /*
+ * eDP panel power sequence control
+ * all pwr sequence numbers below are in uint of 4ms and "0" as default value
+ */
+ uint8_t edp_pwr_adjust_enable;
+ uint8_t pwron_digon_to_de;
+ uint8_t pwron_de_to_varybl;
+ uint8_t pwrdown_varybloff_to_de;
+ uint8_t pwrdown_de_to_digoff;
+ uint8_t pwroff_delay;
+ uint8_t pwron_varybl_to_blon;
+ uint8_t pwrdown_bloff_to_varybloff;
+ uint8_t min_allowed_bl_level;
};
#endif /* __PICASSO_CHIP_H__ */