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

Commit 2a93d7b3 authored by Dhaval Patel's avatar Dhaval Patel Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: remove unused functions in sde crtc" into dev/msm-4.4-drm_kms

parents 79ea75a7 b301e856
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -81,11 +81,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)
{
@@ -1139,7 +1134,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,