linux-stable/drivers/gpu/host1x
Sowjanya Komatineni 85f28e98c5 gpu: host1x: mipi: Update tegra_mipi_request() to be node based
[ Upstream commit 767598d447 ]

Tegra CSI driver need a separate MIPI device for each channel as
calibration of corresponding MIPI pads for each channel should
happen independently.

So, this patch updates tegra_mipi_request() API to add a device_node
pointer argument to allow creating mipi device for specific device
node rather than a device.

Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Stable-dep-of: 830c1ded35 ("drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:22:18 -04:00
..
hw gpu: host1x: Don't skip assigning syncpoints to channels 2023-03-11 16:43:46 +01:00
Kconfig
Makefile
bus.c gpu: host1x: Detach driver on unregister 2020-07-16 08:16:33 +02:00
bus.h
cdma.c
cdma.h
channel.c
channel.h
debug.c gpu: host1x: debug: Fix multiple channels emitting messages simultaneously 2020-08-19 08:16:04 +02:00
debug.h
dev.c
dev.h
intr.c
intr.h
job.c gpu: host1x: Allocate gather copy for host1x 2019-12-31 16:44:29 +01:00
job.h
mipi.c gpu: host1x: mipi: Update tegra_mipi_request() to be node based 2024-03-26 18:22:18 -04:00
syncpt.c
syncpt.h