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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index d9913cd7..42550632 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -33,6 +33,7 @@ struct gk20a;
33struct gr_gk20a; 33struct gr_gk20a;
34struct dbg_session_gk20a; 34struct dbg_session_gk20a;
35struct gk20a_fence; 35struct gk20a_fence;
36struct fifo_profile_gk20a;
36 37
37#include "channel_sync_gk20a.h" 38#include "channel_sync_gk20a.h"
38 39
@@ -344,7 +345,8 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
344 u32 flags, 345 u32 flags,
345 struct nvgpu_fence *fence, 346 struct nvgpu_fence *fence,
346 struct gk20a_fence **fence_out, 347 struct gk20a_fence **fence_out,
347 bool force_need_sync_fence); 348 bool force_need_sync_fence,
349 struct fifo_profile_gk20a *profile);
348 350
349int gk20a_alloc_channel_gpfifo(struct channel_gk20a *c, 351int gk20a_alloc_channel_gpfifo(struct channel_gk20a *c,
350 struct nvgpu_alloc_gpfifo_ex_args *args); 352 struct nvgpu_alloc_gpfifo_ex_args *args);