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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index d1b60af5..43b1d2e0 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -97,6 +97,7 @@
97#include <nvgpu/hw/gp106/hw_top_gp106.h> 97#include <nvgpu/hw/gp106/hw_top_gp106.h>
98#include <nvgpu/hw/gp106/hw_pram_gp106.h> 98#include <nvgpu/hw/gp106/hw_pram_gp106.h>
99#include <nvgpu/hw/gp106/hw_pwr_gp106.h> 99#include <nvgpu/hw/gp106/hw_pwr_gp106.h>
100#include <nvgpu/hw/gp106/hw_gr_gp106.h>
100 101
101 102
102static int gp106_get_litter_value(struct gk20a *g, int value) 103static int gp106_get_litter_value(struct gk20a *g, int value)
@@ -387,6 +388,7 @@ static const struct gpu_ops gp106_ops = {
387 .get_pmm_per_chiplet_offset = 388 .get_pmm_per_chiplet_offset =
388 gr_gm20b_get_pmm_per_chiplet_offset, 389 gr_gm20b_get_pmm_per_chiplet_offset,
389 .split_fbpa_broadcast_addr = gr_gk20a_split_fbpa_broadcast_addr, 390 .split_fbpa_broadcast_addr = gr_gk20a_split_fbpa_broadcast_addr,
391 .fecs_ctxsw_mailbox_size = gr_fecs_ctxsw_mailbox__size_1_v,
390 }, 392 },
391 .fb = { 393 .fb = {
392 .reset = gp106_fb_reset, 394 .reset = gp106_fb_reset,