• Tomi Valkeinen's avatar
    OMAPFB: clear framebuffers with CPU · ca444158
    Tomi Valkeinen authored
    Currently vram.c clears the allocated memory automatically using OMAP
    system DMA. In an effort to reduce OMAP dependencies, we'll do the
    memory clear with CPU from now on.
    
    This patch implements clearing of the framebuffer in omapfb, using
    cfb_fillrect() to do the actual clear.
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    ca444158
omapfb-main.c 57.4 KB