Re: [Intel-gfx] [PATCH 2/2] drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_config()

2016-12-22 Thread Chris Wilson
On Thu, Dec 22, 2016 at 04:04:42PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > We're trying to copy the flags from the adjusted mode to the > passed in mode twice. Once is enough. > > Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Int

[Intel-gfx] [PATCH 2/2] drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_config()

2016-12-22 Thread ville . syrjala
From: Ville Syrjälä We're trying to copy the flags from the adjusted mode to the passed in mode twice. Once is enough. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/dr