[PATCH v3 4/5] sandbox: Increase cyclic CPU-time limit

2024-07-31 Thread Simon Glass
Now that sandbox is using cyclic for video, it trips the 1us time limit. Updating the sandbox display often takes 20ms or more. Increase the limit to 100ms to avoid a warning. Signed-off-by: Simon Glass --- (no changes since v1) common/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v3 4/5] sandbox: Increase cyclic CPU-time limit

2024-07-13 Thread Simon Glass
Hi Caleb, On Thu, 4 Jul 2024 at 16:02, Caleb Connolly wrote: > > Hi Simon, > > On 04/07/2024 09:48, Simon Glass wrote: > > Now that sandbox is using cyclic for video, it trips the 1us time > > limit. Updating the sandbox display often takes 20ms or more. > > > > Increase the limit to 100ms to avo

Re: [PATCH v3 4/5] sandbox: Increase cyclic CPU-time limit

2024-07-04 Thread Caleb Connolly
Hi Simon, On 04/07/2024 09:48, Simon Glass wrote: Now that sandbox is using cyclic for video, it trips the 1us time limit. Updating the sandbox display often takes 20ms or more. Increase the limit to 100ms to avoid a warning. Signed-off-by: Simon Glass --- (no changes since v1) common/Kco

[PATCH v3 4/5] sandbox: Increase cyclic CPU-time limit

2024-07-04 Thread Simon Glass
Now that sandbox is using cyclic for video, it trips the 1us time limit. Updating the sandbox display often takes 20ms or more. Increase the limit to 100ms to avoid a warning. Signed-off-by: Simon Glass --- (no changes since v1) common/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git