drm/i915: MIPI PPS delays added
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_dsi.h
index be132c54cc463e635f250cb8d599d45b3fddceb9..e3f4e91c526f6693940c0cd1322e794b2dc43693 100644 (file)
@@ -116,6 +116,13 @@ struct intel_dsi {
        u16 clk_hs_to_lp_count;
 
        u16 init_count;
+
+       /* all delays in ms */
+       u16 backlight_off_delay;
+       u16 backlight_on_delay;
+       u16 panel_on_delay;
+       u16 panel_off_delay;
+       u16 panel_pwr_cycle_delay;
 };
 
 static inline struct intel_dsi *enc_to_intel_dsi(struct drm_encoder *encoder)
This page took 0.027476 seconds and 5 git commands to generate.