summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 632f1063..f46f20ef 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -742,6 +742,8 @@ static const struct gpu_ops gp106_ops = {
742 .set_handled_snapshots = css_hw_set_handled_snapshots, 742 .set_handled_snapshots = css_hw_set_handled_snapshots,
743 .allocate_perfmon_ids = css_gr_allocate_perfmon_ids, 743 .allocate_perfmon_ids = css_gr_allocate_perfmon_ids,
744 .release_perfmon_ids = css_gr_release_perfmon_ids, 744 .release_perfmon_ids = css_gr_release_perfmon_ids,
745 .get_overflow_status = css_hw_get_overflow_status,
746 .get_pending_snapshots = css_hw_get_pending_snapshots,
745 }, 747 },
746#endif 748#endif
747 .xve = { 749 .xve = {