summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/pci.c
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/common/linux/pci.c
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/common/linux/pci.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c4
1 files changed, 0 insertions, 4 deletions
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[] = {
244 .vbios_min_version = 0x88001e00, 244 .vbios_min_version = 0x88001e00,
245 .hardcode_sw_threshold = false, 245 .hardcode_sw_threshold = false,
246 .run_preos = true, 246 .run_preos = true,
247 .tsg_required = true,
248 }, 247 },
249 { /* DEVICE=PG503 SKU 200 ES */ 248 { /* DEVICE=PG503 SKU 200 ES */
250 /* ptimer src frequency in hz */ 249 /* ptimer src frequency in hz */
@@ -279,7 +278,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
279 .vbios_min_version = 0x88001e00, 278 .vbios_min_version = 0x88001e00,
280 .hardcode_sw_threshold = false, 279 .hardcode_sw_threshold = false,
281 .run_preos = true, 280 .run_preos = true,
282 .tsg_required = true,
283 }, 281 },
284 { 282 {
285 /* ptimer src frequency in hz */ 283 /* ptimer src frequency in hz */
@@ -314,7 +312,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
314 .vbios_min_version = 0x88000126, 312 .vbios_min_version = 0x88000126,
315 .hardcode_sw_threshold = false, 313 .hardcode_sw_threshold = false,
316 .run_preos = true, 314 .run_preos = true,
317 .tsg_required = true,
318 }, 315 },
319 { /* SKU250 */ 316 { /* SKU250 */
320 /* ptimer src frequency in hz */ 317 /* ptimer src frequency in hz */
@@ -349,7 +346,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
349 .vbios_min_version = 0x1, 346 .vbios_min_version = 0x1,
350 .hardcode_sw_threshold = false, 347 .hardcode_sw_threshold = false,
351 .run_preos = true, 348 .run_preos = true,
352 .tsg_required = true,
353 }, 349 },
354}; 350};
355 351