summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 813b8891..a01cfbfa 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -1615,18 +1615,6 @@ int gr_gp10b_init_fs_state(struct gk20a *g)
1615 return gr_gm20b_init_fs_state(g); 1615 return gr_gm20b_init_fs_state(g);
1616} 1616}
1617 1617
1618void gr_gp10b_init_cyclestats(struct gk20a *g)
1619{
1620#if defined(CONFIG_GK20A_CYCLE_STATS)
1621 g->gpu_characteristics.flags |=
1622 NVGPU_GPU_FLAGS_SUPPORT_CYCLE_STATS;
1623 g->gpu_characteristics.flags |=
1624 NVGPU_GPU_FLAGS_SUPPORT_CYCLE_STATS_SNAPSHOT;
1625#else
1626 (void)g;
1627#endif
1628}
1629
1630void gr_gp10b_set_gpc_tpc_mask(struct gk20a *g, u32 gpc_index) 1618void gr_gp10b_set_gpc_tpc_mask(struct gk20a *g, u32 gpc_index)
1631{ 1619{
1632 nvgpu_tegra_fuse_write_bypass(g, 0x1); 1620 nvgpu_tegra_fuse_write_bypass(g, 0x1);