summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/mc_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/mc_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mc_gp10b.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mc_gp10b.h b/drivers/gpu/nvgpu/gp10b/mc_gp10b.h
index 4e93235c..8c22de62 100644
--- a/drivers/gpu/nvgpu/gp10b/mc_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/mc_gp10b.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -27,6 +27,7 @@ struct gk20a;
27#define NVGPU_MC_INTR_STALLING 0U 27#define NVGPU_MC_INTR_STALLING 0U
28#define NVGPU_MC_INTR_NONSTALLING 1U 28#define NVGPU_MC_INTR_NONSTALLING 1U
29 29
30void mc_gp10b_intr_mask(struct gk20a *g);
30void mc_gp10b_intr_enable(struct gk20a *g); 31void mc_gp10b_intr_enable(struct gk20a *g);
31void mc_gp10b_intr_unit_config(struct gk20a *g, bool enable, 32void mc_gp10b_intr_unit_config(struct gk20a *g, bool enable,
32 bool is_stalling, u32 mask); 33 bool is_stalling, u32 mask);
@@ -34,6 +35,7 @@ void mc_gp10b_isr_stall(struct gk20a *g);
34bool mc_gp10b_is_intr1_pending(struct gk20a *g, 35bool mc_gp10b_is_intr1_pending(struct gk20a *g,
35 enum nvgpu_unit unit, u32 mc_intr_1); 36 enum nvgpu_unit unit, u32 mc_intr_1);
36 37
38void mc_gp10b_log_pending_intrs(struct gk20a *g);
37u32 mc_gp10b_intr_stall(struct gk20a *g); 39u32 mc_gp10b_intr_stall(struct gk20a *g);
38void mc_gp10b_intr_stall_pause(struct gk20a *g); 40void mc_gp10b_intr_stall_pause(struct gk20a *g);
39void mc_gp10b_intr_stall_resume(struct gk20a *g); 41void mc_gp10b_intr_stall_resume(struct gk20a *g);