commit | 59abba48c4299481053411f6a4de5df67b2c998f | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Thu Dec 10 16:38:29 2020 +0100 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Jan 04 12:59:33 2021 +0100 |
tree | 7c027233a646078e8dddd04983fc82a6cfc8f99c | |
parent | ca5092d04d86986c03b6e0042e2f1cd119c50f5d [diff] |
drm/simple_kms_helper: add drmm_simple_encoder_alloc() Add an alternative to drm_simple_encoder_init() that allocates and initializes a simple encoder and registers drm_encoder_cleanup() with drmm_add_action_or_reset(). Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>