diff --git a/drivers/video/tegra/host/nvdla/dla_channel.c b/drivers/video/tegra/host/nvdla/dla_channel.c index 5845fb84..a31e634a 100644 --- a/drivers/video/tegra/host/nvdla/dla_channel.c +++ b/drivers/video/tegra/host/nvdla/dla_channel.c @@ -1,9 +1,8 @@ // SPDX-License-Identifier: GPL-2.0-only /* + * Copyright (c) 2022-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA channel submission - * - * Copyright (c) 2022, NVIDIA Corporation. All rights reserved. - * */ #include diff --git a/drivers/video/tegra/host/nvdla/dla_channel.h b/drivers/video/tegra/host/nvdla/dla_channel.h index 9c782345..73c57bac 100644 --- a/drivers/video/tegra/host/nvdla/dla_channel.h +++ b/drivers/video/tegra/host/nvdla/dla_channel.h @@ -1,9 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* + * Copyright (c) 2022-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA channel submission - * - * Copyright (c) 2022, NVIDIA Corporation. All rights reserved. - * */ #ifndef __NVHOST_NVDLA_CHANNEL_H__ diff --git a/drivers/video/tegra/host/nvdla/dla_os_interface.h b/drivers/video/tegra/host/nvdla/dla_os_interface.h index cc340bf8..f18fbb9a 100644 --- a/drivers/video/tegra/host/nvdla/dla_os_interface.h +++ b/drivers/video/tegra/host/nvdla/dla_os_interface.h @@ -1,19 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* + * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA OS Interface - * - * Copyright (c) 2016-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #ifndef DLA_OS_INTERFACE_H diff --git a/drivers/video/tegra/host/nvdla/dla_queue.c b/drivers/video/tegra/host/nvdla/dla_queue.c index 9f845d39..c1e62970 100644 --- a/drivers/video/tegra/host/nvdla/dla_queue.c +++ b/drivers/video/tegra/host/nvdla/dla_queue.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* + * Copyright (c) 2019-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA queue management - * - * Copyright (c) 2019-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #include diff --git a/drivers/video/tegra/host/nvdla/dla_queue.h b/drivers/video/tegra/host/nvdla/dla_queue.h index edc2389a..1458a48d 100644 --- a/drivers/video/tegra/host/nvdla/dla_queue.h +++ b/drivers/video/tegra/host/nvdla/dla_queue.h @@ -1,19 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* + * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. + * * NVHOST Queue management header for T194/T23x - * - * Copyright (c) 2016-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #ifndef __NVHOST_NVDLA_QUEUE_H__ diff --git a/drivers/video/tegra/host/nvdla/dla_t19x_fw_version.h b/drivers/video/tegra/host/nvdla/dla_t19x_fw_version.h index 1c90d967..e0a78091 100644 --- a/drivers/video/tegra/host/nvdla/dla_t19x_fw_version.h +++ b/drivers/video/tegra/host/nvdla/dla_t19x_fw_version.h @@ -1,17 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* + * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA OS Interface - * - * Copyright (c) 2016-2020, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * */ #ifndef DLA_T19X_FW_VERSION_H diff --git a/drivers/video/tegra/host/nvdla/dla_t23x_fw_version.h b/drivers/video/tegra/host/nvdla/dla_t23x_fw_version.h index 6f8accc1..d3a18d65 100644 --- a/drivers/video/tegra/host/nvdla/dla_t23x_fw_version.h +++ b/drivers/video/tegra/host/nvdla/dla_t23x_fw_version.h @@ -1,17 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* + * Copyright (c) 2020-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA OS Interface - * - * Copyright (c) 2020, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * */ #ifndef DLA_T23X_FW_VERSION_H diff --git a/drivers/video/tegra/host/nvdla/nvdla.c b/drivers/video/tegra/host/nvdla/nvdla.c index 601aa7b5..52b372e8 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.c +++ b/drivers/video/tegra/host/nvdla/nvdla.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * NVDLA driver for T194/T23x - * * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * NVDLA driver for T194/T23x */ #include diff --git a/drivers/video/tegra/host/nvdla/nvdla.h b/drivers/video/tegra/host/nvdla/nvdla.h index c0bf8e39..27eca154 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.h +++ b/drivers/video/tegra/host/nvdla/nvdla.h @@ -1,21 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * drivers/video/tegra/host/nvdla/nvdla.h - * - * Tegra Graphics Host NVDLA - * * Copyright (c) 2016-2023 NVIDIA Corporation. All rights reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Tegra Graphics Host NVDLA */ #ifndef __NVHOST_NVDLA_H__ diff --git a/drivers/video/tegra/host/nvdla/nvdla_buffer.c b/drivers/video/tegra/host/nvdla/nvdla_buffer.c index 1abb6b99..7577b99d 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_buffer.c +++ b/drivers/video/tegra/host/nvdla/nvdla_buffer.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* + * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. + * * NVHOST buffer management for T194 - * - * Copyright (c) 2016-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #include diff --git a/drivers/video/tegra/host/nvdla/nvdla_buffer.h b/drivers/video/tegra/host/nvdla/nvdla_buffer.h index 2243c991..d1f02997 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_buffer.h +++ b/drivers/video/tegra/host/nvdla/nvdla_buffer.h @@ -1,19 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* + * Copyright (c) 2019-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA Buffer Management Header - * - * Copyright (c) 2019-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #ifndef __NVHOST_NVDLA_BUFFER_H__ diff --git a/drivers/video/tegra/host/nvdla/nvdla_cg_regs.h b/drivers/video/tegra/host/nvdla/nvdla_cg_regs.h index d7109137..f10d8b5e 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_cg_regs.h +++ b/drivers/video/tegra/host/nvdla/nvdla_cg_regs.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2022, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA Corporation. All rights reserved. */ #ifndef __NVHOST_NVDLA_CG_REGS_H__ diff --git a/drivers/video/tegra/host/nvdla/nvdla_debug.c b/drivers/video/tegra/host/nvdla/nvdla_debug.c index 761f8298..668b4448 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_debug.c +++ b/drivers/video/tegra/host/nvdla/nvdla_debug.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * NVDLA debug utils - * * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * NVDLA debug utils */ #include diff --git a/drivers/video/tegra/host/nvdla/nvdla_debug.h b/drivers/video/tegra/host/nvdla/nvdla_debug.h index 8b4c3b1e..5df9a5b6 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_debug.h +++ b/drivers/video/tegra/host/nvdla/nvdla_debug.h @@ -1,20 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* + * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA debug utils header - * - * Copyright (c) 2016-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * */ #ifndef NVDLA_DEBUG_H diff --git a/drivers/video/tegra/host/nvdla/nvdla_ioctl.c b/drivers/video/tegra/host/nvdla/nvdla_ioctl.c index d70c9f59..1ab08669 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_ioctl.c +++ b/drivers/video/tegra/host/nvdla/nvdla_ioctl.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* + * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. + * * NVDLA IOCTL for T194 - * - * Copyright (c) 2016-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #include diff --git a/drivers/video/tegra/host/nvdla/nvdla_queue.c b/drivers/video/tegra/host/nvdla/nvdla_queue.c index e297fce1..04799a1b 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_queue.c +++ b/drivers/video/tegra/host/nvdla/nvdla_queue.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * NVDLA queue and task management for T194 - * * Copyright (c) 2016-2023, NVIDIA Corporation. All rights reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * NVDLA queue and task management for T194 */ #include diff --git a/drivers/video/tegra/host/nvdla/nvdla_t194.h b/drivers/video/tegra/host/nvdla/nvdla_t194.h index dda1c34d..9cad135c 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_t194.h +++ b/drivers/video/tegra/host/nvdla/nvdla_t194.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2022, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA Corporation. All rights reserved. */ #ifndef __NVHOST_NVDLA_T194_H__ diff --git a/drivers/video/tegra/host/nvdla/nvdla_t234.h b/drivers/video/tegra/host/nvdla/nvdla_t234.h index a24e2ba3..7060e72c 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_t234.h +++ b/drivers/video/tegra/host/nvdla/nvdla_t234.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2022, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA Corporation. All rights reserved. */ #ifndef __NVHOST_NVDLA_T234_H__ diff --git a/include/uapi/linux/nvhost_nvdla_ioctl.h b/include/uapi/linux/nvhost_nvdla_ioctl.h index a14d344b..3778d483 100644 --- a/include/uapi/linux/nvhost_nvdla_ioctl.h +++ b/include/uapi/linux/nvhost_nvdla_ioctl.h @@ -1,21 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * include/uapi/linux/nvhost_nvdla_ioctl.h + * Copyright (c) 2016-2023, NVIDIA CORPORATION. All rights reserved. * * Tegra NvDLA Driver - * - * Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . */ #ifndef __UAPI_LINUX_NVHOST_NVDLA_IOCTL_H