summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 7fcc54cc..2b8be069 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -367,7 +367,8 @@ int gk20a_wait_channel_idle(struct channel_gk20a *ch);
367/* runlist_id -1 is synonym for ENGINE_GR_GK20A runlist id */ 367/* runlist_id -1 is synonym for ENGINE_GR_GK20A runlist id */
368struct channel_gk20a *gk20a_open_new_channel(struct gk20a *g, 368struct channel_gk20a *gk20a_open_new_channel(struct gk20a *g,
369 s32 runlist_id, 369 s32 runlist_id,
370 bool is_privileged_channel); 370 bool is_privileged_channel,
371 pid_t pid, pid_t tid);
371 372
372int gk20a_channel_alloc_gpfifo(struct channel_gk20a *c, 373int gk20a_channel_alloc_gpfifo(struct channel_gk20a *c,
373 struct nvgpu_gpfifo_args *gpfifo_args); 374 struct nvgpu_gpfifo_args *gpfifo_args);