summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hw_fb_gk20a.h
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2016-10-28 19:49:50 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-11 15:44:14 -0500
commitb928f10d37bdb57266569073d8b5d553dbf39044 (patch)
tree60da9d9344963bfac157d91e74107d49109ef9a5 /drivers/gpu/nvgpu/gk20a/hw_fb_gk20a.h
parent5e68c6e971d98fc9d4beaf69c5ca58f39f8db1a7 (diff)
gpu: nvgpu: Start re-organizing the HW headers
Reorganize the HW headers of gk20a. The headers are moved to a new directory: include/nvgpu/hw/gk20a And from the code are included like so: #include <nvgpu/hw/gk20a/hw_pwr_gk20a.h> This is the first step in reorganizing all of the HW headers for gm20b, gm206, etc. This is part of a larger effort to re-structure and make the driver more readable and scalable. Bug 1799159 Change-Id: Ic151155cbc2e6f75009f2d9d597b364a1bed2c4c Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1244790 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hw_fb_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hw_fb_gk20a.h257
1 files changed, 0 insertions, 257 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hw_fb_gk20a.h b/drivers/gpu/nvgpu/gk20a/hw_fb_gk20a.h
deleted file mode 100644
index b9e124b7..00000000
--- a/drivers/gpu/nvgpu/gk20a/hw_fb_gk20a.h
+++ /dev/null
@@ -1,257 +0,0 @@
1/*
2 * Copyright (c) 2012-2016, NVIDIA CORPORATION. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16/*
17 * Function naming determines intended use:
18 *
19 * <x>_r(void) : Returns the offset for register <x>.
20 *
21 * <x>_o(void) : Returns the offset for element <x>.
22 *
23 * <x>_w(void) : Returns the word offset for word (4 byte) element <x>.
24 *
25 * <x>_<y>_s(void) : Returns size of field <y> of register <x> in bits.
26 *
27 * <x>_<y>_f(u32 v) : Returns a value based on 'v' which has been shifted
28 * and masked to place it at field <y> of register <x>. This value
29 * can be |'d with others to produce a full register value for
30 * register <x>.
31 *
32 * <x>_<y>_m(void) : Returns a mask for field <y> of register <x>. This
33 * value can be ~'d and then &'d to clear the value of field <y> for
34 * register <x>.
35 *
36 * <x>_<y>_<z>_f(void) : Returns the constant value <z> after being shifted
37 * to place it at field <y> of register <x>. This value can be |'d
38 * with others to produce a full register value for <x>.
39 *
40 * <x>_<y>_v(u32 r) : Returns the value of field <y> from a full register
41 * <x> value 'r' after being shifted to place its LSB at bit 0.
42 * This value is suitable for direct comparison with other unshifted
43 * values appropriate for use in field <y> of register <x>.
44 *
45 * <x>_<y>_<z>_v(void) : Returns the constant value for <z> defined for
46 * field <y> of register <x>. This value is suitable for direct
47 * comparison with unshifted values appropriate for use in field <y>
48 * of register <x>.
49 */
50#ifndef _hw_fb_gk20a_h_
51#define _hw_fb_gk20a_h_
52
53static inline u32 fb_mmu_ctrl_r(void)
54{
55 return 0x00100c80;
56}
57static inline u32 fb_mmu_ctrl_vm_pg_size_f(u32 v)
58{
59 return (v & 0x1) << 0;
60}
61static inline u32 fb_mmu_ctrl_vm_pg_size_128kb_f(void)
62{
63 return 0x0;
64}
65static inline u32 fb_mmu_ctrl_vm_pg_size_64kb_f(void)
66{
67 return 0x1;
68}
69static inline u32 fb_mmu_ctrl_pri_fifo_empty_v(u32 r)
70{
71 return (r >> 15) & 0x1;
72}
73static inline u32 fb_mmu_ctrl_pri_fifo_empty_false_f(void)
74{
75 return 0x0;
76}
77static inline u32 fb_mmu_ctrl_pri_fifo_space_v(u32 r)
78{
79 return (r >> 16) & 0xff;
80}
81static inline u32 fb_mmu_invalidate_pdb_r(void)
82{
83 return 0x00100cb8;
84}
85static inline u32 fb_mmu_invalidate_pdb_aperture_vid_mem_f(void)
86{
87 return 0x0;
88}
89static inline u32 fb_mmu_invalidate_pdb_aperture_sys_mem_f(void)
90{
91 return 0x2;
92}
93static inline u32 fb_mmu_invalidate_pdb_addr_f(u32 v)
94{
95 return (v & 0xfffffff) << 4;
96}
97static inline u32 fb_mmu_invalidate_r(void)
98{
99 return 0x00100cbc;
100}
101static inline u32 fb_mmu_invalidate_all_va_true_f(void)
102{
103 return 0x1;
104}
105static inline u32 fb_mmu_invalidate_all_pdb_true_f(void)
106{
107 return 0x2;
108}
109static inline u32 fb_mmu_invalidate_trigger_s(void)
110{
111 return 1;
112}
113static inline u32 fb_mmu_invalidate_trigger_f(u32 v)
114{
115 return (v & 0x1) << 31;
116}
117static inline u32 fb_mmu_invalidate_trigger_m(void)
118{
119 return 0x1 << 31;
120}
121static inline u32 fb_mmu_invalidate_trigger_v(u32 r)
122{
123 return (r >> 31) & 0x1;
124}
125static inline u32 fb_mmu_invalidate_trigger_true_f(void)
126{
127 return 0x80000000;
128}
129static inline u32 fb_mmu_debug_wr_r(void)
130{
131 return 0x00100cc8;
132}
133static inline u32 fb_mmu_debug_wr_aperture_s(void)
134{
135 return 2;
136}
137static inline u32 fb_mmu_debug_wr_aperture_f(u32 v)
138{
139 return (v & 0x3) << 0;
140}
141static inline u32 fb_mmu_debug_wr_aperture_m(void)
142{
143 return 0x3 << 0;
144}
145static inline u32 fb_mmu_debug_wr_aperture_v(u32 r)
146{
147 return (r >> 0) & 0x3;
148}
149static inline u32 fb_mmu_debug_wr_aperture_vid_mem_f(void)
150{
151 return 0x0;
152}
153static inline u32 fb_mmu_debug_wr_aperture_sys_mem_coh_f(void)
154{
155 return 0x2;
156}
157static inline u32 fb_mmu_debug_wr_aperture_sys_mem_ncoh_f(void)
158{
159 return 0x3;
160}
161static inline u32 fb_mmu_debug_wr_vol_false_f(void)
162{
163 return 0x0;
164}
165static inline u32 fb_mmu_debug_wr_vol_true_v(void)
166{
167 return 0x00000001;
168}
169static inline u32 fb_mmu_debug_wr_vol_true_f(void)
170{
171 return 0x4;
172}
173static inline u32 fb_mmu_debug_wr_addr_f(u32 v)
174{
175 return (v & 0xfffffff) << 4;
176}
177static inline u32 fb_mmu_debug_wr_addr_alignment_v(void)
178{
179 return 0x0000000c;
180}
181static inline u32 fb_mmu_debug_rd_r(void)
182{
183 return 0x00100ccc;
184}
185static inline u32 fb_mmu_debug_rd_aperture_vid_mem_f(void)
186{
187 return 0x0;
188}
189static inline u32 fb_mmu_debug_rd_aperture_sys_mem_coh_f(void)
190{
191 return 0x2;
192}
193static inline u32 fb_mmu_debug_rd_aperture_sys_mem_ncoh_f(void)
194{
195 return 0x3;
196}
197static inline u32 fb_mmu_debug_rd_vol_false_f(void)
198{
199 return 0x0;
200}
201static inline u32 fb_mmu_debug_rd_addr_f(u32 v)
202{
203 return (v & 0xfffffff) << 4;
204}
205static inline u32 fb_mmu_debug_rd_addr_alignment_v(void)
206{
207 return 0x0000000c;
208}
209static inline u32 fb_mmu_debug_ctrl_r(void)
210{
211 return 0x00100cc4;
212}
213static inline u32 fb_mmu_debug_ctrl_debug_v(u32 r)
214{
215 return (r >> 16) & 0x1;
216}
217static inline u32 fb_mmu_debug_ctrl_debug_m(void)
218{
219 return 0x1 << 16;
220}
221static inline u32 fb_mmu_debug_ctrl_debug_enabled_v(void)
222{
223 return 0x00000001;
224}
225static inline u32 fb_mmu_debug_ctrl_debug_enabled_f(void)
226{
227 return 0x10000;
228}
229static inline u32 fb_mmu_debug_ctrl_debug_disabled_v(void)
230{
231 return 0x00000000;
232}
233static inline u32 fb_mmu_debug_ctrl_debug_disabled_f(void)
234{
235 return 0x0;
236}
237static inline u32 fb_mmu_vpr_info_r(void)
238{
239 return 0x00100cd0;
240}
241static inline u32 fb_mmu_vpr_info_fetch_v(u32 r)
242{
243 return (r >> 2) & 0x1;
244}
245static inline u32 fb_mmu_vpr_info_fetch_false_v(void)
246{
247 return 0x00000000;
248}
249static inline u32 fb_mmu_vpr_info_fetch_true_v(void)
250{
251 return 0x00000001;
252}
253static inline u32 fb_niso_flush_sysmem_addr_r(void)
254{
255 return 0x00100c10;
256}
257#endif