summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 2217dfea..89e0e1fd 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -31,7 +31,7 @@
31#include "gp106/therm_gp106.h" 31#include "gp106/therm_gp106.h"
32#include "gp106/xve_gp106.h" 32#include "gp106/xve_gp106.h"
33 33
34#include "gm206/bios_gm206.h" 34#include "gp106/bios_gp106.h"
35 35
36#include "gm20b/gr_gm20b.h" 36#include "gm20b/gr_gm20b.h"
37#include "gm20b/fifo_gm20b.h" 37#include "gm20b/fifo_gm20b.h"
@@ -209,7 +209,7 @@ int gp106_init_hal(struct gk20a *g)
209#if defined(CONFIG_GK20A_CYCLE_STATS) 209#if defined(CONFIG_GK20A_CYCLE_STATS)
210 gk20a_init_css_ops(gops); 210 gk20a_init_css_ops(gops);
211#endif 211#endif
212 gm206_init_bios(gops); 212 gp106_init_bios(gops);
213 gp106_init_therm_ops(gops); 213 gp106_init_therm_ops(gops);
214 gp106_init_xve_ops(gops); 214 gp106_init_xve_ops(gops);
215 215