summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu
diff options
context:
space:
mode:
authorVijayakumar <vsubbu@nvidia.com>2016-10-21 07:18:17 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-12-19 17:06:02 -0500
commit6ea4a81f4da565eb07e4eedbe7f80305b5715cf2 (patch)
treeac9ba1a1c2a12be7fc6ec85b13678ae470395d07 /drivers/gpu/nvgpu
parent1b539a33d8dca88dafffda8f410d6847a891c7e4 (diff)
gpu: nvgpu: pci: disable elcg for dGPUs
bug 200245907 Change-Id: Ia10faf764a4b2378115c41d5e3a19a65b7bf2ddd Signed-off-by: Vijayakumar <vsubbu@nvidia.com> Reviewed-on: http://git-master/r/1240623 (cherry picked from commit be278f2913c92ec1dfb83f9f5224d3de10a8defc) Reviewed-on: http://git-master/r/1248740 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu')
-rw-r--r--drivers/gpu/nvgpu/pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index c3617789..0ba36a30 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -62,7 +62,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
62 .railgate_delay = 500, 62 .railgate_delay = 500,
63 .can_railgate = false, 63 .can_railgate = false,
64 .can_elpg = false, 64 .can_elpg = false,
65 .enable_elcg = true, 65 .enable_elcg = false,
66 .enable_slcg = true, 66 .enable_slcg = true,
67 .enable_blcg = true, 67 .enable_blcg = true,
68 68
@@ -90,7 +90,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
90 .railgate_delay = 500, 90 .railgate_delay = 500,
91 .can_railgate = false, 91 .can_railgate = false,
92 .can_elpg = false, 92 .can_elpg = false,
93 .enable_elcg = true, 93 .enable_elcg = false,
94 .enable_slcg = true, 94 .enable_slcg = true,
95 .enable_blcg = true, 95 .enable_blcg = true,
96 96
@@ -118,7 +118,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
118 .railgate_delay = 500, 118 .railgate_delay = 500,
119 .can_railgate = false, 119 .can_railgate = false,
120 .can_elpg = false, 120 .can_elpg = false,
121 .enable_elcg = true, 121 .enable_elcg = false,
122 .enable_slcg = true, 122 .enable_slcg = true,
123 .enable_blcg = true, 123 .enable_blcg = true,
124 124