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

The CRTC helper .commit() operation is legacy code, the atomic helpers
prefer the .enable() operation. As the arcpgu driver implements the
.enable() operation, .commit() is never used and 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-1-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/arc/arcpgu_crtc.c