NVIDIA: SAUCE: tegra-epl: update epl mailbox timeout
There is intermittent issue observed that pm-notify call is failed if we call it immediately after handshake. The issue is very random. So we updated mailbox timeout as 13 miliseconds, which solve the issue. Bug 4774805 Change-Id: Ia43b418b904dcb23a526af1045fd12946165c285 Signed-off-by: Hiteshkumar Patel <hiteshkumarg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/canonical/linux-noble/+/3483089 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
cc660d12b9
commit
a384bb60f7
@@ -14,7 +14,7 @@
|
||||
#include <linux/pm.h>
|
||||
|
||||
/* Timeout in milliseconds */
|
||||
#define TIMEOUT 5U
|
||||
#define TIMEOUT 13U
|
||||
|
||||
/* 32bit data Length */
|
||||
#define MAX_LEN 4
|
||||
|
||||
Reference in New Issue
Block a user