]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: Program mode for AST DP in atomic_mode_set
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 27 Jun 2024 15:27:47 +0000 (17:27 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 3 Jul 2024 07:38:09 +0000 (09:38 +0200)
commit7b8a74bc42016173ddb4872d113f132c8ca59fc1
treeb15ab45f7eda1de656c2dcd1ffd53aa721ef3ce2
parent2a7e5f45314cfd99eacd9301a196c2f7cb67237d
drm/ast: Program mode for AST DP in atomic_mode_set

The CRTC's atomic_flush function contains code to program the
display mode to the AST DP chip. Move the code to the encoder's
atomic_mode_set callback. The DRM atomic-modesetting code invoke
this callback as part of the atomic commit.

v2:
- fix typos in commit message

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