commit | d2ed4332e3e0e28d07e9acc48b3b17f31589beb3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 05 16:23:42 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 20:20:40 2017 -0400 |
tree | 71bf070e5bad24cf60ce73ba60cbad1b973bb34a | |
parent | 929df01e9277041196ac27d1992e2d11bb75e5a0 [diff] |
dm: video: Refactor lcd_simplefb to prepare for driver model Adjust this function so that we can convert it to support CONFIG_DM_VIDEO without a lot of code duplication. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>