]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: tune down the noise of the RP irq limit fail
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 25 May 2012 08:13:31 +0000 (10:13 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 25 May 2012 08:29:15 +0000 (10:29 +0200)
commitf0358f2397c7c30b5df3546522c009381bbec17c
tree9e485157910e71dfc3243689b81bbb4b18e37942
parentcd990ed68827b22c3e02a3e6b4549a6f00f5a01d
drm/i915: tune down the noise of the RP irq limit fail

We still don't understand why this fails exactly, but if fails way
too often for a simple debug information. Furthermore the current
ducttape should prevent the gpu from getting stuck at low frequencies.

Hence tune down the dmesg noise.

Note that the known failure case is that the register read returns 0
when the gpu gets confused.

v2: Add comments about the known failure case.

Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c