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 0b15783b..ebc18d5d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -319,6 +319,7 @@ struct gpu_ops {
319 u32 new_level); 319 u32 new_level);
320 int (*channel_set_timeslice)(struct channel_gk20a *ch, 320 int (*channel_set_timeslice)(struct channel_gk20a *ch,
321 u32 timeslice); 321 u32 timeslice);
322 int (*force_reset_ch)(struct channel_gk20a *ch, bool verbose);
322 } fifo; 323 } fifo;
323 struct pmu_v { 324 struct pmu_v {
324 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 325 /*used for change of enum zbc update cmd id from ver 0 to ver1*/