summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 0a48e1ae..deecc0d8 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -577,8 +577,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
577 .read_ptimer = vgpu_read_ptimer, 577 .read_ptimer = vgpu_read_ptimer,
578 .get_timestamps_zipper = vgpu_get_timestamps_zipper, 578 .get_timestamps_zipper = vgpu_get_timestamps_zipper,
579 .bar1_bind = NULL, 579 .bar1_bind = NULL,
580 .set_ppriv_timeout_settings =
581 gk20a_bus_set_ppriv_timeout_settings,
582 }, 580 },
583#if defined(CONFIG_GK20A_CYCLE_STATS) 581#if defined(CONFIG_GK20A_CYCLE_STATS)
584 .css = { 582 .css = {
@@ -596,6 +594,8 @@ static const struct gpu_ops vgpu_gv11b_ops = {
596 }, 594 },
597 .priv_ring = { 595 .priv_ring = {
598 .isr = gp10b_priv_ring_isr, 596 .isr = gp10b_priv_ring_isr,
597 .set_ppriv_timeout_settings =
598 gk20a_priv_set_timeout_settings,
599 }, 599 },
600 .chip_init_gpu_characteristics = vgpu_gv11b_init_gpu_characteristics, 600 .chip_init_gpu_characteristics = vgpu_gv11b_init_gpu_characteristics,
601 .get_litter_value = gv11b_get_litter_value, 601 .get_litter_value = gv11b_get_litter_value,