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, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 94adf727..d32f644d 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -56,6 +56,7 @@
56#include "gp10b/regops_gp10b.h" 56#include "gp10b/regops_gp10b.h"
57#include "gp10b/therm_gp10b.h" 57#include "gp10b/therm_gp10b.h"
58#include "gp10b/priv_ring_gp10b.h" 58#include "gp10b/priv_ring_gp10b.h"
59#include "gp10b/ecc_gp10b.h"
59 60
60#include "gm20b/ltc_gm20b.h" 61#include "gm20b/ltc_gm20b.h"
61#include "gm20b/gr_gm20b.h" 62#include "gm20b/gr_gm20b.h"
@@ -339,11 +340,8 @@ static const struct gpu_ops gp10b_ops = {
339 .init_preemption_state = gr_gp10b_init_preemption_state, 340 .init_preemption_state = gr_gp10b_init_preemption_state,
340 .update_boosted_ctx = gr_gp10b_update_boosted_ctx, 341 .update_boosted_ctx = gr_gp10b_update_boosted_ctx,
341 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 342 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
342#ifdef CONFIG_SYSFS
343 .create_gr_sysfs = gr_gp10b_create_sysfs,
344 .remove_gr_sysfs = gr_gp10b_remove_sysfs,
345#endif
346 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode, 343 .set_ctxsw_preemption_mode = gr_gp10b_set_ctxsw_preemption_mode,
344 .init_ecc = gp10b_ecc_init,
347 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data, 345 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data,
348 .init_gfxp_wfi_timeout_count = 346 .init_gfxp_wfi_timeout_count =
349 gr_gp10b_init_gfxp_wfi_timeout_count, 347 gr_gp10b_init_gfxp_wfi_timeout_count,