]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitec473b721c064e15932da8b77d988b7ecd89bf4f
tree9a959c44c2df33dc33392eb28265e1ff7639c74d
parent2c7fedffc7afe07cc346d7576181807f3af8dbad
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