drm: silence pointless vblank warning.
authorPaul Rolland <rol@as2917.net>
Sun, 9 Aug 2009 02:24:01 +0000 (12:24 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 9 Aug 2009 02:24:01 +0000 (12:24 +1000)
Some applications/hardware combinations are triggering the message "failed to
acquire vblank counter" to be issued up to 20 times a second, which makes it
both useless and dangerous, as this may hide other important messages.
This changes makes it only appear when people are debugging.

Signed-off-by: Paul Rolland <rol@as2917.net>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Lost-twice-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found