drm/plane-helper: Export individual helpers
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 20 Jul 2022 08:30:56 +0000 (10:30 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 26 Jul 2022 16:42:07 +0000 (18:42 +0200)
commit30c637151cfac8da3588f3773462e705a4ff2f59
tree87106deb9fa2323cc026197194892a365c3ccc7f
parent254e5e8829a97bdbaf86b83ef704ac45a30c3867
drm/plane-helper: Export individual helpers

Export the individual plane helpers that make up the plane functions and
align the naming with other helpers. The plane helpers are for non-atomic
modesetting and exporting them will simplify a later conversion of drivers
to atomic modesetting.

With struct drm_plane_funcs removed from drm_plane_helper.h, also remove
the include statements. It only needs linux/types.h for uint32_t and a
number of forward declarations.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220720083058.15371-6-tzimmermann@suse.de
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/armada/armada_plane.c
drivers/gpu/drm/drm_modeset_helper.c
drivers/gpu/drm/drm_plane_helper.c
drivers/gpu/drm/nouveau/dispnv04/crtc.c
drivers/gpu/drm/qxl/qxl_display.c
drivers/gpu/drm/vboxvideo/vbox_mode.c
include/drm/drm_plane_helper.h