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.h1
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 4a344387..92b83978 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -385,7 +385,6 @@ struct gpu_ops {
385 void (*update_boosted_ctx)(struct gk20a *g, 385 void (*update_boosted_ctx)(struct gk20a *g,
386 struct nvgpu_mem *mem, 386 struct nvgpu_mem *mem,
387 struct gr_ctx_desc *gr_ctx); 387 struct gr_ctx_desc *gr_ctx);
388 int (*fuse_override)(struct gk20a *g);
389 void (*init_sm_id_table)(struct gk20a *g); 388 void (*init_sm_id_table)(struct gk20a *g);
390 int (*load_smid_config)(struct gk20a *g); 389 int (*load_smid_config)(struct gk20a *g);
391 void (*program_sm_id_numbering)(struct gk20a *g, 390 void (*program_sm_id_numbering)(struct gk20a *g,
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index d4d6cd2d..73cfa3bf 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -4813,9 +4813,6 @@ static int gk20a_init_gr_setup_sw(struct gk20a *g)
4813 return 0; 4813 return 0;
4814 } 4814 }
4815 4815
4816 if (g->ops.gr.fuse_override)
4817 g->ops.gr.fuse_override(g);
4818
4819 gr->g = g; 4816 gr->g = g;
4820 4817
4821#if defined(CONFIG_GK20A_CYCLE_STATS) 4818#if defined(CONFIG_GK20A_CYCLE_STATS)