drm/i915: MIPI PPS delays added
Added as generic parameters which will be initialized in the panel driver and are specific to panels. Backlight delays have also kept as placeholders and will be used used once we have MIPI backlight enabling support Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:

committed by
Daniel Vetter

parent
cf4dbd2ecb
commit
df38e6558d
@@ -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)
|
||||
|
Reference in New Issue
Block a user