On 20 March 2017 at 16:01, Jernej Skrabec <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]> -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
