summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index 80fe5342..5716d034 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -96,6 +96,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
96 .enable_elcg = false, 96 .enable_elcg = false,
97 .enable_slcg = true, 97 .enable_slcg = true,
98 .enable_blcg = true, 98 .enable_blcg = true,
99 .default_pri_timeout = 0x3ff,
99 100
100 .disable_aspm = true, 101 .disable_aspm = true,
101 102
@@ -126,6 +127,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
126 .enable_elcg = false, 127 .enable_elcg = false,
127 .enable_slcg = true, 128 .enable_slcg = true,
128 .enable_blcg = true, 129 .enable_blcg = true,
130 .default_pri_timeout = 0x3ff,
129 131
130 .disable_aspm = true, 132 .disable_aspm = true,
131 133