summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 3b80ede0..51ddb561 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -27,7 +27,6 @@
27#include "common/bus/bus_gk20a.h" 27#include "common/bus/bus_gk20a.h"
28#include "common/priv_ring/priv_ring_gm20b.h" 28#include "common/priv_ring/priv_ring_gm20b.h"
29#include "common/ptimer/ptimer_gk20a.h" 29#include "common/ptimer/ptimer_gk20a.h"
30#include "common/fb/fb_gk20a.h"
31#include "common/fb/fb_gm20b.h" 30#include "common/fb/fb_gm20b.h"
32#include "common/therm/therm_gm20b.h" 31#include "common/therm/therm_gm20b.h"
33#include "common/therm/therm_gm20b.h" 32#include "common/therm/therm_gm20b.h"
@@ -332,8 +331,8 @@ static const struct gpu_ops gm20b_ops = {
332 .set_debug_mode = gm20b_gr_set_debug_mode, 331 .set_debug_mode = gm20b_gr_set_debug_mode,
333 }, 332 },
334 .fb = { 333 .fb = {
335 .reset = fb_gk20a_reset, 334 .reset = gm20b_fb_reset,
336 .init_hw = gk20a_fb_init_hw, 335 .init_hw = gm20b_fb_init_hw,
337 .init_fs_state = fb_gm20b_init_fs_state, 336 .init_fs_state = fb_gm20b_init_fs_state,
338 .set_mmu_page_size = gm20b_fb_set_mmu_page_size, 337 .set_mmu_page_size = gm20b_fb_set_mmu_page_size,
339 .set_use_full_comp_tag_line = 338 .set_use_full_comp_tag_line =
@@ -350,7 +349,7 @@ static const struct gpu_ops gm20b_ops = {
350 .read_wpr_info = gm20b_fb_read_wpr_info, 349 .read_wpr_info = gm20b_fb_read_wpr_info,
351 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled, 350 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled,
352 .set_debug_mode = gm20b_fb_set_debug_mode, 351 .set_debug_mode = gm20b_fb_set_debug_mode,
353 .tlb_invalidate = gk20a_fb_tlb_invalidate, 352 .tlb_invalidate = gm20b_fb_tlb_invalidate,
354 .mem_unlock = NULL, 353 .mem_unlock = NULL,
355 }, 354 },
356 .clock_gating = { 355 .clock_gating = {