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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fb_gk20a.c b/drivers/gpu/nvgpu/gk20a/fb_gk20a.c
index 2e0809ee..b3c52852 100644
--- a/drivers/gpu/nvgpu/gk20a/fb_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fb_gk20a.c
@@ -95,7 +95,7 @@ static void gk20a_fb_set_debug_mode(struct gk20a *g, bool enable)
95 gk20a_writel(g, fb_mmu_debug_ctrl_r(), reg_val); 95 gk20a_writel(g, fb_mmu_debug_ctrl_r(), reg_val);
96} 96}
97 97
98void gk20a_fb_tlb_invalidate(struct gk20a *g, struct mem_desc *pdb) 98void gk20a_fb_tlb_invalidate(struct gk20a *g, struct nvgpu_mem *pdb)
99{ 99{
100 struct nvgpu_timeout timeout; 100 struct nvgpu_timeout timeout;
101 u32 addr_lo; 101 u32 addr_lo;