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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index a191c3fc..6ec3c610 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -725,6 +725,7 @@ static const struct gpu_ops gv11b_ops = {
725 .read_ptimer = gk20a_read_ptimer, 725 .read_ptimer = gk20a_read_ptimer,
726 .get_timestamps_zipper = nvgpu_get_timestamps_zipper, 726 .get_timestamps_zipper = nvgpu_get_timestamps_zipper,
727 .bar1_bind = NULL, 727 .bar1_bind = NULL,
728 .set_bar0_window = gk20a_bus_set_bar0_window,
728 }, 729 },
729#if defined(CONFIG_GK20A_CYCLE_STATS) 730#if defined(CONFIG_GK20A_CYCLE_STATS)
730 .css = { 731 .css = {