summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 4e1c3fb8..b881aaf7 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -832,6 +832,8 @@ static const struct gpu_ops gv100_ops = {
832 .set_handled_snapshots = gv11b_css_hw_set_handled_snapshots, 832 .set_handled_snapshots = gv11b_css_hw_set_handled_snapshots,
833 .allocate_perfmon_ids = css_gr_allocate_perfmon_ids, 833 .allocate_perfmon_ids = css_gr_allocate_perfmon_ids,
834 .release_perfmon_ids = css_gr_release_perfmon_ids, 834 .release_perfmon_ids = css_gr_release_perfmon_ids,
835 .get_overflow_status = gv11b_css_hw_get_overflow_status,
836 .get_pending_snapshots = gv11b_css_hw_get_pending_snapshots,
835 }, 837 },
836#endif 838#endif
837 .xve = { 839 .xve = {