mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
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
This commit is contained in:
committed by
mobile promotions
parent
1b539a33d8
commit
6ea4a81f4d
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user