summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 7cfe4d76..6749dba7 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -726,8 +726,7 @@ static const struct gpu_ops gp106_ops = {
726 .read_ptimer = gk20a_read_ptimer, 726 .read_ptimer = gk20a_read_ptimer,
727 .get_timestamps_zipper = nvgpu_get_timestamps_zipper, 727 .get_timestamps_zipper = nvgpu_get_timestamps_zipper,
728 .bar1_bind = gk20a_bus_bar1_bind, 728 .bar1_bind = gk20a_bus_bar1_bind,
729 .set_ppriv_timeout_settings = 729
730 gk20a_bus_set_ppriv_timeout_settings,
731 }, 730 },
732#if defined(CONFIG_GK20A_CYCLE_STATS) 731#if defined(CONFIG_GK20A_CYCLE_STATS)
733 .css = { 732 .css = {
@@ -760,6 +759,8 @@ static const struct gpu_ops gp106_ops = {
760 .priv_ring = { 759 .priv_ring = {
761 .isr = gp10b_priv_ring_isr, 760 .isr = gp10b_priv_ring_isr,
762 .decode_error_code = gp10b_priv_ring_decode_error_code, 761 .decode_error_code = gp10b_priv_ring_decode_error_code,
762 .set_ppriv_timeout_settings =
763 gk20a_priv_set_timeout_settings,
763 }, 764 },
764 .fuse = { 765 .fuse = {
765 .check_priv_security = gp106_fuse_check_priv_security, 766 .check_priv_security = gp106_fuse_check_priv_security,