summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-12-12 18:27:59 -0500
committerRyan Wong <ryanw@nvidia.com>2017-12-14 13:05:59 -0500
commit159d77a69d7a59abc9ee1d0a918cee4a3c04da38 (patch)
tree1c46eeba017840f9f10e97ed6e76f4c073702b83 /drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
parent49be5d49292c9c853f5b6ad53c32d59f866322ec (diff)
gpu: nvgpu: Require TSGs for CE always
All channels should be wrapped in TSGs so that bare channel support can be dropped. Bind all CE channels to TSGs. Bug 1842197 Change-Id: Ia55748d5b53750d860f7764b532ef9eeb6f214b8 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1616693
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
index c40eafe4..d323b248 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c
@@ -972,4 +972,6 @@ struct gk20a_platform gm20b_tegra_platform = {
972 .soc_name = "tegra21x", 972 .soc_name = "tegra21x",
973 973
974 .unified_memory = true, 974 .unified_memory = true,
975
976 .tsg_required = true,
975}; 977};