commit | 31efc385b808a9e69f89d60301c0ae59bff039b1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 05 16:23:40 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 20:20:39 2017 -0400 |
tree | 6346d107a18f3836807031cc36c57c80646924c7 | |
parent | 7a973ff8306141a3dbe19f3d737427733167abc4 [diff] |
video: arm: rpi: Move the video query out of the driver Add a function to get the video size to the msg handler and remove it from the video driver. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>