summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSachit Kadle <skadle@nvidia.com>2016-09-09 13:59:47 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-10-20 11:14:24 -0400
commit3fde49053323c673641eb24e4b6009afae15c842 (patch)
tree3757829aa7c0f8fb441a88631f4a935b23d5b40f /include
parent418fc5338e202c6d0b6b02d49fed736ed28279fb (diff)
gpu: nvgpu: update channel max_arg_size
Increase channel ioctl max arg size to support ALLOC_GPFIFO_EX ioctl. Bug 1795076 Change-Id: Ifb8e7c564333f4c6dd244d7d85acfee4e029b41b Signed-off-by: Sachit Kadle <skadle@nvidia.com> Reviewed-on: http://git-master/r/1218048 (cherry picked from commit 75c52887a0350433e7334681009f5c7cac3fb6a9) Reviewed-on: http://git-master/r/1223936 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index f3c75045..b3302e6f 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -1231,7 +1231,7 @@ struct nvgpu_preemption_mode_args {
1231 1231
1232#define NVGPU_IOCTL_CHANNEL_LAST \ 1232#define NVGPU_IOCTL_CHANNEL_LAST \
1233 _IOC_NR(NVGPU_IOCTL_CHANNEL_SET_PREEMPTION_MODE) 1233 _IOC_NR(NVGPU_IOCTL_CHANNEL_SET_PREEMPTION_MODE)
1234#define NVGPU_IOCTL_CHANNEL_MAX_ARG_SIZE sizeof(struct nvgpu_submit_gpfifo_args) 1234#define NVGPU_IOCTL_CHANNEL_MAX_ARG_SIZE sizeof(struct nvgpu_alloc_gpfifo_ex_args)
1235 1235
1236/* 1236/*
1237 * /dev/nvhost-as-gpu device 1237 * /dev/nvhost-as-gpu device