Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c57a94ff authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm/mdp5: rip out plane->pending tracking


It would race between userspace thread and commit worker.  Ie. vblank
irq would trigger event and userspace could begin the next atomic
update, before the commit worker had a chance to clear the pending
flag.

If we do end up needing something to prevent userspace from trying
another pageflip before getting vblank event, it should probably be
implemented as a pending_planes bitmask, similar to pending_crtcs.  See
start_atomic() and end_atomic().

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 9afe69d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment