projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e972d
)
drm/i915/dp: add missing \n in the TPS3 debug message
author
Jani Nikula
<
[email protected]
>
Fri, 5 Sep 2014 13:19:18 +0000
(16:19 +0300)
committer
Daniel Vetter
<
[email protected]
>
Fri, 19 Sep 2014 12:41:13 +0000
(14:41 +0200)
This goes back to
commit
06ea66b6bb445043dc25a9626254d5c130093199
Author: Todd Previte <
[email protected]
>
Date: Mon Jan 20 10:19:39 2014 -0700
drm/i915: Enable 5.4Ghz (HBR2) link rate for Displayport 1.2-capable devices
Cc: Todd Previte <
[email protected]
>
Signed-off-by: Jani Nikula <
[email protected]
>
[danvet: Pimp commit message a bit.]
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/intel_dp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_dp.c
b/drivers/gpu/drm/i915/intel_dp.c
index c973cd6bb4f58a3c48bff6acc369c37c7a02774a..ab7cd0a75bd5acc0994ca0a1134761dc96ba489c 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_dp.c
+++ b/
drivers/gpu/drm/i915/intel_dp.c
@@
-3732,7
+3732,7
@@
intel_dp_get_dpcd(struct intel_dp *intel_dp)
if (intel_dp->dpcd[DP_DPCD_REV] >= 0x12 &&
intel_dp->dpcd[DP_MAX_LANE_COUNT] & DP_TPS3_SUPPORTED) {
intel_dp->use_tps3 = true;
- DRM_DEBUG_KMS("Displayport TPS3 supported");
+ DRM_DEBUG_KMS("Displayport TPS3 supported
\n
");
} else
intel_dp->use_tps3 = false;