Commit 73e82519 authored by Sean Paul's avatar Sean Paul
Browse files

drm/msm/dpu: Remove call to drm_mode_set_crtcinfo



Now that mode_fixup has been removed, we can just rely on the call
from drm_helper_probe_single_connector_modes(),

Reviewed-by: default avatarRob Clark <robdclark@chromium.org>
Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190617200405.131843-1-sean@poorly.run
parent 97f90e1b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -622,9 +622,6 @@ static int dpu_encoder_virt_atomic_check(
		}
	}

	if (!ret)
		drm_mode_set_crtcinfo(adj_mode, 0);

	trace_dpu_enc_atomic_check_flags(DRMID(drm_enc), adj_mode->flags,
			adj_mode->private_flags);