diff options
Diffstat (limited to 'drivers/gpu/nvgpu')
-rw-r--r-- | drivers/gpu/nvgpu/gv100/hal_gv100.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c index 9a2807a2..23ada798 100644 --- a/drivers/gpu/nvgpu/gv100/hal_gv100.c +++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c | |||
@@ -51,7 +51,7 @@ | |||
51 | #include "gp106/pmu_gp106.h" | 51 | #include "gp106/pmu_gp106.h" |
52 | #include "gp106/acr_gp106.h" | 52 | #include "gp106/acr_gp106.h" |
53 | #include "gp106/sec2_gp106.h" | 53 | #include "gp106/sec2_gp106.h" |
54 | #include "gm206/bios_gm206.h" | 54 | #include "gp106/bios_gp106.h" |
55 | #include "gp106/therm_gp106.h" | 55 | #include "gp106/therm_gp106.h" |
56 | #include "gp106/xve_gp106.h" | 56 | #include "gp106/xve_gp106.h" |
57 | #include "gp106/clk_gp106.h" | 57 | #include "gp106/clk_gp106.h" |
@@ -622,7 +622,7 @@ static const struct gpu_ops gv100_ops = { | |||
622 | }, | 622 | }, |
623 | .chip_init_gpu_characteristics = gv100_init_gpu_characteristics, | 623 | .chip_init_gpu_characteristics = gv100_init_gpu_characteristics, |
624 | .get_litter_value = gv100_get_litter_value, | 624 | .get_litter_value = gv100_get_litter_value, |
625 | .bios_init = gm206_bios_init, | 625 | .bios_init = gp106_bios_init, |
626 | }; | 626 | }; |
627 | 627 | ||
628 | int gv100_init_hal(struct gk20a *g) | 628 | int gv100_init_hal(struct gk20a *g) |