commit | d4d2c60497cfc5063f129010521ba69f34f33127 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Thu Aug 29 09:45:12 2019 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Tue Sep 03 16:17:01 2019 -0700 |
tree | 6d6d598577d3e5e302c3ad9a818079a50da39de2 | |
parent | 41a52059eefdef71ae29a1f31a95d3f0976634a6 [diff] |
drm/msm: add kms->wait_flush() First step in re-working the atomic related internal API to prepare for async updates pending.. ->wait_flush() is intended to block until there is no in-progress flush. A crtc_mask is used, rather than an atomic state object, as this will later be used for async flush after the atomic state is destroyed. This replaces ->wait_for_crtc_commit_done() v2: update for review comments Signed-off-by: Rob Clark <robdclark@chromium.org>