summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-12-28 17:08:25 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-02 16:53:05 -0500
commit14fa8207e2f7feb36f8fa284b94859e05136eb0f (patch)
treebe05914b21122b80b56f2dc8f0f1799321ca1fc1 /drivers/gpu/nvgpu/include
parent4f67a794ddbb9e5c1ce66461fabdf3f27708945a (diff)
gpu: nvgpu: Remove TSG required flag
Remove nvgpu internal flag indicating that TSGs are required. We now require TSGs always. This also fixes a regression where CE channels were back to using bare channels on gp106. Bug 1842197 Change-Id: Id359e5a455fb324278636bb8994b583936490ffd Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1628481 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade <dnibade@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/enabled.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/enabled.h b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
index 4f31e3e2..3a5caf0c 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/enabled.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
@@ -63,8 +63,6 @@ struct gk20a;
63#define NVGPU_MM_HONORS_APERTURE 17 63#define NVGPU_MM_HONORS_APERTURE 17
64/* unified or split memory with separate vidmem? */ 64/* unified or split memory with separate vidmem? */
65#define NVGPU_MM_UNIFIED_MEMORY 18 65#define NVGPU_MM_UNIFIED_MEMORY 18
66/* kernel mode ce vidmem clearing channels need to be in a tsg */
67#define NVGPU_MM_CE_TSG_REQUIRED 19
68/* User-space managed address spaces support */ 66/* User-space managed address spaces support */
69#define NVGPU_SUPPORT_USERSPACE_MANAGED_AS 20 67#define NVGPU_SUPPORT_USERSPACE_MANAGED_AS 20
70/* IO coherence support is available */ 68/* IO coherence support is available */