summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fb_gm20b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fb_gm20b.c b/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
index 746ed42f..3d4604c5 100644
--- a/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fb_gm20b.c
@@ -17,6 +17,7 @@
17 17
18#include "gk20a/gk20a.h" 18#include "gk20a/gk20a.h"
19#include "gk20a/kind_gk20a.h" 19#include "gk20a/kind_gk20a.h"
20#include "gk20a/fb_gk20a.h"
20 21
21#include "hw_fb_gm20b.h" 22#include "hw_fb_gm20b.h"
22#include "hw_top_gm20b.h" 23#include "hw_top_gm20b.h"
@@ -131,6 +132,7 @@ static void gm20b_fb_dump_vpr_wpr_info(struct gk20a *g)
131 132
132void gm20b_init_fb(struct gpu_ops *gops) 133void gm20b_init_fb(struct gpu_ops *gops)
133{ 134{
135 gops->fb.reset = fb_gk20a_reset;
134 gops->fb.init_fs_state = fb_gm20b_init_fs_state; 136 gops->fb.init_fs_state = fb_gm20b_init_fs_state;
135 gops->fb.set_mmu_page_size = gm20b_fb_set_mmu_page_size; 137 gops->fb.set_mmu_page_size = gm20b_fb_set_mmu_page_size;
136 gops->fb.compression_page_size = gm20b_fb_compression_page_size; 138 gops->fb.compression_page_size = gm20b_fb_compression_page_size;