summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/os/linux/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/pci.c b/drivers/gpu/nvgpu/os/linux/pci.c
index 2a2cd077..3b73b539 100644
--- a/drivers/gpu/nvgpu/os/linux/pci.c
+++ b/drivers/gpu/nvgpu/os/linux/pci.c
@@ -330,13 +330,13 @@ static struct gk20a_platform nvgpu_pci_device[] = {
330 .can_railgate_init = false, 330 .can_railgate_init = false,
331 .can_elpg_init = false, 331 .can_elpg_init = false,
332 .enable_elpg = false, 332 .enable_elpg = false,
333 .enable_elcg = true, 333 .enable_elcg = false,
334 .enable_slcg = true, 334 .enable_slcg = true,
335 .enable_blcg = true, 335 .enable_blcg = true,
336 .enable_mscg = false, 336 .enable_mscg = false,
337 .can_slcg = true, 337 .can_slcg = true,
338 .can_blcg = true, 338 .can_blcg = true,
339 .can_elcg = true, 339 .can_elcg = false,
340 340
341 .disable_aspm = true, 341 .disable_aspm = true,
342 342