projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c2196
)
drm/i915: info level for simulated gpu hang dmesg notice
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Sat, 6 Apr 2013 14:07:21 +0000
(16:07 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Sat, 6 Apr 2013 14:07:21 +0000
(16:07 +0200)
Otherwise running igt will fill your dmesg with hang notices and it's
hard to judge from a quick look whether they're expected or not.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.c
b/drivers/gpu/drm/i915/i915_drv.c
index a5b8aa9b319fef351f4ec4bea0746a3b6cb07595..3b4b9c09a20bef47ebcda65377fad9d33d8b9dc8 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.c
+++ b/
drivers/gpu/drm/i915/i915_drv.c
@@
-822,7
+822,7
@@
int intel_gpu_reset(struct drm_device *dev)
/* Also reset the gpu hangman. */
if (dev_priv->gpu_error.stop_rings) {
- DRM_
DEBUG
("Simulated gpu hang, resetting stop_rings\n");
+ DRM_
INFO
("Simulated gpu hang, resetting stop_rings\n");
dev_priv->gpu_error.stop_rings = 0;
if (ret == -ENODEV) {
DRM_ERROR("Reset not implemented, but ignoring "