• Tomasz Figa's avatar
    drm/rockchip: Unreference framebuffers from flip work · 47a7eb45
    Tomasz Figa authored
    Currently the driver waits for vblank and then unreferences old
    framebuffers from atomic commit code path. This is however breaking the
    legacy cursor API, which requires the updates to be fully asynchronous.
    Instead of just adding a special case for cursor, we can have actually
    smaller amount of code to unreference any changed framebuffer from a
    flip work.
    Signed-off-by: default avatarTomasz Figa <tfiga@chromium.org>
    47a7eb45
rockchip_drm_vop.c 43.6 KB