From 6ea4a81f4da565eb07e4eedbe7f80305b5715cf2 Mon Sep 17 00:00:00 2001 From: Vijayakumar Date: Fri, 21 Oct 2016 16:48:17 +0530 Subject: gpu: nvgpu: pci: disable elcg for dGPUs bug 200245907 Change-Id: Ia10faf764a4b2378115c41d5e3a19a65b7bf2ddd Signed-off-by: Vijayakumar 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 --- drivers/gpu/nvgpu/pci.c | 6 +++--- 1 file 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[] = { .railgate_delay = 500, .can_railgate = false, .can_elpg = false, - .enable_elcg = true, + .enable_elcg = false, .enable_slcg = true, .enable_blcg = true, @@ -90,7 +90,7 @@ static struct gk20a_platform nvgpu_pci_device[] = { .railgate_delay = 500, .can_railgate = false, .can_elpg = false, - .enable_elcg = true, + .enable_elcg = false, .enable_slcg = true, .enable_blcg = true, @@ -118,7 +118,7 @@ static struct gk20a_platform nvgpu_pci_device[] = { .railgate_delay = 500, .can_railgate = false, .can_elpg = false, - .enable_elcg = true, + .enable_elcg = false, .enable_slcg = true, .enable_blcg = true, -- cgit v1.2.2