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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index c1e1b564..d5757130 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -450,6 +450,10 @@ struct gpu_ops {
450 struct gk20a_debug_output *o, u32 hw_chid, 450 struct gk20a_debug_output *o, u32 hw_chid,
451 struct ch_state *ch_state); 451 struct ch_state *ch_state);
452 u32 (*intr_0_error_mask)(struct gk20a *g); 452 u32 (*intr_0_error_mask)(struct gk20a *g);
453 int (*is_preempt_pending)(struct gk20a *g, u32 id,
454 unsigned int id_type, unsigned int timeout_rc_type);
455 int (*preempt_ch_tsg)(struct gk20a *g, u32 id,
456 unsigned int id_type, unsigned int timeout_rc_type);
453 } fifo; 457 } fifo;
454 struct pmu_v { 458 struct pmu_v {
455 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 459 /*used for change of enum zbc update cmd id from ver 0 to ver1*/