mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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>
This commit is contained in:
committed by
mobile promotions
parent
91a8522999
commit
f98e3c8348
@@ -597,7 +597,6 @@ static const struct gpu_ops gv100_ops = {
|
||||
},
|
||||
#endif
|
||||
.xve = {
|
||||
.sw_init = xve_sw_init_gp106,
|
||||
.get_speed = xve_get_speed_gp106,
|
||||
.set_speed = xve_set_speed_gp106,
|
||||
.available_speeds = xve_available_speeds_gp106,
|
||||
|
||||
Reference in New Issue
Block a user