Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d7d24fa authored by Clarence Ip's avatar Clarence Ip Committed by Gerrit - the friendly Code Review server
Browse files

msm: sde: extend inline rotation timeout



Select a longer timeout during inline rotation use cases
to allow the DRM/KMS driver sufficient time to signal an
abort whenever an error is detected. This is to allow the
other driver to capture more complete use case information
during inline rotation failures.

Change-Id: I9370c64e2d4aa842bad9819b7c91aff40fdf0b9e
Signed-off-by: default avatarClarence Ip <cip@codeaurora.org>
parent cd14029c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
 * When in sbuf mode, select a much longer wait, to allow the other driver
 * to detect timeouts and abort if necessary.
 */
#define KOFF_TIMEOUT_SBUF	(2000)
#define KOFF_TIMEOUT_SBUF	(10000)

/* default stream buffer headroom in lines */
#define DEFAULT_SBUF_HEADROOM	20