diff options
author | Sean Paul <seanpaul@chromium.org> | 2018-09-12 09:54:55 -0400 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2018-10-03 20:24:52 -0400 |
commit | 2a7a92fc31c2c02d0d06fbcf178403cd5889f59b (patch) | |
tree | 5f2b43461fd2ea2db98e9ea706c5795fe9e2aaa9 /fs/kernfs/kernfs-internal.h | |
parent | 8df14b3e6ab367bdd939d52871ad80faf70ae8db (diff) |
drm/msm: dpu: Consolidate atomic_check functions()
dpu_plane_atomic_check() is a very thin wrapper around
dpu_plane_sspp_atomic_check(). All it does is a NULL-check of state->fb,
which is already done by drm_atomic_helper_check_plane_state(). Further,
the helper sets state->visible = false when this is true. So remove
dpu_plane_atomic_check() and just use dpu_plane_sspp_atomic_check()
directly.
Changes in v2:
- Fix spelling mistake in Subject (Jeykumar)
Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'fs/kernfs/kernfs-internal.h')
0 files changed, 0 insertions, 0 deletions