summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-09-06 17:45:30 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-09-12 16:00:19 -0400
commitf98e3c8348d20b6542c4d27921cb9f9822aaa17a (patch)
tree50147d2a9a3c4a2b906f3f18f65469b243c11508 /drivers/gpu/nvgpu/gv100
parent91a85229996e80a4125a8661f24b1446f4020c83 (diff)
gpu: nvgpu: gv100: Don't assign XVE sw_init
XVE sw_init HAL is removed due to moving XVE debugfs code to Linux module. Remove the assignment of the HAL. Change-Id: I90beada58f87c78dc752011ea3ec2a5473f0acc1 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1553913 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv100')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 4f21e433..cd121455 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -597,7 +597,6 @@ static const struct gpu_ops gv100_ops = {
597 }, 597 },
598#endif 598#endif
599 .xve = { 599 .xve = {
600 .sw_init = xve_sw_init_gp106,
601 .get_speed = xve_get_speed_gp106, 600 .get_speed = xve_get_speed_gp106,
602 .set_speed = xve_set_speed_gp106, 601 .set_speed = xve_set_speed_gp106,
603 .available_speeds = xve_available_speeds_gp106, 602 .available_speeds = xve_available_speeds_gp106,