summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/sched_gk20a.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-03-23 17:19:01 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-04 13:24:44 -0400
commita07e10f494c158ae31d6187e9be3db409528a507 (patch)
tree6ea3d49390aea1d1fb5f074d30027b184aba0cee /drivers/gpu/nvgpu/gk20a/sched_gk20a.c
parentf116320137b0eb835bcbf704d34fc8f7880595d2 (diff)
gpu: nvgpu: Move channel IOCTL code to Linux module
Move channel IOCTL specific code to Linux module. This clears some Linux dependencies from channel_gk20a.c. JIRA NVGPU-32 Change-Id: I41817d612b959709365bcabff9c8a15f2bfe4c60 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1330804 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/sched_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/sched_gk20a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/sched_gk20a.c b/drivers/gpu/nvgpu/gk20a/sched_gk20a.c
index 49a09e99..a58de920 100644
--- a/drivers/gpu/nvgpu/gk20a/sched_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/sched_gk20a.c
@@ -21,6 +21,8 @@
21#include <linux/hashtable.h> 21#include <linux/hashtable.h>
22#include <linux/debugfs.h> 22#include <linux/debugfs.h>
23#include <linux/log2.h> 23#include <linux/log2.h>
24#include <linux/uaccess.h>
25#include <linux/poll.h>
24#include <uapi/linux/nvgpu.h> 26#include <uapi/linux/nvgpu.h>
25 27
26#include <nvgpu/kmem.h> 28#include <nvgpu/kmem.h>