diff options
author | Joshua Bakita <bakitajoshua@gmail.com> | 2023-10-29 13:07:40 -0400 |
---|---|---|
committer | Joshua Bakita <bakitajoshua@gmail.com> | 2023-10-29 13:10:52 -0400 |
commit | 2c5337a24f7f2d02989dfb733c55d6d8c7e90493 (patch) | |
tree | b9f1028cb443b03190b710c0d7ee640bf5958631 /include/os/linux/platform_gv11b_tegra.c | |
parent | aa06f84f03cba7ad1aae5cd527355bb3d8c152a6 (diff) |
Update includes to L4T r32.7.4 and drop nvgpu/gk20a.h dependency
Also add instructions for updating `include/`. These files are now
only needed to build on Linux 4.9-based Tegra platforms.
Diffstat (limited to 'include/os/linux/platform_gv11b_tegra.c')
-rw-r--r-- | include/os/linux/platform_gv11b_tegra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/os/linux/platform_gv11b_tegra.c b/include/os/linux/platform_gv11b_tegra.c index 6c9d0f5..7900eaa 100644 --- a/include/os/linux/platform_gv11b_tegra.c +++ b/include/os/linux/platform_gv11b_tegra.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * GV11B Tegra Platform Interface | 2 | * GV11B Tegra Platform Interface |
3 | * | 3 | * |
4 | * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved. | 4 | * Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms and conditions of the GNU General Public License, | 7 | * under the terms and conditions of the GNU General Public License, |
@@ -322,7 +322,7 @@ struct gk20a_platform gv11b_tegra_platform = { | |||
322 | 322 | ||
323 | .honors_aperture = true, | 323 | .honors_aperture = true, |
324 | .unified_memory = true, | 324 | .unified_memory = true, |
325 | .dma_mask = DMA_BIT_MASK(36), | 325 | .dma_mask = DMA_BIT_MASK(38), |
326 | 326 | ||
327 | .reset_assert = gp10b_tegra_reset_assert, | 327 | .reset_assert = gp10b_tegra_reset_assert, |
328 | .reset_deassert = gp10b_tegra_reset_deassert, | 328 | .reset_deassert = gp10b_tegra_reset_deassert, |