gpu: nvgpu: Disabling pstate support on GV100

As GV100 is no longer a POR for future release,
this CL will disable PSTATE support which will
give libertity to clean up the code related to
PSTATE.

Change-Id: Iabb2652ff94c5671a2baf472431964d7108ec537
Signed-off-by: rmylavarapu <rmylavarapu@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2031779
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
rmylavarapu
2019-03-04 15:05:28 +05:30
committed by mobile promotions
parent 278ec56a6f
commit 637bf87651

View File

@@ -1247,7 +1247,7 @@ int gv100_init_hal(struct gk20a *g)
nvgpu_set_enabled(g, NVGPU_SUPPORT_ZBC_STENCIL, true);
/* for now */
nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true);
nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, false);
g->pmu_lsf_pmu_wpr_init_done = 0;
gops->clk.split_rail_support = false;