dma-trace: workaround reschedule work fail

If reschedule work timeout is too small. The reschedule will fail.
Workaround this issue by increace the reschedule timeout.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2018-09-03 15:54:32 +08:00
parent 734a5bfe70
commit c0c720a6cb
4 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@ struct sof;
* the interval of reschedule DMA trace copying in special case like half
* fullness of local DMA trace buffer
*/
#define DMA_TRACE_RESCHEDULE_TIME 5
#define DMA_TRACE_RESCHEDULE_TIME 500
/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

View File

@ -94,7 +94,7 @@ struct sof;
* the interval of reschedule DMA trace copying in special case like half
* fullness of local DMA trace buffer
*/
#define DMA_TRACE_RESCHEDULE_TIME 5
#define DMA_TRACE_RESCHEDULE_TIME 500
/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

View File

@ -113,7 +113,7 @@ struct sof;
* the interval of reschedule DMA trace copying in special case like half
* fullness of local DMA trace buffer
*/
#define DMA_TRACE_RESCHEDULE_TIME 5
#define DMA_TRACE_RESCHEDULE_TIME 500
/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

View File

@ -93,7 +93,7 @@ struct sof;
* the interval of reschedule DMA trace copying in special case like half
* fullness of local DMA trace buffer
*/
#define DMA_TRACE_RESCHEDULE_TIME 5
#define DMA_TRACE_RESCHEDULE_TIME 500
/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000