summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/pci.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index 87c1e37e..4ea86e7f 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -205,12 +205,12 @@ static struct gk20a_platform nvgpu_pci_device[] = {
205 /* power management configuration */ 205 /* power management configuration */
206 .railgate_delay_init = 500, 206 .railgate_delay_init = 500,
207 .can_railgate_init = false, 207 .can_railgate_init = false,
208 .can_elpg_init = true, 208 .can_elpg_init = false,
209 .enable_elpg = true, 209 .enable_elpg = false,
210 .enable_elcg = false, 210 .enable_elcg = false,
211 .enable_slcg = true, 211 .enable_slcg = false,
212 .enable_blcg = true, 212 .enable_blcg = false,
213 .enable_mscg = true, 213 .enable_mscg = false,
214 .default_pri_timeout = 0x3ff, 214 .default_pri_timeout = 0x3ff,
215 215
216 .disable_aspm = true, 216 .disable_aspm = true,
@@ -235,12 +235,12 @@ static struct gk20a_platform nvgpu_pci_device[] = {
235 /* power management configuration */ 235 /* power management configuration */
236 .railgate_delay_init = 500, 236 .railgate_delay_init = 500,
237 .can_railgate_init = false, 237 .can_railgate_init = false,
238 .can_elpg_init = true, 238 .can_elpg_init = false,
239 .enable_elpg = true, 239 .enable_elpg = false,
240 .enable_elcg = false, 240 .enable_elcg = false,
241 .enable_slcg = true, 241 .enable_slcg = false,
242 .enable_blcg = true, 242 .enable_blcg = false,
243 .enable_mscg = true, 243 .enable_mscg = false,
244 .default_pri_timeout = 0x3ff, 244 .default_pri_timeout = 0x3ff,
245 245
246 .disable_aspm = true, 246 .disable_aspm = true,