summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
index 8a964caf..00cbe48e 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c
@@ -25,6 +25,8 @@
25#include <soc/tegra/tegra_bpmp.h> 25#include <soc/tegra/tegra_bpmp.h>
26#include <soc/tegra/tegra_powergate.h> 26#include <soc/tegra/tegra_powergate.h>
27 27
28#include <dt-bindings/memory/tegra-swgroup.h>
29
28#include <nvgpu/kmem.h> 30#include <nvgpu/kmem.h>
29#include <nvgpu/bug.h> 31#include <nvgpu/bug.h>
30#include <nvgpu/enabled.h> 32#include <nvgpu/enabled.h>
@@ -417,6 +419,8 @@ struct gk20a_platform gp10b_tegra_platform = {
417 .soc_name = "tegra18x", 419 .soc_name = "tegra18x",
418 420
419 .unified_memory = true, 421 .unified_memory = true,
422
423 .ltc_streamid = TEGRA_SID_GPUB,
420}; 424};
421 425
422 426