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

Commit 8d909261 authored by Ander Conselvan de Oliveira's avatar Ander Conselvan de Oliveira Committed by Daniel Vetter
Browse files

drm/i915: Remove stale comment from __intel_set_mode()



Since the following commit, the PLL calculations are done earlier, so
the code following the comment doesn't do anything PLL or encoder
related. It only updates the primary plane now.

commit f3019a4d
Author: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Date:   Wed Oct 29 11:32:37 2014 +0200

    drm/i915: Remove crtc_mode_set() hook

Signed-off-by: default avatarAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent f6234c1d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -11723,9 +11723,6 @@ static int __intel_set_mode(struct drm_crtc *crtc,

	modeset_update_crtc_power_domains(state);

	/* Set up the DPLL and any encoders state that needs to adjust or depend
	 * on the DPLL.
	 */
	for_each_intel_crtc_masked(dev, modeset_pipes, intel_crtc) {
		struct drm_plane *primary = intel_crtc->base.primary;
		int vdisplay, hdisplay;