From 29ec18d2bc83261daa87b51ba8da111798d2941f Mon Sep 17 00:00:00 2001 From: Arvind M Date: Mon, 27 Jan 2025 14:30:03 +0000 Subject: [PATCH] nvdla: kmd: fix copyright header license to GPL v2 Bug 5065840 Change-Id: I2012645108457974e24d3c8799ee9412393408e1 Signed-off-by: Arvind M Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3291589 Reviewed-by: Jon Hunter Reviewed-by: svcacv GVS: buildbot_gerritrpt Reviewed-by: Vishal Thoke Reviewed-by: Amit Sharma (SW-TEGRA) Reviewed-by: Ken Adams --- drivers/video/tegra/host/nvdla/Makefile | 4 ++-- drivers/video/tegra/host/nvdla/Makefile.config.mk | 4 ++-- drivers/video/tegra/host/nvdla/axi/Makefile | 4 ++-- drivers/video/tegra/host/nvdla/dla_channel.h | 4 ++-- drivers/video/tegra/host/nvdla/dla_queue.c | 4 ++-- drivers/video/tegra/host/nvdla/dla_queue.h | 4 ++-- drivers/video/tegra/host/nvdla/dla_t25x_fw_version.h | 4 ++-- drivers/video/tegra/host/nvdla/nvdla.c | 4 ++-- drivers/video/tegra/host/nvdla/nvdla.h | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_cg_regs.h | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_debug.c | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_debug.h | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_hw_flcn.h | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_ioctl.c | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_queue.c | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_t194.h | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_t234.h | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_t25x.h | 4 ++-- drivers/video/tegra/host/nvdla/nvdla_t264_sim.h | 4 ++-- drivers/video/tegra/host/nvdla/port/device/nvdla_device_axi.c | 4 ++-- .../video/tegra/host/nvdla/port/device/nvdla_device_host1x.c | 4 ++-- .../video/tegra/host/nvdla/port/device/nvdla_device_stub.c | 4 ++-- drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_flcn.c | 4 ++-- drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv.c | 4 ++-- drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv_reg.h | 4 ++-- drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_stub.c | 4 ++-- drivers/video/tegra/host/nvdla/port/nvdla_device.h | 4 ++-- drivers/video/tegra/host/nvdla/port/nvdla_fw.h | 4 ++-- drivers/video/tegra/host/nvdla/port/nvdla_host_wrapper.h | 4 ++-- drivers/video/tegra/host/nvdla/port/nvdla_sync.h | 4 ++-- drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_stub.c | 4 ++-- drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt.c | 4 ++-- .../video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt_emu.c | 4 ++-- 33 files changed, 66 insertions(+), 66 deletions(-) diff --git a/drivers/video/tegra/host/nvdla/Makefile b/drivers/video/tegra/host/nvdla/Makefile index 99677468..29acab3c 100644 --- a/drivers/video/tegra/host/nvdla/Makefile +++ b/drivers/video/tegra/host/nvdla/Makefile @@ -1,6 +1,6 @@ # -# SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. -# SPDX-License-Identifier: LicenseRef-NvidiaProprietary +# SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: GPL-2.0-only # # nvhost-nvdla.ko # diff --git a/drivers/video/tegra/host/nvdla/Makefile.config.mk b/drivers/video/tegra/host/nvdla/Makefile.config.mk index 321175ae..d6b1da99 100644 --- a/drivers/video/tegra/host/nvdla/Makefile.config.mk +++ b/drivers/video/tegra/host/nvdla/Makefile.config.mk @@ -1,6 +1,6 @@ # -# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. -# SPDX-License-Identifier: LicenseRef-NvidiaProprietary +# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: GPL-2.0-only # GCOV_PROFILE := y diff --git a/drivers/video/tegra/host/nvdla/axi/Makefile b/drivers/video/tegra/host/nvdla/axi/Makefile index 8d58f8a8..b5e4dbcc 100644 --- a/drivers/video/tegra/host/nvdla/axi/Makefile +++ b/drivers/video/tegra/host/nvdla/axi/Makefile @@ -1,6 +1,6 @@ # -# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. -# SPDX-License-Identifier: LicenseRef-NvidiaProprietary +# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: GPL-2.0-only # NVDLA_MODULE_NAME=axi-nvdla diff --git a/drivers/video/tegra/host/nvdla/dla_channel.h b/drivers/video/tegra/host/nvdla/dla_channel.h index 309cb4e5..012c1264 100644 --- a/drivers/video/tegra/host/nvdla/dla_channel.h +++ b/drivers/video/tegra/host/nvdla/dla_channel.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA channel submission */ diff --git a/drivers/video/tegra/host/nvdla/dla_queue.c b/drivers/video/tegra/host/nvdla/dla_queue.c index 923dc2f3..381120df 100644 --- a/drivers/video/tegra/host/nvdla/dla_queue.c +++ b/drivers/video/tegra/host/nvdla/dla_queue.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2019-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2019-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA queue management */ diff --git a/drivers/video/tegra/host/nvdla/dla_queue.h b/drivers/video/tegra/host/nvdla/dla_queue.h index 9d613dd0..d83fd676 100644 --- a/drivers/video/tegra/host/nvdla/dla_queue.h +++ b/drivers/video/tegra/host/nvdla/dla_queue.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2016-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2016-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA queue management header */ diff --git a/drivers/video/tegra/host/nvdla/dla_t25x_fw_version.h b/drivers/video/tegra/host/nvdla/dla_t25x_fw_version.h index bdd899e5..9f993cf4 100644 --- a/drivers/video/tegra/host/nvdla/dla_t25x_fw_version.h +++ b/drivers/video/tegra/host/nvdla/dla_t25x_fw_version.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2020-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2020-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA OS Interface */ diff --git a/drivers/video/tegra/host/nvdla/nvdla.c b/drivers/video/tegra/host/nvdla/nvdla.c index 9d9c2c6e..2dea5a11 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.c +++ b/drivers/video/tegra/host/nvdla/nvdla.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2016-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2016-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA driver for T194/T23x */ diff --git a/drivers/video/tegra/host/nvdla/nvdla.h b/drivers/video/tegra/host/nvdla/nvdla.h index 7693184c..8dd96d42 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.h +++ b/drivers/video/tegra/host/nvdla/nvdla.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2016-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2016-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * Tegra Graphics Host NVDLA */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_cg_regs.h b/drivers/video/tegra/host/nvdla/nvdla_cg_regs.h index 62856cc2..3e64568a 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_cg_regs.h +++ b/drivers/video/tegra/host/nvdla/nvdla_cg_regs.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_debug.c b/drivers/video/tegra/host/nvdla/nvdla_debug.c index 180a99df..ee5b8848 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_debug.c +++ b/drivers/video/tegra/host/nvdla/nvdla_debug.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2016-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2016-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA debug utils */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_debug.h b/drivers/video/tegra/host/nvdla/nvdla_debug.h index 64720094..66b8f837 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_debug.h +++ b/drivers/video/tegra/host/nvdla/nvdla_debug.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2016-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2016-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA debug utils header */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_hw_flcn.h b/drivers/video/tegra/host/nvdla/nvdla_hw_flcn.h index fbb89a8d..ac27d68f 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_hw_flcn.h +++ b/drivers/video/tegra/host/nvdla/nvdla_hw_flcn.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * Function naming determines intended use: * diff --git a/drivers/video/tegra/host/nvdla/nvdla_ioctl.c b/drivers/video/tegra/host/nvdla/nvdla_ioctl.c index cdfa35ed..6f013741 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_ioctl.c +++ b/drivers/video/tegra/host/nvdla/nvdla_ioctl.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2016-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2016-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA IOCTL */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_queue.c b/drivers/video/tegra/host/nvdla/nvdla_queue.c index d0e5d0b6..241f15e2 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_queue.c +++ b/drivers/video/tegra/host/nvdla/nvdla_queue.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2016-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2016-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA queue and task management. */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_t194.h b/drivers/video/tegra/host/nvdla/nvdla_t194.h index c3909ee9..99d2460b 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_t194.h +++ b/drivers/video/tegra/host/nvdla/nvdla_t194.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * Device data for T194 */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_t234.h b/drivers/video/tegra/host/nvdla/nvdla_t234.h index 10310d81..9f610402 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_t234.h +++ b/drivers/video/tegra/host/nvdla/nvdla_t234.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * Device data for T234 */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_t25x.h b/drivers/video/tegra/host/nvdla/nvdla_t25x.h index bf2d74d2..afef727c 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_t25x.h +++ b/drivers/video/tegra/host/nvdla/nvdla_t25x.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * Device data for T25X simulator */ diff --git a/drivers/video/tegra/host/nvdla/nvdla_t264_sim.h b/drivers/video/tegra/host/nvdla/nvdla_t264_sim.h index e8a92707..d55a1d96 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_t264_sim.h +++ b/drivers/video/tegra/host/nvdla/nvdla_t264_sim.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * Device data for T264 simulator */ diff --git a/drivers/video/tegra/host/nvdla/port/device/nvdla_device_axi.c b/drivers/video/tegra/host/nvdla/port/device/nvdla_device_axi.c index fa5bbaaf..83075c32 100644 --- a/drivers/video/tegra/host/nvdla/port/device/nvdla_device_axi.c +++ b/drivers/video/tegra/host/nvdla/port/device/nvdla_device_axi.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA device implementation as AXI client. */ diff --git a/drivers/video/tegra/host/nvdla/port/device/nvdla_device_host1x.c b/drivers/video/tegra/host/nvdla/port/device/nvdla_device_host1x.c index 01a06fbc..2ee9421d 100644 --- a/drivers/video/tegra/host/nvdla/port/device/nvdla_device_host1x.c +++ b/drivers/video/tegra/host/nvdla/port/device/nvdla_device_host1x.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA device implementation as Host1x client. */ diff --git a/drivers/video/tegra/host/nvdla/port/device/nvdla_device_stub.c b/drivers/video/tegra/host/nvdla/port/device/nvdla_device_stub.c index db4e0981..dd6389f7 100644 --- a/drivers/video/tegra/host/nvdla/port/device/nvdla_device_stub.c +++ b/drivers/video/tegra/host/nvdla/port/device/nvdla_device_stub.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA device stub implementation. */ diff --git a/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_flcn.c b/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_flcn.c index f5a43385..f2b5f75b 100644 --- a/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_flcn.c +++ b/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_flcn.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA KMD-FALCON implementation */ diff --git a/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv.c b/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv.c index a5571c6b..e285573f 100644 --- a/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv.c +++ b/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA KMD-RISCV implementation */ diff --git a/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv_reg.h b/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv_reg.h index c8e5cad5..f3ce6e4c 100644 --- a/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv_reg.h +++ b/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_riscv_reg.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * Function naming determines intended use: * diff --git a/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_stub.c b/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_stub.c index afc357ce..5410b209 100644 --- a/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_stub.c +++ b/drivers/video/tegra/host/nvdla/port/fw/nvdla_fw_stub.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA KMD-uC stub implementation */ diff --git a/drivers/video/tegra/host/nvdla/port/nvdla_device.h b/drivers/video/tegra/host/nvdla/port/nvdla_device.h index 27874a9c..a266011e 100644 --- a/drivers/video/tegra/host/nvdla/port/nvdla_device.h +++ b/drivers/video/tegra/host/nvdla/port/nvdla_device.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA device interface */ diff --git a/drivers/video/tegra/host/nvdla/port/nvdla_fw.h b/drivers/video/tegra/host/nvdla/port/nvdla_fw.h index 73afed9d..30fdcd47 100644 --- a/drivers/video/tegra/host/nvdla/port/nvdla_fw.h +++ b/drivers/video/tegra/host/nvdla/port/nvdla_fw.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA KMD-FW interface */ diff --git a/drivers/video/tegra/host/nvdla/port/nvdla_host_wrapper.h b/drivers/video/tegra/host/nvdla/port/nvdla_host_wrapper.h index 47e91018..0a623f7e 100644 --- a/drivers/video/tegra/host/nvdla/port/nvdla_host_wrapper.h +++ b/drivers/video/tegra/host/nvdla/port/nvdla_host_wrapper.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA NVHOST-WRAPPER */ diff --git a/drivers/video/tegra/host/nvdla/port/nvdla_sync.h b/drivers/video/tegra/host/nvdla/port/nvdla_sync.h index 9ff65378..f89e85cb 100644 --- a/drivers/video/tegra/host/nvdla/port/nvdla_sync.h +++ b/drivers/video/tegra/host/nvdla/port/nvdla_sync.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */ -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA Synchornization Management Header */ diff --git a/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_stub.c b/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_stub.c index 94e3e215..83953c36 100644 --- a/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_stub.c +++ b/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_stub.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA syncpoint stub implementation */ diff --git a/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt.c b/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt.c index bb96a441..5830cccc 100644 --- a/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt.c +++ b/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA syncpoint wrapper implementation */ diff --git a/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt_emu.c b/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt_emu.c index 78628f80..f945fa52 100644 --- a/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt_emu.c +++ b/drivers/video/tegra/host/nvdla/port/sync/nvdla_sync_syncpt_emu.c @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary -/* SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * * NVDLA syncpoint emulator wrapper implementation */