drm/vc4: Drop error message on seqno wait timeouts.
authorEric Anholt <eric@anholt.net>
Mon, 25 Jan 2016 22:33:50 +0000 (14:33 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 16 Feb 2016 20:20:59 +0000 (12:20 -0800)
commit2ee94657e2bbd13b358060edc91b2b2fdef9038f
tree612e8f3d74b6cc931ee9f6d54c60f2ed3ce79ba3
parent13cf8909ead67e313ea203ee524b3cf4b09b3c9d
drm/vc4: Drop error message on seqno wait timeouts.

These ioctls end up getting exposed to fairly directly to GL users,
and having normal user operations print DRM errors is obviously wrong.
The message was originally to give us some idea of what happened when
a hang occurred, but we have a DRM_INFO from reset for that.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_gem.c
This page took 0.026434 seconds and 5 git commands to generate.