On 20 March 2017 at 16:01, Jernej Skrabec <jernej.skra...@siol.net> wrote:
> Video driver for older Allwinner SoCs uses cfb console framework which
> in turn uses struct ctfb_res_modes to hold timing informations. However,
> DM video framework uses different structure - struct display_timing.
>
> It makes more sense to convert lcdc to use new timing structure because
> all new drivers should use DM video framework and older drivers might be
> rewritten to use new framework too.
>
> Signed-off-by: Jernej Skrabec <jernej.skra...@siol.net>
> ---
> Changes in v2:
> - new patch
>
>  arch/arm/include/asm/arch-sunxi/lcdc.h |  6 ++--
>  drivers/video/sunxi/lcdc.c             | 64 
> ++++++++++++++++------------------
>  drivers/video/sunxi/sunxi_display.c    | 35 +++++++++++++++++--
>  3 files changed, 67 insertions(+), 38 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to