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 aedd6d14..b7b20dce 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -711,6 +711,8 @@ static const struct gpu_ops gp106_ops = {
711 .read_ptimer = gk20a_read_ptimer, 711 .read_ptimer = gk20a_read_ptimer,
712 .get_timestamps_zipper = nvgpu_get_timestamps_zipper, 712 .get_timestamps_zipper = nvgpu_get_timestamps_zipper,
713 .bar1_bind = gk20a_bus_bar1_bind, 713 .bar1_bind = gk20a_bus_bar1_bind,
714 .set_ppriv_timeout_settings =
715 gk20a_bus_set_ppriv_timeout_settings,
714 }, 716 },
715#if defined(CONFIG_GK20A_CYCLE_STATS) 717#if defined(CONFIG_GK20A_CYCLE_STATS)
716 .css = { 718 .css = {