From b610bb95108afe54895219e06859cf241fabc9db Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Thu, 31 Aug 2017 14:51:05 +0530 Subject: gpu: nvgpu: disable power features for dgpu PG503 JIRA NVGPUGV100-7 Change-Id: I17c72d88c8f44702289601dbfa3d8e434cdf351b Signed-off-by: Mahantesh Kumbar Reviewed-on: https://git-master.nvidia.com/r/1549262 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vijayakumar Subbu Reviewed-by: svc-mobile-coverity GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/common/linux/pci.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'drivers/gpu/nvgpu/common') 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[] = { /* power management configuration */ .railgate_delay_init = 500, .can_railgate_init = false, - .can_elpg_init = true, - .enable_elpg = true, + .can_elpg_init = false, + .enable_elpg = false, .enable_elcg = false, - .enable_slcg = true, - .enable_blcg = true, - .enable_mscg = true, + .enable_slcg = false, + .enable_blcg = false, + .enable_mscg = false, .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -235,12 +235,12 @@ static struct gk20a_platform nvgpu_pci_device[] = { /* power management configuration */ .railgate_delay_init = 500, .can_railgate_init = false, - .can_elpg_init = true, - .enable_elpg = true, + .can_elpg_init = false, + .enable_elpg = false, .enable_elcg = false, - .enable_slcg = true, - .enable_blcg = true, - .enable_mscg = true, + .enable_slcg = false, + .enable_blcg = false, + .enable_mscg = false, .default_pri_timeout = 0x3ff, .disable_aspm = true, -- cgit v1.2.2