summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-06-18 07:39:25 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:17 -0400
commit7878824093972a6b8805dd8c00f1838e24a61ec0 (patch)
treeefbef295366773abb59c53aa26c3768a6619c3ad /drivers/gpu/nvgpu/gk20a/gk20a.h
parent7ed71374e90f8e5c8554cb7d2f14aa8e9a807862 (diff)
gpu: nvgpu: Separate PMU firmware load from init
Separate the code to load PMU firmware from the software init. This allows folding ACR and non-ACR PMU software initialization sequences. Bug 200006956 Change-Id: I74b289747852167e8ebf1be63036c790ae634da4 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/424768 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 127cb85c..07826675 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -220,7 +220,7 @@ struct gpu_ops {
220 u32 num_pages, u32 pgsz_idx); 220 u32 num_pages, u32 pgsz_idx);
221 } mm; 221 } mm;
222 struct { 222 struct {
223 int (*pmu_setup_sw)(struct gk20a *g); 223 int (*prepare_ucode)(struct gk20a *g);
224 int (*pmu_setup_hw_and_bootstrap)(struct gk20a *g); 224 int (*pmu_setup_hw_and_bootstrap)(struct gk20a *g);
225 } pmu; 225 } pmu;
226}; 226};