OSDN Git Service

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)
commit4961eb60f14553363a0a7a9fb7b20d9c57d3ebba
tree6fea30f600319c33e08fffd381641f2e53cd1c8c
parent02f3bb751a46230f9a49d2a55b304a5847c67788
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