summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index d972d4a5..fbf6e046 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -111,6 +111,7 @@
111#include <nvgpu/hw/gv100/hw_top_gv100.h> 111#include <nvgpu/hw/gv100/hw_top_gv100.h>
112#include <nvgpu/hw/gv100/hw_pram_gv100.h> 112#include <nvgpu/hw/gv100/hw_pram_gv100.h>
113#include <nvgpu/hw/gv100/hw_pwr_gv100.h> 113#include <nvgpu/hw/gv100/hw_pwr_gv100.h>
114#include <nvgpu/hw/gv100/hw_gr_gv100.h>
114 115
115static int gv100_get_litter_value(struct gk20a *g, int value) 116static int gv100_get_litter_value(struct gk20a *g, int value)
116{ 117{
@@ -434,6 +435,7 @@ static const struct gpu_ops gv100_ops = {
434 .get_pmm_per_chiplet_offset = 435 .get_pmm_per_chiplet_offset =
435 gr_gv11b_get_pmm_per_chiplet_offset, 436 gr_gv11b_get_pmm_per_chiplet_offset,
436 .split_fbpa_broadcast_addr = gr_gv100_split_fbpa_broadcast_addr, 437 .split_fbpa_broadcast_addr = gr_gv100_split_fbpa_broadcast_addr,
438 .fecs_ctxsw_mailbox_size = gr_fecs_ctxsw_mailbox__size_1_v,
437 }, 439 },
438 .fb = { 440 .fb = {
439 .reset = gv100_fb_reset, 441 .reset = gv100_fb_reset,