The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1 0/1] staging: media: tegra-video: vi: improve VI graph building logic
@ 2026-05-12 10:03 Svyatoslav Ryhel
  2026-05-12 10:03 ` [PATCH v1 1/1] " Svyatoslav Ryhel
  0 siblings, 1 reply; 2+ messages in thread
From: Svyatoslav Ryhel @ 2026-05-12 10:03 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Sowjanya Komatineni,
	Luca Ceresoli, Mauro Carvalho Chehab, Hans Verkuil,
	Greg Kroah-Hartman, Svyatoslav Ryhel
  Cc: linux-media, linux-tegra, linux-staging, linux-kernel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-12 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12 10:03 [PATCH v1 0/1] staging: media: tegra-video: vi: improve VI graph building logic Svyatoslav Ryhel
2026-05-12 10:03 ` [PATCH v1 1/1] " Svyatoslav Ryhel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox