summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 333f8889..2b4c3237 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -201,6 +201,7 @@ struct gpu_ops {
201 bool sm_debugger_attached, 201 bool sm_debugger_attached,
202 struct channel_gk20a *fault_ch, 202 struct channel_gk20a *fault_ch,
203 bool *early_exit, bool *ignore_debugger); 203 bool *early_exit, bool *ignore_debugger);
204 u32 (*mask_hww_warp_esr)(u32 hww_warp_esr);
204 } gr; 205 } gr;
205 const char *name; 206 const char *name;
206 struct { 207 struct {