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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 3408cdfa..da1a44a9 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -701,16 +701,8 @@ static const struct gpu_ops gp106_ops = {
701 .get_runcontrol_whitelist = gp106_get_runcontrol_whitelist, 701 .get_runcontrol_whitelist = gp106_get_runcontrol_whitelist,
702 .get_runcontrol_whitelist_count = 702 .get_runcontrol_whitelist_count =
703 gp106_get_runcontrol_whitelist_count, 703 gp106_get_runcontrol_whitelist_count,
704 .get_runcontrol_whitelist_ranges =
705 gp106_get_runcontrol_whitelist_ranges,
706 .get_runcontrol_whitelist_ranges_count =
707 gp106_get_runcontrol_whitelist_ranges_count,
708 .get_qctl_whitelist = gp106_get_qctl_whitelist, 704 .get_qctl_whitelist = gp106_get_qctl_whitelist,
709 .get_qctl_whitelist_count = gp106_get_qctl_whitelist_count, 705 .get_qctl_whitelist_count = gp106_get_qctl_whitelist_count,
710 .get_qctl_whitelist_ranges = gp106_get_qctl_whitelist_ranges,
711 .get_qctl_whitelist_ranges_count =
712 gp106_get_qctl_whitelist_ranges_count,
713 .apply_smpc_war = gp106_apply_smpc_war,
714 }, 706 },
715 .mc = { 707 .mc = {
716 .intr_mask = mc_gp10b_intr_mask, 708 .intr_mask = mc_gp10b_intr_mask,