summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 66bb471a..08ac20e4 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1271,7 +1271,8 @@ void gr_gm20b_get_access_map(struct gk20a *g,
1271 *num_entries = ARRAY_SIZE(wl_addr_gm20b); 1271 *num_entries = ARRAY_SIZE(wl_addr_gm20b);
1272} 1272}
1273 1273
1274int gm20b_gr_record_sm_error_state(struct gk20a *g, u32 gpc, u32 tpc) 1274int gm20b_gr_record_sm_error_state(struct gk20a *g, u32 gpc, u32 tpc,
1275 struct channel_gk20a *fault_ch)
1275{ 1276{
1276 int sm_id; 1277 int sm_id;
1277 struct gr_gk20a *gr = &g->gr; 1278 struct gr_gk20a *gr = &g->gr;