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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 77db5cf6..436377bd 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -539,8 +539,6 @@ void gr_gk20a_init_cg_mode(struct gk20a *g, u32 cgmode, u32 mode_config);
539 539
540/* sm */ 540/* sm */
541bool gk20a_gr_sm_debugger_attached(struct gk20a *g); 541bool gk20a_gr_sm_debugger_attached(struct gk20a *g);
542void gk20a_gr_clear_sm_hww(struct gk20a *g,
543 u32 gpc, u32 tpc, u32 global_esr);
544u32 gk20a_gr_get_sm_no_lock_down_hww_global_esr_mask(struct gk20a *g); 542u32 gk20a_gr_get_sm_no_lock_down_hww_global_esr_mask(struct gk20a *g);
545 543
546#define gr_gk20a_elpg_protected_call(g, func) \ 544#define gr_gk20a_elpg_protected_call(g, func) \
@@ -683,8 +681,6 @@ int gk20a_gr_lock_down_sm(struct gk20a *g,
683 bool check_errors); 681 bool check_errors);
684int gk20a_gr_wait_for_sm_lock_down(struct gk20a *g, u32 gpc, u32 tpc, u32 sm, 682int gk20a_gr_wait_for_sm_lock_down(struct gk20a *g, u32 gpc, u32 tpc, u32 sm,
685 u32 global_esr_mask, bool check_errors); 683 u32 global_esr_mask, bool check_errors);
686void gk20a_gr_clear_sm_hww(struct gk20a *g,
687 u32 gpc, u32 tpc, u32 global_esr);
688int gr_gk20a_ctx_wait_ucode(struct gk20a *g, u32 mailbox_id, 684int gr_gk20a_ctx_wait_ucode(struct gk20a *g, u32 mailbox_id,
689 u32 *mailbox_ret, u32 opc_success, 685 u32 *mailbox_ret, u32 opc_success,
690 u32 mailbox_ok, u32 opc_fail, 686 u32 mailbox_ok, u32 opc_fail,