commit | db8f4d5d32334b061d0d9c53ec86480377daeaf0 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Tue Apr 03 10:42:23 2018 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Mon Jun 04 12:50:17 2018 -0400 |
tree | a830f36823cce77d35916b2dc367b283c26ba5e3 | |
parent | 347b90b406ff6b6f3c9f666a527eb46e0fcd7aaf [diff] |
drm/msm: Move implicit sync handling to prepare_fb In preparation for moving to atomic helpers, move the implicit sync fence handling out of atomic commit and into the plane->prepare_fb() hook. While we're at it, de-duplicate the mdp*_prepare_fb functions. Changes in v4: - Added Reported-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Rob Clark <robdclark@gmail.com>