From b64dfdcf9edfd50a8e10aed8a8c96f85c25d59d9 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Tue, 27 Mar 2018 15:27:18 -0700 Subject: gpu: nvgpu: gv100: enable elcg, blcg, slcg Bug 200399393 Change-Id: I60b2704ba447e45c330f2dc133cb2fa17e107f1c Signed-off-by: Seema Khowala Reviewed-on: https://git-master.nvidia.com/r/1683105 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/pci.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'drivers/gpu/nvgpu') diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c index 97c4c6bb..74f08704 100644 --- a/drivers/gpu/nvgpu/common/linux/pci.c +++ b/drivers/gpu/nvgpu/common/linux/pci.c @@ -327,13 +327,13 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_railgate_init = false, .can_elpg_init = false, .enable_elpg = false, - .enable_elcg = false, - .enable_slcg = false, - .enable_blcg = false, + .enable_elcg = true, + .enable_slcg = true, + .enable_blcg = true, .enable_mscg = false, - .can_slcg = false, - .can_blcg = false, - .can_elcg = false, + .can_slcg = true, + .can_blcg = true, + .can_elcg = true, .default_pri_timeout = 0x3ff, .disable_aspm = true, -- cgit v1.2.2