summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 715946be..6bc13a7f 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -625,6 +625,8 @@ static const struct gpu_ops gm20b_ops = {
625 .set_handled_snapshots = css_hw_set_handled_snapshots, 625 .set_handled_snapshots = css_hw_set_handled_snapshots,
626 .allocate_perfmon_ids = css_gr_allocate_perfmon_ids, 626 .allocate_perfmon_ids = css_gr_allocate_perfmon_ids,
627 .release_perfmon_ids = css_gr_release_perfmon_ids, 627 .release_perfmon_ids = css_gr_release_perfmon_ids,
628 .get_overflow_status = css_hw_get_overflow_status,
629 .get_pending_snapshots = css_hw_get_pending_snapshots,
628 }, 630 },
629#endif 631#endif
630 .falcon = { 632 .falcon = {