summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2022-07-11 19:38:32 +0200
committerMaxime Ripard <maxime@cerno.tech>2022-07-13 10:46:05 +0200
commit917dd05418148f05d8860b8106da8dcd1d258aaf (patch)
tree502a8180e3cd60b368a25e1e44a5274d1f2c7f5f /samples
parent668a8f17b5290d04ef7343636a5588a0692731a1 (diff)
downloadlinux-917dd05418148f05d8860b8106da8dcd1d258aaf.tar.bz2
drm/crtc: Introduce drmm_crtc_init_with_planes
The DRM-managed function to register a CRTC is drmm_crtc_alloc_with_planes(), which will allocate the underlying structure and initialisation the CRTC. However, we might want to separate the structure creation and the CRTC initialisation, for example if the structure is shared across multiple DRM entities, for example an encoder and a connector. Let's create an helper to only initialise a CRTC that would be passed as an argument. Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20220711173939.1132294-3-maxime@cerno.tech
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions