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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 3cfda7ca..ea131822 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -459,7 +459,7 @@ static const struct gpu_ops gv100_ops = {
459 }, 459 },
460 .fb = { 460 .fb = {
461 .reset = gv100_fb_reset, 461 .reset = gv100_fb_reset,
462 .init_hw = gk20a_fb_init_hw, 462 .init_hw = gv11b_fb_init_hw,
463 .init_fs_state = NULL, 463 .init_fs_state = NULL,
464 .set_mmu_page_size = gm20b_fb_set_mmu_page_size, 464 .set_mmu_page_size = gm20b_fb_set_mmu_page_size,
465 .set_use_full_comp_tag_line = 465 .set_use_full_comp_tag_line =
@@ -481,8 +481,8 @@ static const struct gpu_ops gv100_ops = {
481 .mem_unlock = gv100_fb_memory_unlock, 481 .mem_unlock = gv100_fb_memory_unlock,
482 .init_nvlink = gv100_fb_init_nvlink, 482 .init_nvlink = gv100_fb_init_nvlink,
483 .enable_nvlink = gv100_fb_enable_nvlink, 483 .enable_nvlink = gv100_fb_enable_nvlink,
484 .enable_hub_intr = gv11b_fb_enable_hub_intr, 484 .enable_hub_intr = gv100_fb_enable_hub_intr,
485 .disable_hub_intr = gv11b_fb_disable_hub_intr, 485 .disable_hub_intr = gv100_fb_disable_hub_intr,
486 .write_mmu_fault_buffer_lo_hi = 486 .write_mmu_fault_buffer_lo_hi =
487 fb_gv11b_write_mmu_fault_buffer_lo_hi, 487 fb_gv11b_write_mmu_fault_buffer_lo_hi,
488 .write_mmu_fault_buffer_get = 488 .write_mmu_fault_buffer_get =