summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
authorSupriya <ssharatkumar@nvidia.com>2017-10-31 02:24:53 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-27 04:49:17 -0500
commit6194cfdef52afcb17aa2921685f370e4c5d27819 (patch)
treedd890e3ea5bd61f204804236dffedd551f30b4fa /drivers/gpu/nvgpu/gk20a
parent536ec21b565ab1368b53a26d6ec7ed05857f0775 (diff)
gpu: nvgpu: split init_falcon_setup_hw
This CL is as part of phased changes to support NO LSPMU Changes done are to add new pmu ops : - setup_apertures - update_lspmu_cmdline_args These would be called from pmu op init_falcon_setup_hw JIRA NVGPU-296 Change-Id: Idbcec5c93ca3150df5c9fb81d65b9fce778cecb8 Signed-off-by: Supriya <ssharatkumar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1589004 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 33d40cd5..e586913e 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -866,6 +866,8 @@ struct gpu_ops {
866 void *lsfm, u32 *p_bl_gen_desc_size, u32 falconid); 866 void *lsfm, u32 *p_bl_gen_desc_size, u32 falconid);
867 void (*handle_ext_irq)(struct gk20a *g, u32 intr); 867 void (*handle_ext_irq)(struct gk20a *g, u32 intr);
868 void (*set_irqmask)(struct gk20a *g); 868 void (*set_irqmask)(struct gk20a *g);
869 void (*update_lspmu_cmdline_args)(struct gk20a *g);
870 void (*setup_apertures)(struct gk20a *g);
869 } pmu; 871 } pmu;
870 struct { 872 struct {
871 int (*init_debugfs)(struct gk20a *g); 873 int (*init_debugfs)(struct gk20a *g);