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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 64e410db..09198fa5 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -257,6 +257,8 @@ struct gpu_ops {
257 int (*set_preemption_mode)(struct channel_gk20a *ch, 257 int (*set_preemption_mode)(struct channel_gk20a *ch,
258 u32 graphics_preempt_mode, 258 u32 graphics_preempt_mode,
259 u32 compute_preempt_mode); 259 u32 compute_preempt_mode);
260 int (*get_preemption_mode_flags)(struct gk20a *g,
261 struct nvgpu_preemption_modes_rec *preemption_modes_rec);
260 } gr; 262 } gr;
261 const char *name; 263 const char *name;
262 struct { 264 struct {