mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
nvidia-oot: Add oot support for maxim seralizer
This change adds oot supports for maxim seralizer driver. JIRA TDS-11357 Change-Id: I630b8fc8c30fa1a8050668530f480940493c48bf Signed-off-by: Mihir Pradeep Garude <mgarude@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2812152 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
62dbefc85b
commit
a60be47521
@@ -5,3 +5,4 @@ obj-m += nvmap/
|
|||||||
obj-m += host/nvdla/
|
obj-m += host/nvdla/
|
||||||
obj-m += host/pva/
|
obj-m += host/pva/
|
||||||
obj-m += tsec/
|
obj-m += tsec/
|
||||||
|
obj-m += dc/bridge/
|
||||||
|
|||||||
10
drivers/video/tegra/dc/bridge/Makefile
Normal file
10
drivers/video/tegra/dc/bridge/Makefile
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
# Set config when build as OOT module.
|
||||||
|
ifeq ($(CONFIG_TEGRA_OOT_MODULE),m)
|
||||||
|
CONFIG_MAXIM_GMSL_DP_SERIALIZER := m
|
||||||
|
endif
|
||||||
|
|
||||||
|
obj-$(CONFIG_MAXIM_GMSL_DP_SERIALIZER) += maxim_gmsl_dp_serializer.o
|
||||||
@@ -62,3 +62,6 @@ nvidia/include/uapi/misc/mods.h include/uapi/misc/mods.h
|
|||||||
nvidia/drivers/platform/tegra/dce drivers/platform/tegra
|
nvidia/drivers/platform/tegra/dce drivers/platform/tegra
|
||||||
nvidia/include/linux/platform/tegra/dce/dce-client-ipc.h include/linux/platform/tegra/dce/dce-client-ipc.h
|
nvidia/include/linux/platform/tegra/dce/dce-client-ipc.h include/linux/platform/tegra/dce/dce-client-ipc.h
|
||||||
nvidia/include/trace/events/dce_events.h include/trace/events/dce_events.h
|
nvidia/include/trace/events/dce_events.h include/trace/events/dce_events.h
|
||||||
|
|
||||||
|
# Files/directory for Maxim DP->GMSL serializer
|
||||||
|
nvidia/drivers/video/tegra/dc/bridge/maxim_gmsl_dp_serializer.c drivers/video/tegra/dc/bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user