]> www.infradead.org Git - users/willy/linux.git/commit
drm/ast: Implement atomic enable/disable for encoders
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 27 Jun 2024 15:27:46 +0000 (17:27 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 3 Jul 2024 07:38:07 +0000 (09:38 +0200)
commit2a7e5f45314cfd99eacd9301a196c2f7cb67237d
tree5a23f3f81931eb6b6e64ec05878cebd407238132
parente315384899082843193116060e147703d85546e6
drm/ast: Implement atomic enable/disable for encoders

The CRTC helpers contain code to enable and disable DisplayPort
connectors. Implement this functionality in the respective connector's
atomic_enable/atomic_disable callbacks. DRM's atomic-modesetting
helpers will call the functions as part of the atomic commit.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240627153638.8765-2-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_mode.c