summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 2d6479fc..47986f1b 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -656,8 +656,6 @@ static const struct gpu_ops gp10b_ops = {
656 .read_ptimer = gk20a_read_ptimer, 656 .read_ptimer = gk20a_read_ptimer,
657 .get_timestamps_zipper = nvgpu_get_timestamps_zipper, 657 .get_timestamps_zipper = nvgpu_get_timestamps_zipper,
658 .bar1_bind = gk20a_bus_bar1_bind, 658 .bar1_bind = gk20a_bus_bar1_bind,
659 .set_ppriv_timeout_settings =
660 gk20a_bus_set_ppriv_timeout_settings,
661 }, 659 },
662#if defined(CONFIG_GK20A_CYCLE_STATS) 660#if defined(CONFIG_GK20A_CYCLE_STATS)
663 .css = { 661 .css = {
@@ -675,6 +673,8 @@ static const struct gpu_ops gp10b_ops = {
675 .priv_ring = { 673 .priv_ring = {
676 .isr = gp10b_priv_ring_isr, 674 .isr = gp10b_priv_ring_isr,
677 .decode_error_code = gp10b_priv_ring_decode_error_code, 675 .decode_error_code = gp10b_priv_ring_decode_error_code,
676 .set_ppriv_timeout_settings =
677 gk20a_priv_set_timeout_settings,
678 }, 678 },
679 .fuse = { 679 .fuse = {
680 .check_priv_security = gp10b_fuse_check_priv_security, 680 .check_priv_security = gp10b_fuse_check_priv_security,