]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: dpu: Make dpu_plane_sspp_atomic_update() void
authorSean Paul <seanpaul@chromium.org>
Wed, 12 Sep 2018 13:54:58 +0000 (09:54 -0400)
committerRob Clark <robdclark@gmail.com>
Thu, 4 Oct 2018 00:24:53 +0000 (20:24 -0400)
commit561caf438496a9446e210e14eca136506c21f1b8
tree6d9e0b67397e83ac0e38d0cd6f7fd4115c209370
parent02011055d7eb8a1fb050feba41f9d6d5dbc35932
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>
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c