OSDN Git Service

drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enable
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 9 Feb 2023 15:41:07 +0000 (16:41 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 20 Feb 2023 14:20:45 +0000 (15:20 +0100)
commitb1e286d30de818ca1f10eb090c9b99a7c1c26363
treebd0e0374e3b53ba981e3f920ff88c528e456b882
parente1174133a4682d7afe169c74bfad8ed390e818c3
drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enable

Enable the primary plane for tidss hardware via atomic_enable.
Atomic helpers invoke this callback only when the plane becomes
active.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230209154107.30680-7-tzimmermann@suse.de
drivers/gpu/drm/tidss/tidss_plane.c