gpu: nvgpu: disable PMU PSTATE support for next dgpu

disable PMU PSTATE support for next dgpu

JIRA NVGPU-5474

Change-Id: I4f461f9b22d5f08f40041dfd24e192ae27b4336e
Signed-off-by: mkumbar <mkumbar@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2365590
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Vaibhav Kachore <vkachore@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:
mkumbar
2020-06-23 13:52:55 +05:30
committed by Alex Waterman
parent 4b206055ae
commit ef2ea1e98b

View File

@@ -216,7 +216,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
.can_elcg = false,
.disable_aspm = true,
.pstate = true,
.pstate = false,
/* power management callbacks */
.is_railgated = nvgpu_pci_tegra_is_railgated,