Merge "drm/msm/dsi-staging: update frame transfer time calculations"

This commit is contained in:
qctecmdr
2019-07-06 04:53:51 -07:00
committed by Gerrit - the friendly Code Review server
5 changed files with 28 additions and 13 deletions

View File

@@ -204,6 +204,9 @@ struct dsi_ctrl_interrupts {
* @debugfs_root: Root for debugfs entries.
* @misr_enable: Frame MISR enable/disable
* @misr_cache: Cached Frame MISR value
* @frame_threshold_time_us: Frame threshold time in microseconds, where
* dsi data lane will be idle i.e from pingpong done to
* next TE for command mode.
* @phy_isolation_enabled: A boolean property allows to isolate the phy from
* dsi controller and run only dsi controller.
* @null_insertion_enabled: A boolean property to allow dsi controller to
@@ -255,6 +258,8 @@ struct dsi_ctrl {
bool misr_enable;
u32 misr_cache;
u32 frame_threshold_time_us;
/* Check for spurious interrupts */
unsigned long jiffies_start;
unsigned int error_interrupt_count;