Searched hist:c7b04342b41d314433494fd56cd378fa544a630f (Results 1 – 1 of 1) sorted by relevance
/linux/include/drm/ |
H A D | drm_encoder.h | diff c7b04342b41d314433494fd56cd378fa544a630f Sat Mar 27 12:57:41 CET 2021 Paul Cercueil <paul@crapouillou.net> 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
|