summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2017-11-15 04:34:59 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-15 11:46:09 -0500
commit3ff666c4b97c5ad869aefe0d9c335c187962c20e (patch)
tree42ad94e7e5b877154a482e07746bb45e6a0b0d6c /drivers/gpu/nvgpu/gm20b/hal_gm20b.c
parent592a31fd925d84622602b235647e9b50e2d34f47 (diff)
gpu: nvgpu: deprecate TSG/CHANNEL_SET_PRIORITY IOCTLs
TSG/CHANNEL_SET_PRIORITY IOCTLs are deprecated and user space should be using combination of timeslice and interleave levels to decide the priority Hence remove the IOCTLs and all corresponding APIs Jira NVGPU-393 Change-Id: I7cf0785689269536eca0c278c774b0e9e74f8c2f Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1598581 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 42df76c9..227b6b6c 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -385,7 +385,6 @@ static const struct gpu_ops gm20b_ops = {
385 .alloc_inst = gk20a_fifo_alloc_inst, 385 .alloc_inst = gk20a_fifo_alloc_inst,
386 .free_inst = gk20a_fifo_free_inst, 386 .free_inst = gk20a_fifo_free_inst,
387 .setup_ramfc = gk20a_fifo_setup_ramfc, 387 .setup_ramfc = gk20a_fifo_setup_ramfc,
388 .channel_set_priority = gk20a_fifo_set_priority,
389 .channel_set_timeslice = gk20a_fifo_set_timeslice, 388 .channel_set_timeslice = gk20a_fifo_set_timeslice,
390 .default_timeslice_us = gk20a_fifo_default_timeslice_us, 389 .default_timeslice_us = gk20a_fifo_default_timeslice_us,
391 .setup_userd = gk20a_fifo_setup_userd, 390 .setup_userd = gk20a_fifo_setup_userd,