commit | 7c19e4cbfe5271bd6a3cf0bf14d10751b5798739 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 28 15:13:48 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 18 19:24:24 2022 -0600 |
tree | 5123dce2cbe4d7c1d1de1542989bed1db69a1c8b | |
parent | 7aa9dbd0abd6a223da41e3ad363f0ed28a6109ad [diff] |
sandbox: Slow down the LCD sync rate There is seldom a need to refresh at 100Hz and it uses a lot of CPU. Reduce the rate to 10Hz which seems to be adequate. Signed-off-by: Simon Glass <sjg@chromium.org>