Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0da9c550 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Rob Clark
Browse files

drm/msm: Remove CRTC .mode_set and .mode_set_base helpers



Only the legacy helpers use these entry points.  Don't populate them
with transitional helpers, since that just makes things more confusing.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
[robclark: reword commit msg]
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent d816f077
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -507,8 +507,6 @@ static const struct drm_crtc_helper_funcs mdp4_crtc_helper_funcs = {
	.dpms = mdp4_crtc_dpms,
	.dpms = mdp4_crtc_dpms,
	.mode_fixup = mdp4_crtc_mode_fixup,
	.mode_fixup = mdp4_crtc_mode_fixup,
	.mode_set_nofb = mdp4_crtc_mode_set_nofb,
	.mode_set_nofb = mdp4_crtc_mode_set_nofb,
	.mode_set = drm_helper_crtc_mode_set,
	.mode_set_base = drm_helper_crtc_mode_set_base,
	.prepare = mdp4_crtc_prepare,
	.prepare = mdp4_crtc_prepare,
	.commit = mdp4_crtc_commit,
	.commit = mdp4_crtc_commit,
	.atomic_check = mdp4_crtc_atomic_check,
	.atomic_check = mdp4_crtc_atomic_check,
+0 −2
Original line number Original line Diff line number Diff line
@@ -394,8 +394,6 @@ static const struct drm_crtc_helper_funcs mdp5_crtc_helper_funcs = {
	.dpms = mdp5_crtc_dpms,
	.dpms = mdp5_crtc_dpms,
	.mode_fixup = mdp5_crtc_mode_fixup,
	.mode_fixup = mdp5_crtc_mode_fixup,
	.mode_set_nofb = mdp5_crtc_mode_set_nofb,
	.mode_set_nofb = mdp5_crtc_mode_set_nofb,
	.mode_set = drm_helper_crtc_mode_set,
	.mode_set_base = drm_helper_crtc_mode_set_base,
	.prepare = mdp5_crtc_prepare,
	.prepare = mdp5_crtc_prepare,
	.commit = mdp5_crtc_commit,
	.commit = mdp5_crtc_commit,
	.atomic_check = mdp5_crtc_atomic_check,
	.atomic_check = mdp5_crtc_atomic_check,