mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: disable pstate support for tu104
Disabling pstates on TU104 which is no more a POR. BUG-200736830 Signed-off-by: Ramesh Mylavarapu <rmylavarapu@nvidia.com> Change-Id: I36a0d5fac5d1294802e5150dcebd5dcb54ad5f2e Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2584268 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
135e056e9e
commit
a96c04d097
@@ -99,7 +99,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
|
||||
.disable_aspm = true,
|
||||
.disable_nvlink = false,
|
||||
.pstate = true,
|
||||
.pstate = false,
|
||||
|
||||
/* power management callbacks */
|
||||
.is_railgated = nvgpu_pci_tegra_is_railgated,
|
||||
@@ -142,7 +142,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
|
||||
.disable_aspm = true,
|
||||
.disable_nvlink = false,
|
||||
.pstate = true,
|
||||
.pstate = false,
|
||||
|
||||
/* power management callbacks */
|
||||
.is_railgated = nvgpu_pci_tegra_is_railgated,
|
||||
|
||||
Reference in New Issue
Block a user