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

Commit 77d4ecae authored by Clarence Ip's avatar Clarence Ip Committed by Steve Cohen
Browse files

msm: sde: increase inline start timeout to match drm driver



Increase the start timeout for inline rotation to match the
input fence timeouts for the DRM/KMS driver.

Change-Id: I36dde7a95f47dd83ad565a0e82a5e58d5c5650ea
Signed-off-by: default avatarClarence Ip <cip@codeaurora.org>
parent 11838014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
#define ROT_HW_ACQUIRE_TIMEOUT_IN_MS 100

/* waiting for inline hw start */
#define ROT_INLINE_START_TIMEOUT_IN_MS 2000
#define ROT_INLINE_START_TIMEOUT_IN_MS	(10000 + 500)

/* default pixel per clock ratio */
#define ROT_PIXEL_PER_CLK_NUMERATOR	36