From a1d263428ac7447afd9f79fce8d2d7863a2307e2 Mon Sep 17 00:00:00 2001 From: Ramalingam C Date: Mon, 23 Feb 2015 17:38:33 +0530 Subject: [PATCH] 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: Ramalingam C Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index b5d6eb011422..1689ec6d35f4 100644 --- a/drivers/gpu/drm/i915/intel_dp.c +++ b/drivers/gpu/drm/i915/intel_dp.c @@ -5098,7 +5098,7 @@ intel_dp_drrs_init(struct intel_connector *intel_connector, (dev, fixed_mode, connector); if (!downclock_mode) { - DRM_DEBUG_KMS("DRRS not supported\n"); + DRM_DEBUG_KMS("Downclock mode is not found. DRRS not supported\n"); return NULL; } -- 2.34.1