mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
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
This commit is contained in:
parent
b4164d66c4
commit
f3f63e6b56
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ static const struct drm_crtc_helper_funcs arc_pgu_crtc_helper_funcs = {
|
|||
.enable = arc_pgu_crtc_enable,
|
||||
.disable = arc_pgu_crtc_disable,
|
||||
.prepare = arc_pgu_crtc_disable,
|
||||
.commit = arc_pgu_crtc_enable,
|
||||
.atomic_begin = arc_pgu_crtc_atomic_begin,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue