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:
3e4d44e
)
drm/i915: Make GMBUS timeout message DRM_DEBUG_KMS
author
Ville Syrjälä
<
[email protected]
>
Mon, 7 Mar 2016 15:57:00 +0000
(17:57 +0200)
committer
Ville Syrjälä
<
[email protected]
>
Tue, 12 Apr 2016 10:23:17 +0000
(13:23 +0300)
There's no real reason the user should care that we're about to fall
back to bitbanging, so let's change the message from DRM_INFO to
DRM_DEBUG_KMS.
Signed-off-by: Ville Syrjälä <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94890
Reviewed-by: Chris Wilson <
[email protected]
>
drivers/gpu/drm/i915/intel_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_i2c.c
b/drivers/gpu/drm/i915/intel_i2c.c
index f8bd98c1cc711d0abd33d9438f42f4eb682052aa..81de23098be726adf14515720e40e0eee6ecb973 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_i2c.c
+++ b/
drivers/gpu/drm/i915/intel_i2c.c
@@
-571,8
+571,8
@@
clear_err:
goto out;
timeout:
- DRM_
INFO
("GMBUS [%s] timed out, falling back to bit banging on pin %d\n",
- bus->adapter.name, bus->reg0 & 0xff);
+ DRM_
DEBUG_KMS
("GMBUS [%s] timed out, falling back to bit banging on pin %d\n",
+
bus->adapter.name, bus->reg0 & 0xff);
I915_WRITE(GMBUS0, 0);
/*