drm/armada: allow armada_drm_plane_work_queue() to silently fail
authorRussell King <rmk+kernel@armlinux.org.uk>
Sat, 8 Jul 2017 09:22:23 +0000 (10:22 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 8 Dec 2017 12:19:58 +0000 (12:19 +0000)
commitc93dfdcd0521cbdfccab147c5c5a615ba9977a89
treec7c5fbd191c422e8ffe4508c54d7b783ea529231
parent7bfab1ec45b4005d3f12bbb0cc281f0afd29fc3d
drm/armada: allow armada_drm_plane_work_queue() to silently fail

Avoid printing an error message when armada_drm_plane_work_queue() is
unable to get the vblank (eg, because we're doing a modeset.)  Continue
to report the failure to the caller, so the caller can handle this.

Move the error message into armada_ovl_plane_update().

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/armada/armada_crtc.c
drivers/gpu/drm/armada/armada_overlay.c