projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b33a281
)
drm/i915: Enhancing eDP DRRS debug message
author
Ramalingam C
<ramalingam.c@intel.com>
Mon, 23 Feb 2015 12:08:33 +0000
(17:38 +0530)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 24 Feb 2015 10:51:39 +0000
(11:51 +0100)
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>
drivers/gpu/drm/i915/intel_dp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/intel_dp.c
b/drivers/gpu/drm/i915/intel_dp.c
index b5d6eb01142296d471f3de6296f6f217cc2f2f3f..1689ec6d35f46e2f6bf68fede985dad73b357464 100644
(file)
--- 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("D
ownclock mode is not found. D
RRS not supported\n");
return NULL;
}