Skip to content

Commit

Permalink
drm/i915: Enhancing eDP DRRS debug message
Browse files Browse the repository at this point in the history
When Downclock mode is not found, the same info is added to the
corresponding debug log.

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Ramalingam C authored and Daniel Vetter committed Feb 24, 2015
1 parent b33a281 commit a1d2634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a1d2634

Please sign in to comment.