summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 5a11af7e..9d575061 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -519,6 +519,8 @@ static const struct gpu_ops vgpu_gp10b_ops = {
519 .read_ptimer = vgpu_read_ptimer, 519 .read_ptimer = vgpu_read_ptimer,
520 .get_timestamps_zipper = vgpu_get_timestamps_zipper, 520 .get_timestamps_zipper = vgpu_get_timestamps_zipper,
521 .bar1_bind = gk20a_bus_bar1_bind, 521 .bar1_bind = gk20a_bus_bar1_bind,
522 .set_ppriv_timeout_settings =
523 gk20a_bus_set_ppriv_timeout_settings,
522 }, 524 },
523#if defined(CONFIG_GK20A_CYCLE_STATS) 525#if defined(CONFIG_GK20A_CYCLE_STATS)
524 .css = { 526 .css = {
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 = {