drm/i915/crt: Downgrade warnings for hotplug failures
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 12 Sep 2010 18:58:04 +0000 (19:58 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 17 Sep 2010 07:05:28 +0000 (08:05 +0100)
commit79077319d7c7844d5d836e52099a7a1bcadf9b04
treecc8425753ef4e887c2f514afee20ee983e07aaba
parent9277bf4b4f94655eef177d0daffa90a47c51eb62
drm/i915/crt: Downgrade warnings for hotplug failures

These are not fatal errors, so do not alarm the user by filling the
logs with *** ERROR ***. Especially as we know that g4x CRT detection
is a little sticky.

On the one hand the errors are valid since they are warning us of a
stall -- we poll the register whilst holding the mode lock so not even
the mouse will update. On the other hand, those stalls were already present
yet nobody complained.

Reported-by: Andi Kleen <andi@firstfloor.org>
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=18332
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_crt.c