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, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 42ff647c..f1a701a0 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -29,7 +29,6 @@
29#include "common/bus/bus_gp10b.h" 29#include "common/bus/bus_gp10b.h"
30#include "common/priv_ring/priv_ring_gm20b.h" 30#include "common/priv_ring/priv_ring_gm20b.h"
31#include "common/priv_ring/priv_ring_gp10b.h" 31#include "common/priv_ring/priv_ring_gp10b.h"
32#include "common/fb/fb_gk20a.h"
33#include "common/fb/fb_gp10b.h" 32#include "common/fb/fb_gp10b.h"
34#include "common/fb/fb_gm20b.h" 33#include "common/fb/fb_gm20b.h"
35#include "common/fb/fb_gp106.h" 34#include "common/fb/fb_gp106.h"
@@ -407,7 +406,7 @@ static const struct gpu_ops gp106_ops = {
407 }, 406 },
408 .fb = { 407 .fb = {
409 .reset = gp106_fb_reset, 408 .reset = gp106_fb_reset,
410 .init_hw = gk20a_fb_init_hw, 409 .init_hw = gm20b_fb_init_hw,
411 .init_fs_state = NULL, 410 .init_fs_state = NULL,
412 .set_mmu_page_size = gm20b_fb_set_mmu_page_size, 411 .set_mmu_page_size = gm20b_fb_set_mmu_page_size,
413 .set_use_full_comp_tag_line = 412 .set_use_full_comp_tag_line =
@@ -424,7 +423,7 @@ static const struct gpu_ops gp106_ops = {
424 .read_wpr_info = gm20b_fb_read_wpr_info, 423 .read_wpr_info = gm20b_fb_read_wpr_info,
425 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled, 424 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled,
426 .set_debug_mode = gm20b_fb_set_debug_mode, 425 .set_debug_mode = gm20b_fb_set_debug_mode,
427 .tlb_invalidate = gk20a_fb_tlb_invalidate, 426 .tlb_invalidate = gm20b_fb_tlb_invalidate,
428 .mem_unlock = NULL, 427 .mem_unlock = NULL,
429 }, 428 },
430 .clock_gating = { 429 .clock_gating = {