]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Slow down the LCD sync rate
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 22:13:48 +0000 (15:13 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:24 +0000 (19:24 -0600)
commitd8f1c999a908ccaf5aef54a6cfb6ff4efb1cd26b
tree5123dce2cbe4d7c1d1de1542989bed1db69a1c8b
parent8069cb99a42b2fd8a831063dae52107794f5240f
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>
drivers/video/video-uclass.c