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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 8ce682e3..e55753fe 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -309,6 +309,9 @@ struct gpu_ops {
309 int (*suspend_contexts)(struct gk20a *g, 309 int (*suspend_contexts)(struct gk20a *g,
310 struct dbg_session_gk20a *dbg_s, 310 struct dbg_session_gk20a *dbg_s,
311 int *ctx_resident_ch_fd); 311 int *ctx_resident_ch_fd);
312 int (*resume_contexts)(struct gk20a *g,
313 struct dbg_session_gk20a *dbg_s,
314 int *ctx_resident_ch_fd);
312 int (*set_preemption_mode)(struct channel_gk20a *ch, 315 int (*set_preemption_mode)(struct channel_gk20a *ch,
313 u32 graphics_preempt_mode, 316 u32 graphics_preempt_mode,
314 u32 compute_preempt_mode); 317 u32 compute_preempt_mode);