drm/ast: Replace struct ast_crtc with struct drm_crtc
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 2 Jul 2020 11:50:27 +0000 (13:50 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 7 Jul 2020 09:11:59 +0000 (11:11 +0200)
commitc35da0ed48c76512c46e831ff42534646eb34f1a
tree9a959c44c2df33dc33392eb28265e1ff7639c74d
parent6bb18c9be6d256d7e8e24e7a676df2e2fd72522c
drm/ast: Replace struct ast_crtc with struct drm_crtc

Struct ast_crtc has been cleaned up and it's now a wrapper around the
DRM CRTC structure struct drm_crtc. This patch converts the driver to
struct drm_crtc and removes struct ast_crtc.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200702115029.5281-13-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_mode.c