summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
index 20460c80..3c12147f 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
@@ -51,8 +51,7 @@ struct gk20a_channel_syncpt {
51}; 51};
52 52
53static int gk20a_channel_syncpt_wait_syncpt(struct gk20a_channel_sync *s, 53static int gk20a_channel_syncpt_wait_syncpt(struct gk20a_channel_sync *s,
54 u32 id, u32 thresh, struct priv_cmd_entry *wait_cmd, 54 u32 id, u32 thresh, struct priv_cmd_entry *wait_cmd)
55 struct gk20a_fence *fence)
56{ 55{
57 struct gk20a_channel_syncpt *sp = 56 struct gk20a_channel_syncpt *sp =
58 container_of(s, struct gk20a_channel_syncpt, ops); 57 container_of(s, struct gk20a_channel_syncpt, ops);
@@ -84,8 +83,7 @@ static int gk20a_channel_syncpt_wait_syncpt(struct gk20a_channel_sync *s,
84} 83}
85 84
86static int gk20a_channel_syncpt_wait_fd(struct gk20a_channel_sync *s, int fd, 85static int gk20a_channel_syncpt_wait_fd(struct gk20a_channel_sync *s, int fd,
87 struct priv_cmd_entry *wait_cmd, 86 struct priv_cmd_entry *wait_cmd)
88 struct gk20a_fence *fence)
89{ 87{
90#ifdef CONFIG_SYNC 88#ifdef CONFIG_SYNC
91 int i; 89 int i;
@@ -456,8 +454,7 @@ static void add_sema_cmd(struct gk20a *g, struct channel_gk20a *c,
456 454
457static int gk20a_channel_semaphore_wait_syncpt( 455static int gk20a_channel_semaphore_wait_syncpt(
458 struct gk20a_channel_sync *s, u32 id, 456 struct gk20a_channel_sync *s, u32 id,
459 u32 thresh, struct priv_cmd_entry *entry, 457 u32 thresh, struct priv_cmd_entry *entry)
460 struct gk20a_fence *fence)
461{ 458{
462 struct gk20a_channel_semaphore *sema = 459 struct gk20a_channel_semaphore *sema =
463 container_of(s, struct gk20a_channel_semaphore, ops); 460 container_of(s, struct gk20a_channel_semaphore, ops);
@@ -521,8 +518,7 @@ put_fence:
521 518
522static int gk20a_channel_semaphore_wait_fd( 519static int gk20a_channel_semaphore_wait_fd(
523 struct gk20a_channel_sync *s, int fd, 520 struct gk20a_channel_sync *s, int fd,
524 struct priv_cmd_entry *entry, 521 struct priv_cmd_entry *entry)
525 struct gk20a_fence *fence)
526{ 522{
527 struct gk20a_channel_semaphore *sema = 523 struct gk20a_channel_semaphore *sema =
528 container_of(s, struct gk20a_channel_semaphore, ops); 524 container_of(s, struct gk20a_channel_semaphore, ops);