summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 5e8e7acc..cfba7d65 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GP10B Tegra HAL interface 2 * GP10B Tegra HAL interface
3 * 3 *
4 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -245,6 +245,10 @@ static const struct gpu_ops gp10b_ops = {
245 .detect_sm_arch = gr_gm20b_detect_sm_arch, 245 .detect_sm_arch = gr_gm20b_detect_sm_arch,
246 .add_zbc_color = gr_gp10b_add_zbc_color, 246 .add_zbc_color = gr_gp10b_add_zbc_color,
247 .add_zbc_depth = gr_gp10b_add_zbc_depth, 247 .add_zbc_depth = gr_gp10b_add_zbc_depth,
248 .get_gpcs_swdx_dss_zbc_c_format_reg =
249 gr_gp10b_get_gpcs_swdx_dss_zbc_c_format_reg,
250 .get_gpcs_swdx_dss_zbc_z_format_reg =
251 gr_gp10b_get_gpcs_swdx_dss_zbc_z_format_reg,
248 .zbc_set_table = gk20a_gr_zbc_set_table, 252 .zbc_set_table = gk20a_gr_zbc_set_table,
249 .zbc_query_table = gr_gk20a_query_zbc, 253 .zbc_query_table = gr_gk20a_query_zbc,
250 .pmu_save_zbc = gk20a_pmu_save_zbc, 254 .pmu_save_zbc = gk20a_pmu_save_zbc,