]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Don't mark eDP encoders as MST capable
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 22 Jun 2016 18:56:59 +0000 (21:56 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 7 Jul 2016 10:08:04 +0000 (13:08 +0300)
commit3e4a3d0aa13deb694298b2cd6d74eeef448e3017
treed5d9dc60fe242df1676388a9f96fad81f912160c
parent71e04373554badde9bbd60bd292c9cfcc8c0237c
drm/i915: Don't mark eDP encoders as MST capable

If we've determined that the encoder is eDP, we shouldn't try to use MST
on it. Or at least the code doesn't seem to expect that since there are
some type==DP checks in the MST code.

Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Shashank Sharma <shashank.sharma@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1466621833-5054-2-git-send-email-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_dp.c