mirror of https://github.com/thesofproject/sof.git
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:
parent
734a5bfe70
commit
c0c720a6cb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue