summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2017-01-11 10:16:12 -0500
committerRob Clark <robdclark@gmail.com>2017-01-13 10:21:46 -0500
commitc57a94ffd0105d58ab104fe383148c5eda5aa033 (patch)
treedb8b80ec8de0a1a3e56f71fd886ac8f8898d7958 /Documentation
parent9afe69d5a9495f8b023017e4c328fa717e00f092 (diff)
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: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions