mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
gpu: nvgpu: vgpu: set detach_snapshot in gv11b gops
It has to be set to detach snapshot. We missed it somehow. Jira VFND-4703 Change-Id: Ia5842494f86fb2d788d72ba372ee8870977a2f67 Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1640668 GVS: Gerrit_Virtual_Submit Reviewed-by: Peter Daifuku <pdaifuku@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
0a0ffca145
commit
dcff39ba8c
@@ -542,6 +542,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
|
|||||||
.enable_snapshot = vgpu_css_enable_snapshot_buffer,
|
.enable_snapshot = vgpu_css_enable_snapshot_buffer,
|
||||||
.disable_snapshot = vgpu_css_release_snapshot_buffer,
|
.disable_snapshot = vgpu_css_release_snapshot_buffer,
|
||||||
.check_data_available = vgpu_css_flush_snapshots,
|
.check_data_available = vgpu_css_flush_snapshots,
|
||||||
|
.detach_snapshot = vgpu_css_detach,
|
||||||
.set_handled_snapshots = NULL,
|
.set_handled_snapshots = NULL,
|
||||||
.allocate_perfmon_ids = NULL,
|
.allocate_perfmon_ids = NULL,
|
||||||
.release_perfmon_ids = NULL,
|
.release_perfmon_ids = NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user