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.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
index c3c6fbb8..0eba1c30 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.c
@@ -1,9 +1,7 @@
1/* 1/*
2 * drivers/video/tegra/host/gk20a/channel_sync_gk20a.c
3 *
4 * GK20A Channel Synchronization Abstraction 2 * GK20A Channel Synchronization Abstraction
5 * 3 *
6 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved.
7 * 5 *
8 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -20,10 +18,11 @@
20#include <linux/list.h> 18#include <linux/list.h>
21#include <linux/version.h> 19#include <linux/version.h>
22 20
21#include <nvgpu/semaphore.h>
22
23#include "channel_sync_gk20a.h" 23#include "channel_sync_gk20a.h"
24#include "gk20a.h" 24#include "gk20a.h"
25#include "fence_gk20a.h" 25#include "fence_gk20a.h"
26#include "semaphore_gk20a.h"
27#include "sync_gk20a.h" 26#include "sync_gk20a.h"
28#include "mm_gk20a.h" 27#include "mm_gk20a.h"
29 28