summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 00c992bc..ac68bff3 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -31,7 +31,6 @@
31#include "gk20a/css_gr_gk20a.h" 31#include "gk20a/css_gr_gk20a.h"
32#include "gk20a/mc_gk20a.h" 32#include "gk20a/mc_gk20a.h"
33#include "gk20a/dbg_gpu_gk20a.h" 33#include "gk20a/dbg_gpu_gk20a.h"
34#include "gk20a/pramin_gk20a.h"
35#include "gk20a/flcn_gk20a.h" 34#include "gk20a/flcn_gk20a.h"
36#include "gk20a/regops_gk20a.h" 35#include "gk20a/regops_gk20a.h"
37#include "gk20a/fb_gk20a.h" 36#include "gk20a/fb_gk20a.h"
@@ -659,8 +658,6 @@ static const struct gpu_ops gv100_ops = {
659 .get_flush_retries = gv100_mm_get_flush_retries, 658 .get_flush_retries = gv100_mm_get_flush_retries,
660 }, 659 },
661 .pramin = { 660 .pramin = {
662 .enter = gk20a_pramin_enter,
663 .exit = gk20a_pramin_exit,
664 .data032_r = pram_data032_r, 661 .data032_r = pram_data032_r,
665 }, 662 },
666 .therm = { 663 .therm = {
@@ -796,6 +793,7 @@ static const struct gpu_ops gv100_ops = {
796 .read_ptimer = gk20a_read_ptimer, 793 .read_ptimer = gk20a_read_ptimer,
797 .get_timestamps_zipper = nvgpu_get_timestamps_zipper, 794 .get_timestamps_zipper = nvgpu_get_timestamps_zipper,
798 .bar1_bind = NULL, 795 .bar1_bind = NULL,
796 .set_bar0_window = gk20a_bus_set_bar0_window,
799 }, 797 },
800#if defined(CONFIG_GK20A_CYCLE_STATS) 798#if defined(CONFIG_GK20A_CYCLE_STATS)
801 .css = { 799 .css = {