summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/fb/fb_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/fb/fb_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/common/fb/fb_gv11b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/fb/fb_gv11b.c b/drivers/gpu/nvgpu/common/fb/fb_gv11b.c
index e6996321..c46d3976 100644
--- a/drivers/gpu/nvgpu/common/fb/fb_gv11b.c
+++ b/drivers/gpu/nvgpu/common/fb/fb_gv11b.c
@@ -40,7 +40,7 @@
40#include "gv11b/fifo_gv11b.h" 40#include "gv11b/fifo_gv11b.h"
41#include "gv11b/ce_gv11b.h" 41#include "gv11b/ce_gv11b.h"
42 42
43#include "fb_gk20a.h" 43#include "fb_gm20b.h"
44#include "fb_gp10b.h" 44#include "fb_gp10b.h"
45#include "fb_gv11b.h" 45#include "fb_gv11b.h"
46 46
@@ -64,7 +64,7 @@ static void gv11b_init_nvlink_soc_credits(struct gk20a *g)
64 64
65void gv11b_fb_init_hw(struct gk20a *g) 65void gv11b_fb_init_hw(struct gk20a *g)
66{ 66{
67 gk20a_fb_init_hw(g); 67 gm20b_fb_init_hw(g);
68 68
69 g->ops.fb.enable_hub_intr(g); 69 g->ops.fb.enable_hub_intr(g);
70} 70}