From 14fa8207e2f7feb36f8fa284b94859e05136eb0f Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 28 Dec 2017 14:08:25 -0800 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1628481 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade GVS: Gerrit_Virtual_Submit Reviewed-by: Seshendra Gadagottu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/pci.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/gpu/nvgpu/common/linux/pci.c') diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c index 342fa5af..928d8354 100644 --- a/drivers/gpu/nvgpu/common/linux/pci.c +++ b/drivers/gpu/nvgpu/common/linux/pci.c @@ -244,7 +244,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .vbios_min_version = 0x88001e00, .hardcode_sw_threshold = false, .run_preos = true, - .tsg_required = true, }, { /* DEVICE=PG503 SKU 200 ES */ /* ptimer src frequency in hz */ @@ -279,7 +278,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .vbios_min_version = 0x88001e00, .hardcode_sw_threshold = false, .run_preos = true, - .tsg_required = true, }, { /* ptimer src frequency in hz */ @@ -314,7 +312,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .vbios_min_version = 0x88000126, .hardcode_sw_threshold = false, .run_preos = true, - .tsg_required = true, }, { /* SKU250 */ /* ptimer src frequency in hz */ @@ -349,7 +346,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .vbios_min_version = 0x1, .hardcode_sw_threshold = false, .run_preos = true, - .tsg_required = true, }, }; -- cgit v1.2.2