summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-05-15 06:48:51 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:56 -0400
commit24fc5e36a7f4fe2f36f78c6c91909595964f1645 (patch)
treed8073cb8149cf3563b361c1f145ec61ee3c69a9a /drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
parent48f0b407f967d73a2301a215bb5c381be3876a20 (diff)
gpu: nvgpu: Initialize FECS explicitly on recovery
Instead of calling second phase of PMU boot sequence, initialize FECS directly. Change-Id: I7f9de0c5ec42049033839d244979f3f3daabf317 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/410204
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 482abbc8..4af23e3d 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -1882,7 +1882,7 @@ int gk20a_init_pmu_setup_hw2(struct gk20a *g)
1882 return err; 1882 return err;
1883 } 1883 }
1884 1884
1885 err = gr_gk20a_fecs_set_reglist_virual_addr(g, pmu->pg_buf.pmu_va); 1885 err = gr_gk20a_fecs_set_reglist_virtual_addr(g, pmu->pg_buf.pmu_va);
1886 if (err) { 1886 if (err) {
1887 gk20a_err(dev_from_gk20a(g), 1887 gk20a_err(dev_from_gk20a(g),
1888 "fail to set pg buffer pmu va"); 1888 "fail to set pg buffer pmu va");