summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index af0630d2..a925b1e2 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -1,9 +1,7 @@
1/* 1/*
2 * drivers/video/tegra/host/gk20a/fifo_gk20a.h
3 *
4 * GK20A graphics fifo (gr host) 2 * GK20A graphics fifo (gr host)
5 * 3 *
6 * Copyright (c) 2011-2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2018, NVIDIA CORPORATION. All rights reserved.
7 * 5 *
8 * 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
9 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -29,10 +27,6 @@
29#include "channel_gk20a.h" 27#include "channel_gk20a.h"
30#include "tsg_gk20a.h" 28#include "tsg_gk20a.h"
31 29
32#ifdef CONFIG_TEGRA_19x_GPU
33#include "fifo_t19x.h"
34#endif
35
36#include <nvgpu/kref.h> 30#include <nvgpu/kref.h>
37 31
38struct gk20a_debug_output; 32struct gk20a_debug_output;
@@ -213,9 +207,7 @@ struct fifo_gk20a {
213 bool deferred_reset_pending; 207 bool deferred_reset_pending;
214 struct nvgpu_mutex deferred_reset_mutex; 208 struct nvgpu_mutex deferred_reset_mutex;
215 209
216#ifdef CONFIG_TEGRA_19x_GPU 210 u32 max_subctx_count;
217 struct fifo_t19x t19x;
218#endif
219 u32 channel_base; 211 u32 channel_base;
220}; 212};
221 213