commit | 12a47a422862214d3a715a0bd93140b8176dcdc9 | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@intel.com> | Mon Oct 24 19:33:29 2016 +0300 |
committer | Imre Deak <imre.deak@intel.com> | Wed Oct 26 12:41:01 2016 +0300 |
tree | df3974e3fa15ebb6cb38fe7bd0c7ac5252e0e570 | |
parent | 24e807e79f103cd9e7799eed704ed6916915d65a [diff] [blame] |
drm/i915/dp: Read DP descriptor for eDP and LSPCON too As for external DP sink and branch devices read and print the DP descriptor for eDP and LSPCON devices as well to aid debugging. v2: - Split out this change to a separate patch. (Jani) Cc: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1477326811-30431-7-git-send-email-imre.deak@intel.com
diff --git a/drivers/gpu/drm/i915/intel_lspcon.c b/drivers/gpu/drm/i915/intel_lspcon.c index 23b817a..c5f278b 100644 --- a/drivers/gpu/drm/i915/intel_lspcon.c +++ b/drivers/gpu/drm/i915/intel_lspcon.c
@@ -136,6 +136,8 @@ return false; } + intel_dp_read_desc(dp); + DRM_DEBUG_KMS("Success: LSPCON init\n"); return true; }