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

Commit 4fbf6913 authored by Chris Wilson's avatar Chris Wilson Committed by Keith Packard
Browse files

drm/i915: Pass the saved adjusted_mode when adding to the load-detect crtc

parent 7a5e4805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5564,7 +5564,7 @@ bool intel_get_load_detect_pipe(struct intel_encoder *intel_encoder,
		}

		/* Add this connector to the crtc */
		encoder_funcs->mode_set(encoder, &crtc->mode, &crtc->mode);
		encoder_funcs->mode_set(encoder, &crtc->mode, &crtc->hwmode);
		encoder_funcs->commit(encoder);
	}