]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: Inline drm_simple_encoder_init()
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 25 Jun 2024 13:18:09 +0000 (15:18 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 27 Jun 2024 08:06:39 +0000 (10:06 +0200)
commit04aaa4dc97002ebe0c6ba566c55a4c4376ab618e
tree62d9ad9ddea00f97e57e9ec72d993898ad385bb5
parentbaf272bac637d3275bb83c17ac849b44a4590655
drm/ast: Inline drm_simple_encoder_init()

The function drm_simple_encoder_init() is a trivial helper and
deprecated. Replace it with the regular call to drm_encoder_init().
Resolves the dependency on drm_simple_kms_helper.h. No functional
changes.

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