summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 6aef49d7..8a0d1822 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -709,6 +709,8 @@ static const struct gpu_ops gv11b_ops = {
709 .read_ptimer = gk20a_read_ptimer, 709 .read_ptimer = gk20a_read_ptimer,
710 .get_timestamps_zipper = nvgpu_get_timestamps_zipper, 710 .get_timestamps_zipper = nvgpu_get_timestamps_zipper,
711 .bar1_bind = NULL, 711 .bar1_bind = NULL,
712 .set_ppriv_timeout_settings =
713 gk20a_bus_set_ppriv_timeout_settings,
712 }, 714 },
713#if defined(CONFIG_GK20A_CYCLE_STATS) 715#if defined(CONFIG_GK20A_CYCLE_STATS)
714 .css = { 716 .css = {