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

Commit b00dc2c8 authored by Lloyd Atkinson's avatar Lloyd Atkinson Committed by Narendra Muppalla
Browse files

drm/msm/sde: remove unused functions in sde crtc



Clean up the sde crtc by unregistering function stubs from
unsupported or unused API callbacks.

Change-Id: I52de3b3ea501a6995235a3d8b6e4eb841e4b1f7b
Signed-off-by: default avatarLloyd Atkinson <latkinso@codeaurora.org>
parent 9eabe7a3
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -82,11 +82,6 @@ static bool sde_crtc_mode_fixup(struct drm_crtc *crtc,
	return true;
}

static void sde_crtc_mode_set_nofb(struct drm_crtc *crtc)
{
	DBG("");
}

static void _sde_crtc_setup_blend_cfg(struct sde_crtc_mixer *mixer,
	struct sde_plane_state *pstate, struct sde_format *format)
{
@@ -1140,7 +1135,6 @@ static const struct drm_crtc_funcs sde_crtc_funcs = {

static const struct drm_crtc_helper_funcs sde_crtc_helper_funcs = {
	.mode_fixup = sde_crtc_mode_fixup,
	.mode_set_nofb = sde_crtc_mode_set_nofb,
	.disable = sde_crtc_disable,
	.enable = sde_crtc_enable,
	.atomic_check = sde_crtc_atomic_check,