summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-09-21 08:28:20 -0400
committerKonsta Holtta <kholtta@nvidia.com>2018-09-21 10:54:54 -0400
commit84097d54f3b9ff242c4c3fb3c0a95353e8513b33 (patch)
tree8ace774fed31400ac8073cf67378689d6068d4a5 /drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
parenta683f99252378e0923bcaf201aa17074399101c8 (diff)
Revert "gpu: nvgpu: vgpu: added tsg_release for gp10b hal"
This reverts commit a683f99252378e0923bcaf201aa17074399101c8. Bug 2400508 Change-Id: I7d0ebdb62cdb7838e3b124ec34beb05a700a35ed Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1837224 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 4fccf27f..03839858 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -310,7 +310,6 @@ static const struct gpu_ops vgpu_gp10b_ops = {
310 .set_runlist_interleave = vgpu_fifo_set_runlist_interleave, 310 .set_runlist_interleave = vgpu_fifo_set_runlist_interleave,
311 .tsg_set_timeslice = vgpu_tsg_set_timeslice, 311 .tsg_set_timeslice = vgpu_tsg_set_timeslice,
312 .tsg_open = vgpu_tsg_open, 312 .tsg_open = vgpu_tsg_open,
313 .tsg_release = vgpu_tsg_release,
314 .force_reset_ch = vgpu_fifo_force_reset_ch, 313 .force_reset_ch = vgpu_fifo_force_reset_ch,
315 .engine_enum_from_type = gp10b_fifo_engine_enum_from_type, 314 .engine_enum_from_type = gp10b_fifo_engine_enum_from_type,
316 .device_info_data_parse = gp10b_device_info_data_parse, 315 .device_info_data_parse = gp10b_device_info_data_parse,