summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fb_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fb_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fb_gk20a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fb_gk20a.c b/drivers/gpu/nvgpu/gk20a/fb_gk20a.c
index e3052701..c4be3313 100644
--- a/drivers/gpu/nvgpu/gk20a/fb_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fb_gk20a.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GK20A memory interface 2 * GK20A memory interface
3 * 3 *
4 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -36,7 +36,7 @@ void fb_gk20a_reset(struct gk20a *g)
36{ 36{
37 u32 val; 37 u32 val;
38 38
39 gk20a_dbg_info("reset gk20a fb"); 39 nvgpu_log_info(g, "reset gk20a fb");
40 40
41 g->ops.mc.reset(g, mc_enable_pfb_enabled_f() | 41 g->ops.mc.reset(g, mc_enable_pfb_enabled_f() |
42 mc_enable_l2_enabled_f() | 42 mc_enable_l2_enabled_f() |
@@ -63,7 +63,7 @@ void gk20a_fb_tlb_invalidate(struct gk20a *g, struct nvgpu_mem *pdb)
63 u32 addr_lo; 63 u32 addr_lo;
64 u32 data; 64 u32 data;
65 65
66 gk20a_dbg_fn(""); 66 nvgpu_log_fn(g, " ");
67 67
68 /* pagetables are considered sw states which are preserved after 68 /* pagetables are considered sw states which are preserved after
69 prepare_poweroff. When gk20a deinit releases those pagetables, 69 prepare_poweroff. When gk20a deinit releases those pagetables,