14 Apr, 2017

1 commit

  • Fix the framebuffer location to the very end of the available memory.
    This allows to remove the area from available memory for the kernel,
    which in turn allows to display the splash screen through the Linux
    kernel boot process.

    Ideas has been taken from the sunxi display driver, e.g.
    20779ec3a5 ("sunxi: video: Dynamically reserve framebuffer memory")

    Signed-off-by: Stefan Agner
    Signed-off-by: Sanchayan Maity

    Stefan Agner
     

09 Sep, 2014

1 commit

  • This patch is to add DCU driver support. DCU also named
    2D-ACE(Two Dimensional Animation and Compositing Engine)
    is a system master that fetches graphics stored in internal
    or external memory and displays them on a TFT LCD panel.

    Signed-off-by: Alison Wang

    Wang Huan