commit | 9a5e3fce4b74035ef8d5d3c5b9795e8859c69c67 | [log] [tgz] |
---|---|---|
author | Bruce Wang <bzwang@chromium.org> | Fri Oct 05 17:04:03 2018 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Tue Dec 11 12:51:28 2018 -0500 |
tree | d3f94b274c5631a2a17a51d14c0677fa0a50c4b7 | |
parent | 7a007a121d342f0948be1f06ad61cdc953f7dab6 [diff] |
drm/msm/dpu: Replace dpu_crtc_reset by atomic helper Since we removed all suspend logic from the crtc code (see patch 3/4), dpu_crtc_reset does the same things as drm_atomic_helper_crtc_reset, so let's just replace it with a call to the atomic helper. v3: added patch to patchset Reviewed-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Bruce Wang <bzwang@chromium.org> Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Rob Clark <robdclark@gmail.com>