commit | 2682cefea4c8078adeba4d74b7286e38fb631208 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Wed Sep 12 09:54:58 2018 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Wed Oct 03 20:24:53 2018 -0400 |
tree | 6d9e0b67397e83ac0e38d0cd6f7fd4115c209370 | |
parent | e1ba78fcee04de09f5da309600af8a6eb1086387 [diff] |
drm/msm: dpu: Make dpu_plane_sspp_atomic_update() void All of the checks in dpu_plane_sspp_atomic_update() are impossible, so remove them and make the function void. This removes the need to error check in dpu_plane_atomic_update(). Additionally, remove impossible checks in dpu_plane_atomic_update(). Changes in v2: - None Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org> Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Rob Clark <robdclark@gmail.com>