11 Aug, 2014

1 commit

  • Instead of waiting for DC triple buffer to be cleared, this patch
    changes to wait for a relevant DP sync flow end interrupt to come
    when disabling sync BG flows. In this way, we align the implement
    to the freescale internal IPUv3 driver. After applying this patch,
    an uboot hang up issue at the arch_preboot_os() stage, where we
    disable a relevant ipu display channel, is not observed any more on
    some MX6DL platforms.

    Signed-off-by: Liu Ying

    Liu Ying
     

24 Jul, 2013

1 commit


13 Oct, 2011

1 commit

  • Pixel format defines must be available for boards to set up
    the right display. Move them and export in a new file.

    Signed-off-by: Stefano Babic
    CC: Anatolij Gustschin
    CC: Marek Vasut
    Tested-by: Stefano Babic
    Signed-off-by: Anatolij Gustschin

    Stefano Babic
     

22 Oct, 2010

1 commit

  • The patch is a porting of the IPU Linux driver
    developed by Freescale to have framebuffer
    functionalities in u-boot. The port is based on
    kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f,
    as delivered by Freescale [i.MX BSP].
    Most features are dropped from the original driver and
    only LCD support is the goal of this porting.

    Signed-off-by: Stefano Babic

    Stefano Babic