Merge "drm/msm/dsi-staging: update frame transfer time calculations"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
21af73b82c
@@ -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;
|
||||
|
Reference in New Issue
Block a user