[PATCH 22/41] drm/tegra: rgb: remove now-redundant call to drm_connector_attach_encoder()

From: Luca Ceresoli

Date: Fri Apr 17 2026 - 06:07:10 EST


drm_connector_attach_encoder() is now called by
drm_bridge_connector_init().

Signed-off-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>
---
drivers/gpu/drm/tegra/rgb.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/tegra/rgb.c b/drivers/gpu/drm/tegra/rgb.c
index ff5a749710db..e67fbb2362e6 100644
--- a/drivers/gpu/drm/tegra/rgb.c
+++ b/drivers/gpu/drm/tegra/rgb.c
@@ -355,8 +355,6 @@ int tegra_dc_rgb_init(struct drm_device *drm, struct tegra_dc *dc)
connector);
return PTR_ERR(connector);
}
-
- drm_connector_attach_encoder(connector, &output->encoder);
}

err = tegra_output_init(drm, output);

--
2.53.0