]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: Enable atomic modesetting
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 7 Nov 2019 08:34:04 +0000 (09:34 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 8 Nov 2019 10:04:51 +0000 (11:04 +0100)
commitda8043a6ebe2162750d32a21148c064413c7bea6
tree6fea30f600319c33e08fffd381641f2e53cd1c8c
parent2eb7e5689a75f50c6800723b8b2f8f993275fd34
drm/ast: Enable atomic modesetting

This commit sets the remaining atomic-modesetting helpers and the flag
DRIVER_ATOMIC. Legacy cursor functions are removed in favor of the cursor
plane. For power management, atomic helpers replace the indvidual
operations that the driver currently runs.

Atomic modesetting is enabled with this commit.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191107083404.6852-10-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_drv.c
drivers/gpu/drm/ast/ast_main.c
drivers/gpu/drm/ast/ast_mode.c