drm/encoder: Add macro drmm_plain_encoder_alloc()
authorPaul Cercueil <paul@crapouillou.net>
Sat, 27 Mar 2021 11:57:41 +0000 (11:57 +0000)
committerPaul Cercueil <paul@crapouillou.net>
Mon, 29 Mar 2021 15:46:43 +0000 (16:46 +0100)
commitc7b04342b41d314433494fd56cd378fa544a630f
tree4e59e16de5a0037acc61ff68fe71f93704319768
parent4d906839d321c2efbf3fed4bc31ffd9ff55b75c0
drm/encoder: Add macro drmm_plain_encoder_alloc()

This performs the same operation as drmm_encoder_alloc(), but
only allocates and returns a struct drm_encoder instance.

v4: Rename macro drmm_plain_encoder_alloc() and move to
    <drm/drm_encoder.h>. Since it's not "simple" anymore it
    will now take funcs/name arguments as well.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210327115742.18986-3-paul@crapouillou.net
include/drm/drm_encoder.h