summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 975bce32..d07d0229 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -566,6 +566,8 @@ static const struct gpu_ops vgpu_gv11b_ops = {
566 .read_ptimer = vgpu_read_ptimer, 566 .read_ptimer = vgpu_read_ptimer,
567 .get_timestamps_zipper = vgpu_get_timestamps_zipper, 567 .get_timestamps_zipper = vgpu_get_timestamps_zipper,
568 .bar1_bind = NULL, 568 .bar1_bind = NULL,
569 .set_ppriv_timeout_settings =
570 gk20a_bus_set_ppriv_timeout_settings,
569 }, 571 },
570#if defined(CONFIG_GK20A_CYCLE_STATS) 572#if defined(CONFIG_GK20A_CYCLE_STATS)
571 .css = { 573 .css = {