commit | fd630ae9e27cfc2f6e3184b82288ba9ff9ff8bee | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Mon Sep 07 09:41:41 2020 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Wed Sep 09 15:15:57 2020 -0700 |
tree | 48cdf21aa2fa2a4124e59f0551da3154165b1eec | |
parent | d768e5043c056822ef7ed1546e2d7134877ae6d1 [diff] |
drm/msm/dpu: move vblank events to complete_commit() We could get a vblank event racing with the current atomic commit, resulting in sending the pageflip event to userspace early, causing tearing. On the other hand, complete_commit() ensures that the pending flush is complete. Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Abhinav Kumar <abhinavk@codeaurora.org>