diff options
| author | Souradipto Das <souradiptodas6@gmail.com> | 2026-05-13 13:05:01 +0300 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2026-05-28 18:19:28 +0300 |
| commit | f85d5a59b3d08c117b5e9629b356bc2fbda4a5e3 (patch) | |
| tree | 7cb2cbdf80a519dc49f0e0030443a9a835f1c2c7 /include | |
| parent | 132926b2173360a48950a726bbdee464868f740b (diff) | |
| download | linux-f85d5a59b3d08c117b5e9629b356bc2fbda4a5e3.tar.xz | |
drm/tegra: hdmi: Open-code drm_simple_encoder_init()
The helper drm_simple_encoder_init() is a trivial wrapper around
drm_encoder_init() that only provides a static drm_encoder_funcs with
.destroy set to drm_encoder_cleanup(). Open-code the initialization
with a driver-specific instance of drm_encoder_funcs and remove the
dependency on drm_simple_kms_helper.
Suggested-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Souradipto Das <souradiptodas6@gmail.com>
[treding@nvidia.com: fix issues flagged by checkpatch]
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patch.msgid.link/20260513100501.6468-1-souradiptodas6@gmail.com
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
