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

Commit e9612823 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_config()



We're trying to copy the flags from the adjusted mode to the
passed in mode twice. Once is enough.

Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161222140442.7204-2-ville.syrjala@linux.intel.com


Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent a8cd6da0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8391,7 +8391,6 @@ void intel_mode_from_pipe_config(struct drm_display_mode *mode,
	mode->type = DRM_MODE_TYPE_DRIVER;

	mode->clock = pipe_config->base.adjusted_mode.crtc_clock;
	mode->flags |= pipe_config->base.adjusted_mode.flags;

	mode->hsync = drm_mode_hsync(mode);
	mode->vrefresh = drm_mode_vrefresh(mode);