[PATCH v2 3/5] video: Use cyclic to handle video sync

2023-12-02 Thread Simon Glass
At present U-Boot flushes the cache after every character written to ths display. This makes the command-line slower, to the point that pasting in long strings can fail. Add a cyclic function to sync the display every 10ms. Enable this by default. Allow much longer times for sandbox, since the SD

Re: [PATCH v2 3/5] video: Use cyclic to handle video sync

2023-11-21 Thread Tom Rini
On Mon, Nov 20, 2023 at 07:09:27PM -0700, Simon Glass wrote: > At present U-Boot flushes the cache after every character written to > ths display. This makes the command-line slower, to the point that > pasting in long strings can fail. > > Add a cyclic function to sync the display every 10ms. En

[PATCH v2 3/5] video: Use cyclic to handle video sync

2023-11-20 Thread Simon Glass
At present U-Boot flushes the cache after every character written to ths display. This makes the command-line slower, to the point that pasting in long strings can fail. Add a cyclic function to sync the display every 10ms. Enable this by default. Allow much longer times for sandbox, since the SD