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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 4111ac7d..66123fab 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -234,6 +234,9 @@ static const struct gpu_ops gp106_ops = {
234 .bios = { 234 .bios = {
235 .init = gp106_bios_init, 235 .init = gp106_bios_init,
236 .preos_wait_for_halt = gp106_bios_preos_wait_for_halt, 236 .preos_wait_for_halt = gp106_bios_preos_wait_for_halt,
237 .devinit = gp106_bios_devinit,
238 .preos = gp106_bios_preos,
239 .verify_devinit = NULL,
237 }, 240 },
238 .ltc = { 241 .ltc = {
239 .determine_L2_size_bytes = gp10b_determine_L2_size_bytes, 242 .determine_L2_size_bytes = gp10b_determine_L2_size_bytes,