summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index dee74fdd..c7ade5f6 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -887,7 +887,6 @@ struct gpu_ops {
887 void (*reset)(struct gk20a *g, u32 units); 887 void (*reset)(struct gk20a *g, u32 units);
888 u32 (*boot_0)(struct gk20a *g, u32 *arch, u32 *impl, u32 *rev); 888 u32 (*boot_0)(struct gk20a *g, u32 *arch, u32 *impl, u32 *rev);
889 bool (*is_intr1_pending)(struct gk20a *g, enum nvgpu_unit unit, u32 mc_intr_1); 889 bool (*is_intr1_pending)(struct gk20a *g, enum nvgpu_unit unit, u32 mc_intr_1);
890 u32 intr_mask_restore[4];
891 } mc; 890 } mc;
892 struct { 891 struct {
893 void (*show_dump)(struct gk20a *g, 892 void (*show_dump)(struct gk20a *g,
@@ -1204,6 +1203,7 @@ struct gk20a {
1204 int client_refcount; /* open channels and ctrl nodes */ 1203 int client_refcount; /* open channels and ctrl nodes */
1205 1204
1206 struct gpu_ops ops; 1205 struct gpu_ops ops;
1206 u32 mc_intr_mask_restore[4];
1207 1207
1208 int irqs_enabled; 1208 int irqs_enabled;
1209 int irq_stall; /* can be same as irq_nonstall in case of PCI */ 1209 int irq_stall; /* can be same as irq_nonstall in case of PCI */