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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 8230ba72..77db5cf6 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -622,9 +622,6 @@ void gk20a_gr_suspend_single_sm(struct gk20a *g,
622void gk20a_gr_suspend_all_sms(struct gk20a *g, 622void gk20a_gr_suspend_all_sms(struct gk20a *g,
623 u32 global_esr_mask, bool check_errors); 623 u32 global_esr_mask, bool check_errors);
624u32 gr_gk20a_get_tpc_count(struct gr_gk20a *gr, u32 gpc_index); 624u32 gr_gk20a_get_tpc_count(struct gr_gk20a *gr, u32 gpc_index);
625int gk20a_gr_lock_down_sm(struct gk20a *g,
626 u32 gpc, u32 tpc, u32 global_esr_mask,
627 bool check_errors);
628int gr_gk20a_set_sm_debug_mode(struct gk20a *g, 625int gr_gk20a_set_sm_debug_mode(struct gk20a *g,
629 struct channel_gk20a *ch, u64 sms, bool enable); 626 struct channel_gk20a *ch, u64 sms, bool enable);
630bool gk20a_is_channel_ctx_resident(struct channel_gk20a *ch); 627bool gk20a_is_channel_ctx_resident(struct channel_gk20a *ch);
@@ -681,7 +678,10 @@ static inline void gr_gk20a_free_cyclestats_snapshot_data(struct gk20a *g)
681 678
682int gk20a_gr_handle_fecs_error(struct gk20a *g, struct channel_gk20a *ch, 679int gk20a_gr_handle_fecs_error(struct gk20a *g, struct channel_gk20a *ch,
683 struct gr_gk20a_isr_data *isr_data); 680 struct gr_gk20a_isr_data *isr_data);
684int gk20a_gr_wait_for_sm_lock_down(struct gk20a *g, u32 gpc, u32 tpc, 681int gk20a_gr_lock_down_sm(struct gk20a *g,
682 u32 gpc, u32 tpc, u32 sm, u32 global_esr_mask,
683 bool check_errors);
684int gk20a_gr_wait_for_sm_lock_down(struct gk20a *g, u32 gpc, u32 tpc, u32 sm,
685 u32 global_esr_mask, bool check_errors); 685 u32 global_esr_mask, bool check_errors);
686void gk20a_gr_clear_sm_hww(struct gk20a *g, 686void gk20a_gr_clear_sm_hww(struct gk20a *g,
687 u32 gpc, u32 tpc, u32 global_esr); 687 u32 gpc, u32 tpc, u32 global_esr);