summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index bf687dbf..7609f6b0 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -771,6 +771,8 @@ static const struct gpu_ops gv100_ops = {
771 .read_ptimer = gk20a_read_ptimer, 771 .read_ptimer = gk20a_read_ptimer,
772 .get_timestamps_zipper = nvgpu_get_timestamps_zipper, 772 .get_timestamps_zipper = nvgpu_get_timestamps_zipper,
773 .bar1_bind = NULL, 773 .bar1_bind = NULL,
774 .set_ppriv_timeout_settings =
775 gk20a_bus_set_ppriv_timeout_settings,
774 }, 776 },
775#if defined(CONFIG_GK20A_CYCLE_STATS) 777#if defined(CONFIG_GK20A_CYCLE_STATS)
776 .css = { 778 .css = {