summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pci.c
diff options
context:
space:
mode:
authorDavid Nieto <dmartineznie@nvidia.com>2016-12-02 18:18:30 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-04 18:54:01 -0500
commit5711e2b1f7c3a34444c654e7a3bf0a6f8201ef03 (patch)
treeb95e254b382e888b8f4d1ef18c65e50aed9ffc97 /drivers/gpu/nvgpu/pci.c
parentd59c7d1b98395bac25c721d0318fe4b32f0b13cd (diff)
gpu: nvgpu: remove default verbose in pbus isr
And reduce pri timeout to match PCIE specs bug 200246808 Change-Id: I0225ae964b5635665fe774c43f773d0ce86650ab Signed-off-by: David Nieto <dmartineznie@nvidia.com> Reviewed-on: http://git-master/r/1264179 (cherry picked from commit 1c3dbf8324b7ec5d06bd0e57e7deee9a1c8e9411) Reviewed-on: http://git-master/r/1280328 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/pci.c')
-rw-r--r--drivers/gpu/nvgpu/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index 7dd5ce03..80fe5342 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -65,6 +65,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
65 .enable_elcg = false, 65 .enable_elcg = false,
66 .enable_slcg = true, 66 .enable_slcg = true,
67 .enable_blcg = true, 67 .enable_blcg = true,
68 .default_pri_timeout = 0x3ff,
68 69
69 .disable_aspm = true, 70 .disable_aspm = true,
70 71