Commit a1d26342 authored by Ramalingam C's avatar Ramalingam C Committed by Daniel Vetter

drm/i915: Enhancing eDP DRRS debug message

When Downclock mode is not found, the same info is added to the
corresponding debug log.
Signed-off-by: default avatarRamalingam C <ramalingam.c@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent b33a2815
...@@ -5098,7 +5098,7 @@ intel_dp_drrs_init(struct intel_connector *intel_connector, ...@@ -5098,7 +5098,7 @@ intel_dp_drrs_init(struct intel_connector *intel_connector,
(dev, fixed_mode, connector); (dev, fixed_mode, connector);
if (!downclock_mode) { if (!downclock_mode) {
DRM_DEBUG_KMS("DRRS not supported\n"); DRM_DEBUG_KMS("Downclock mode is not found. DRRS not supported\n");
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment