From 159d77a69d7a59abc9ee1d0a918cee4a3c04da38 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 12 Dec 2017 15:27:59 -0800 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1616693 --- drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.c') 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 = { .soc_name = "tegra21x", .unified_memory = true, + + .tsg_required = true, }; -- cgit v1.2.2