commit | 7f6280f899990db5f5d5825cb51a5b3b8836de23 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 31 08:44:09 2024 -0600 |
committer | Anatolij Gustschin <agust@denx.de> | Wed Jul 31 16:52:51 2024 +0200 |
tree | f1e96aa789650990c08ed60c44680c99c4d461c2 | |
parent | 0b385221f08966d7cde6205b7d3f460447d3a0d7 [diff] |
video: Move last_sync to private data Rather than using a static variable, use the video device's private data to remember when the last video sync was completed. This allows each display to have its own sync and avoids using static data in SPL. Signed-off-by: Simon Glass <sjg@chromium.org>