commit | 47a7eb4597775ecdc29d2630d875a991f0449bf3 | [log] [tgz] |
---|---|---|
author | Tomasz Figa <tfiga@chromium.org> | Wed Sep 14 21:54:57 2016 +0900 |
committer | Sean Paul <seanpaul@chromium.org> | Wed Sep 21 06:55:51 2016 -0700 |
tree | 175d5c4fd1d92f6ecc9881e8d9ddad4f66fbf7b7 | |
parent | 7caecdbec1128a934ee628f399110dff8a50c9a1 [diff] |
drm/rockchip: Unreference framebuffers from flip work 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: Tomasz Figa <tfiga@chromium.org>