summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 61d2dd84..7dc72f7b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -750,8 +750,6 @@ struct gpu_ops {
750 int (*pmu_lpwr_enable_pg)(struct gk20a *g, bool pstate_lock); 750 int (*pmu_lpwr_enable_pg)(struct gk20a *g, bool pstate_lock);
751 int (*pmu_lpwr_disable_pg)(struct gk20a *g, bool pstate_lock); 751 int (*pmu_lpwr_disable_pg)(struct gk20a *g, bool pstate_lock);
752 u32 (*pmu_pg_param_post_init)(struct gk20a *g); 752 u32 (*pmu_pg_param_post_init)(struct gk20a *g);
753 int (*send_lrf_tex_ltc_dram_overide_en_dis_cmd)
754 (struct gk20a *g, u32 mask);
755 void (*dump_secure_fuses)(struct gk20a *g); 753 void (*dump_secure_fuses)(struct gk20a *g);
756 int (*reset)(struct gk20a *g); 754 int (*reset)(struct gk20a *g);
757 int (*falcon_wait_for_halt)(struct gk20a *g, 755 int (*falcon_wait_for_halt)(struct gk20a *g,
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index fefa77fc..7fe25190 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -739,7 +739,6 @@ void gk20a_init_pmu_ops(struct gpu_ops *gops)
739 gops->pmu.pmu_lpwr_enable_pg = NULL; 739 gops->pmu.pmu_lpwr_enable_pg = NULL;
740 gops->pmu.pmu_lpwr_disable_pg = NULL; 740 gops->pmu.pmu_lpwr_disable_pg = NULL;
741 gops->pmu.pmu_pg_param_post_init = NULL; 741 gops->pmu.pmu_pg_param_post_init = NULL;
742 gops->pmu.send_lrf_tex_ltc_dram_overide_en_dis_cmd = NULL;
743 gops->pmu.dump_secure_fuses = NULL; 742 gops->pmu.dump_secure_fuses = NULL;
744 gops->pmu.is_lazy_bootstrap = NULL; 743 gops->pmu.is_lazy_bootstrap = NULL;
745 gops->pmu.is_priv_load = NULL; 744 gops->pmu.is_priv_load = NULL;