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:
e28e404
)
drm/i915: Tune down "GT register while GT waking disabled" message
author
Daniel Vetter
<
[email protected]
>
Tue, 19 Jan 2016 20:00:56 +0000
(21:00 +0100)
committer
Mika Kuoppala
<
[email protected]
>
Thu, 21 Jan 2016 09:50:52 +0000
(11:50 +0200)
We've had this since forever, and's randomly reporting issues and as
such causing piles&piles of CI noise. Mika is working on proper debug
infrastructure for this, and on fixing this properly.
Meanwhile make CI more useful for everyone else.
Cc: Mika Kuoppala <
[email protected]
>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93121
Signed-off-by: Daniel Vetter <
[email protected]
>
Reviewed-by: Mika Kuoppala <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/i915_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.c
b/drivers/gpu/drm/i915/i915_drv.c
index 975af3568521886d8e8bfa6aec7b366f69e2d033..706b8eabfaf4940d84a2f290674205b08d9acde8 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.c
+++ b/
drivers/gpu/drm/i915/i915_drv.c
@@
-1356,7
+1356,7
@@
static void vlv_check_no_gt_access(struct drm_i915_private *dev_priv)
if (!(I915_READ(VLV_GTLC_PW_STATUS) & VLV_GTLC_ALLOWWAKEERR))
return;
- DRM_
ERRO
R("GT register access while GT waking disabled\n");
+ DRM_
DEBUG_DRIVE
R("GT register access while GT waking disabled\n");
I915_WRITE(VLV_GTLC_PW_STATUS, VLV_GTLC_ALLOWWAKEERR);
}