drm/mgag200: Inline mga_crtc_{prepare, commit}() into enable function
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 7 Jul 2020 08:24:11 +0000 (10:24 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 14 Jul 2020 07:14:06 +0000 (09:14 +0200)
commit895a479039e0ee4c540d34f0848360ef21d10421
treeae8258c787cf14adde6c9cce9243d414a3a4934d
parent904347fb5ab40c1f4d11d76144d7cc0c8d405ef9
drm/mgag200: Inline mga_crtc_{prepare, commit}() into enable function

There's only trivial code left in mga_crtc_{prepare,commit}(). Merge the
functions into the simple pipe's enable function.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200707082411.6583-8-tzimmermann@suse.de
drivers/gpu/drm/mgag200/mgag200_mode.c