mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: Remove unused channel timeslice ioctls
NVGPU_IOCTL_CHANNEL_GET_TIMESLICE and NVGPU_IOCTL_CHANNEL_SET_TIMESLICE IOCTLs are unused since corresponding TSG APIs are always used. Also, bare channels are not supported anymore. The code to support these IOCTLs was removed earlier, but the IOCTL definitions were missed. Clean up these channel timeslice related orphan IOCTLs. Bug 200612897 Change-Id: I71f23c52bab9fdf83f3a3e652dbaa968ffcb45d9 Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2359518 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
db30ea3362
commit
ce39c27185
@@ -1805,16 +1805,12 @@ struct nvgpu_reschedule_runlist_args {
|
||||
_IOW(NVGPU_IOCTL_MAGIC, 119, struct nvgpu_channel_wdt_args)
|
||||
#define NVGPU_IOCTL_CHANNEL_SET_RUNLIST_INTERLEAVE \
|
||||
_IOW(NVGPU_IOCTL_MAGIC, 120, struct nvgpu_runlist_interleave_args)
|
||||
#define NVGPU_IOCTL_CHANNEL_SET_TIMESLICE \
|
||||
_IOW(NVGPU_IOCTL_MAGIC, 121, struct nvgpu_timeslice_args)
|
||||
#define NVGPU_IOCTL_CHANNEL_SET_PREEMPTION_MODE \
|
||||
_IOW(NVGPU_IOCTL_MAGIC, 122, struct nvgpu_preemption_mode_args)
|
||||
#define NVGPU_IOCTL_CHANNEL_ALLOC_GPFIFO_EX \
|
||||
_IOW(NVGPU_IOCTL_MAGIC, 123, struct nvgpu_alloc_gpfifo_ex_args)
|
||||
#define NVGPU_IOCTL_CHANNEL_SET_BOOSTED_CTX \
|
||||
_IOW(NVGPU_IOCTL_MAGIC, 124, struct nvgpu_boosted_ctx_args)
|
||||
#define NVGPU_IOCTL_CHANNEL_GET_TIMESLICE \
|
||||
_IOW(NVGPU_IOCTL_MAGIC, 125, struct nvgpu_timeslice_args)
|
||||
#define NVGPU_IOCTL_CHANNEL_GET_USER_SYNCPOINT \
|
||||
_IOR(NVGPU_IOCTL_MAGIC, 126, struct nvgpu_get_user_syncpoint_args)
|
||||
#define NVGPU_IOCTL_CHANNEL_RESCHEDULE_RUNLIST \
|
||||
|
||||
Reference in New Issue
Block a user