commit | 92dcfb3187c6e8983e5d8af6528db83d2cc21cc1 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Wed Mar 13 23:27:13 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 13 23:27:13 2019 +0000 |
tree | 0dd4a762ba4a290b53505e634bc5ddf13dd394c6 | |
parent | 9a00f596d3376ed750eb58cf07c04d575b540c2b [diff] | |
parent | 0e5c00f375af87bbaf169be087d7b19d41b3f9cf [diff] |
Merge "lmkd: set PSI_POLL_PERIOD to 40ms"
diff --git a/lmkd/lmkd.c b/lmkd/lmkd.c index 18421e8..2d3fbfc 100644 --- a/lmkd/lmkd.c +++ b/lmkd/lmkd.c
@@ -110,7 +110,7 @@ */ #define PSI_WINDOW_SIZE_MS 1000 /* Polling period after initial PSI signal */ -#define PSI_POLL_PERIOD_MS 200 +#define PSI_POLL_PERIOD_MS 40 /* Poll for the duration of one window after initial PSI signal */ #define PSI_POLL_COUNT (PSI_WINDOW_SIZE_MS / PSI_POLL_PERIOD_MS)