[PATCH v1 0/1] staging: media: tegra-video: vi: improve VI graph building logic
From: Svyatoslav Ryhel
Date: Tue May 12 2026 - 06:04:09 EST
The existing tegra_vi_graph_build function relies heavily on a one-to-one
match between Device Tree nodes and media pad links. While this works for
simpler configurations, it causes issues when Device Tree nodes do not
match media pad link logic (e.g., mt9m114). Switch to the
media_entity_get_fwnode_pad helper to verify and retrieve the correct pad
linked to an endpoint, rather than assuming the endpoint ID matches the
pad ID.
Svyatoslav Ryhel (1):
staging: media: tegra-video: vi: improve VI graph building logic
drivers/staging/media/tegra-video/vi.c | 78 ++++++++++++--------------
1 file changed, 35 insertions(+), 43 deletions(-)
--
2.51.0