disp: msm: sde: increase rsc min_threshold time
Increase the rsc min_threshold time, so that it has sufficient time to complete the sequencer in rare cases. Increase the polling time for tcs ok from 1us to 3us to align with the min_threshold. Change-Id: I8ebe250823969e55ec2ec4bb9f8f55bf4aa52aa5 Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
This commit is contained in:
@@ -37,10 +37,11 @@
|
||||
/**
|
||||
* rsc_min_threshold will be set to MIN_THRESHOLD_OVERHEAD_TIME which
|
||||
* takes into account back off time + overhead from RSC/RSC_WRAPPER. The
|
||||
* overhead buffer time is required to be greater than 14. For measure,
|
||||
* this value assumes 18.
|
||||
* overhead buffer time is required to be greater than 14. Program it
|
||||
* with a higher value (3.3 ms), so it has sufficient time to complete
|
||||
* the sequence in rare cases.
|
||||
*/
|
||||
#define MIN_THRESHOLD_OVERHEAD_TIME 18
|
||||
#define MIN_THRESHOLD_OVERHEAD_TIME 64
|
||||
|
||||
#define DEFAULT_PANEL_FPS 60
|
||||
#define DEFAULT_PANEL_JITTER_NUMERATOR 2
|
||||
|
Reference in New Issue
Block a user