]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0b0fafb276e1287d731a22d0e25d7171843c57e
tree612e8f3d74b6cc931ee9f6d54c60f2ed3ce79ba3
parenta3ca710897f999bddd14a96f8d01bc6234a18340
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