]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_config()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 22 Dec 2016 14:04:42 +0000 (16:04 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 19 Jan 2017 15:34:48 +0000 (17:34 +0200)
commite96128235b0fbddff1228b37033077397dbd21d9
treebc96b8c94e924e7ca063a0deaf6d22ea1bfe4ef1
parenta8cd6da0c0d5b9dc7533f1d88098e9852dc2d5aa
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: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161222140442.7204-2-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c