Skip to content

Commit 3507eb2

Browse files
authored
Merge pull request #12 from tlauda/issue-7
cavs: pm_runtime: scale down host dma l1 exit times
2 parents fab2f4e + be53c86 commit 3507eb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/platform/apollolake/include/platform/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct sof;
119119
#define PLATFORM_DEFAULT_DELAY 12
120120

121121
/* minimal L1 exit time in cycles */
122-
#define PLATFORM_FORCE_L1_EXIT_TIME 12288
122+
#define PLATFORM_FORCE_L1_EXIT_TIME 585
123123

124124
/* Platform defined panic code */
125125
static inline void platform_panic(uint32_t p)

src/platform/cannonlake/include/platform/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct sof;
116116
#define PLATFORM_DEFAULT_DELAY 12
117117

118118
/* minimal L1 exit time in cycles */
119-
#define PLATFORM_FORCE_L1_EXIT_TIME 8192
119+
#define PLATFORM_FORCE_L1_EXIT_TIME 482
120120

121121
/* Platform defined trace code */
122122
static inline void platform_panic(uint32_t p)

0 commit comments

Comments
 (0)