summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index e1335b89..2a351bc3 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -584,7 +584,8 @@ void gr_gk20a_pmu_save_zbc(struct gk20a *g, u32 entries);
584int gr_gk20a_wait_idle(struct gk20a *g, unsigned long end_jiffies, 584int gr_gk20a_wait_idle(struct gk20a *g, unsigned long end_jiffies,
585 u32 expect_delay); 585 u32 expect_delay);
586int gr_gk20a_handle_sm_exception(struct gk20a *g, u32 gpc, u32 tpc, 586int gr_gk20a_handle_sm_exception(struct gk20a *g, u32 gpc, u32 tpc,
587 bool *post_event, struct channel_gk20a *fault_ch); 587 bool *post_event, struct channel_gk20a *fault_ch,
588 u32 *hww_global_esr);
588int gr_gk20a_handle_tex_exception(struct gk20a *g, u32 gpc, u32 tpc, 589int gr_gk20a_handle_tex_exception(struct gk20a *g, u32 gpc, u32 tpc,
589 bool *post_event); 590 bool *post_event);
590int gr_gk20a_init_ctx_state(struct gk20a *g); 591int gr_gk20a_init_ctx_state(struct gk20a *g);