]> git.baikalelectronics.ru Git - kernel.git/commit
drm: arcpgu: Remove CRTC .prepare() helper operation
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 27 Jun 2017 21:16:15 +0000 (00:16 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 28 Jun 2017 10:51:13 +0000 (12:51 +0200)
commit1d310373b345291cb87a7c1837660c99b9b659f8
tree769c0099b76d7e57b36dcf12f0525ceb53bce0a1
parentf4543413cc0cd57b7851e9649fb34057fd7278a4
drm: arcpgu: Remove CRTC .prepare() helper operation

The CRTC helper .prepare() operation is legacy code, the atomic helpers
prefer the .disable() operation. As the arcpgu driver implements the
.disable() and .prepare() operations identicallly, .prepare() can be
removed.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170627211621.27767-2-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/arc/arcpgu_crtc.c