From 5215d65c25b5e76c19d9d12b03c52f69e2d40227 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 24 May 2018 15:25:41 -0700 Subject: gpu: nvgpu: Remove setting of PRI timeout PRI timeout should always use the HW initialization value. Do not set it explicitly. JIRA NVGPU-588 Change-Id: Idb63caba07c5fa7e0439e572861443f2783d0adc Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1730892 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/pci.c | 9 --------- 1 file changed, 9 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 70125cbc..3d3c2a9f 100644 --- a/drivers/gpu/nvgpu/common/linux/pci.c +++ b/drivers/gpu/nvgpu/common/linux/pci.c @@ -90,7 +90,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = true, .can_blcg = true, .can_elcg = true, - .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -127,7 +126,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = true, .can_blcg = true, .can_elcg = true, - .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -164,7 +162,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = true, .can_blcg = true, .can_elcg = true, - .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -201,7 +198,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = true, .can_blcg = true, .can_elcg = true, - .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -238,7 +234,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = false, .can_blcg = false, .can_elcg = false, - .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -273,7 +268,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = false, .can_blcg = false, .can_elcg = false, - .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -308,7 +302,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = false, .can_blcg = false, .can_elcg = false, - .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -344,7 +337,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = true, .can_blcg = true, .can_elcg = true, - .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -380,7 +372,6 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_slcg = false, .can_blcg = false, .can_elcg = false, - .default_pri_timeout = 0x3ff, .disable_aspm = true, -- cgit v1.2.2