summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/fb/fb_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/fb/fb_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/common/fb/fb_gv11b.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/common/fb/fb_gv11b.c b/drivers/gpu/nvgpu/common/fb/fb_gv11b.c
index 75968ba6..30bf17f8 100644
--- a/drivers/gpu/nvgpu/common/fb/fb_gv11b.c
+++ b/drivers/gpu/nvgpu/common/fb/fb_gv11b.c
@@ -73,6 +73,8 @@ void gv11b_fb_init_fs_state(struct gk20a *g)
73{ 73{
74 nvgpu_log(g, gpu_dbg_fn, "initialize gv11b fb"); 74 nvgpu_log(g, gpu_dbg_fn, "initialize gv11b fb");
75 75
76 gv11b_init_nvlink_soc_credits(g);
77
76 nvgpu_log(g, gpu_dbg_info, "fbhub active ltcs %x", 78 nvgpu_log(g, gpu_dbg_info, "fbhub active ltcs %x",
77 gk20a_readl(g, fb_fbhub_num_active_ltcs_r())); 79 gk20a_readl(g, fb_fbhub_num_active_ltcs_r()));
78 80
@@ -143,11 +145,6 @@ void gv11b_fb_init_cbc(struct gk20a *g, struct gr_gk20a *gr)
143 145
144} 146}
145 147
146void gv11b_fb_reset(struct gk20a *g)
147{
148 gv11b_init_nvlink_soc_credits(g);
149}
150
151static const char * const invalid_str = "invalid"; 148static const char * const invalid_str = "invalid";
152 149
153static const char *const fault_type_descs_gv11b[] = { 150static const char *const fault_type_descs_gv11b[] = {