Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / nouveau / nvkm / engine / gr / ctxgf100.h
1 #ifndef __NVKM_GRCTX_NVC0_H__
2 #define __NVKM_GRCTX_NVC0_H__
3 #include "gf100.h"
4
5 struct gf100_grctx {
6         struct gf100_gr_priv *priv;
7         struct gf100_gr_data *data;
8         struct gf100_gr_mmio *mmio;
9         int buffer_nr;
10         u64 buffer[4];
11         u64 addr;
12 };
13
14 int  gf100_grctx_mmio_data(struct gf100_grctx *, u32 size, u32 align, u32 access);
15 void gf100_grctx_mmio_item(struct gf100_grctx *, u32 addr, u32 data, int s, int);
16
17 #define mmio_vram(a,b,c,d) gf100_grctx_mmio_data((a), (b), (c), (d))
18 #define mmio_refn(a,b,c,d,e) gf100_grctx_mmio_item((a), (b), (c), (d), (e))
19 #define mmio_skip(a,b,c) mmio_refn((a), (b), (c), -1, -1)
20 #define mmio_wr32(a,b,c) mmio_refn((a), (b), (c),  0, -1)
21
22 struct gf100_grctx_oclass {
23         struct nvkm_oclass base;
24         /* main context generation function */
25         void  (*main)(struct gf100_gr_priv *, struct gf100_grctx *);
26         /* context-specific modify-on-first-load list generation function */
27         void  (*unkn)(struct gf100_gr_priv *);
28         /* mmio context data */
29         const struct gf100_gr_pack *hub;
30         const struct gf100_gr_pack *gpc;
31         const struct gf100_gr_pack *zcull;
32         const struct gf100_gr_pack *tpc;
33         const struct gf100_gr_pack *ppc;
34         /* indirect context data, generated with icmds/mthds */
35         const struct gf100_gr_pack *icmd;
36         const struct gf100_gr_pack *mthd;
37         /* bundle circular buffer */
38         void (*bundle)(struct gf100_grctx *);
39         u32 bundle_size;
40         u32 bundle_min_gpm_fifo_depth;
41         u32 bundle_token_limit;
42         /* pagepool */
43         void (*pagepool)(struct gf100_grctx *);
44         u32 pagepool_size;
45         /* attribute(/alpha) circular buffer */
46         void (*attrib)(struct gf100_grctx *);
47         u32 attrib_nr_max;
48         u32 attrib_nr;
49         u32 alpha_nr_max;
50         u32 alpha_nr;
51 };
52
53 static inline const struct gf100_grctx_oclass *
54 gf100_grctx_impl(struct gf100_gr_priv *priv)
55 {
56         return (void *)nv_engine(priv)->cclass;
57 }
58
59 extern struct nvkm_oclass *gf100_grctx_oclass;
60 int  gf100_grctx_generate(struct gf100_gr_priv *);
61 void gf100_grctx_generate_main(struct gf100_gr_priv *, struct gf100_grctx *);
62 void gf100_grctx_generate_bundle(struct gf100_grctx *);
63 void gf100_grctx_generate_pagepool(struct gf100_grctx *);
64 void gf100_grctx_generate_attrib(struct gf100_grctx *);
65 void gf100_grctx_generate_unkn(struct gf100_gr_priv *);
66 void gf100_grctx_generate_tpcid(struct gf100_gr_priv *);
67 void gf100_grctx_generate_r406028(struct gf100_gr_priv *);
68 void gf100_grctx_generate_r4060a8(struct gf100_gr_priv *);
69 void gf100_grctx_generate_r418bb8(struct gf100_gr_priv *);
70 void gf100_grctx_generate_r406800(struct gf100_gr_priv *);
71
72 extern struct nvkm_oclass *gf108_grctx_oclass;
73 void gf108_grctx_generate_attrib(struct gf100_grctx *);
74 void gf108_grctx_generate_unkn(struct gf100_gr_priv *);
75
76 extern struct nvkm_oclass *gf104_grctx_oclass;
77 extern struct nvkm_oclass *gf110_grctx_oclass;
78
79 extern struct nvkm_oclass *gf117_grctx_oclass;
80 void gf117_grctx_generate_attrib(struct gf100_grctx *);
81
82 extern struct nvkm_oclass *gf119_grctx_oclass;
83
84 extern struct nvkm_oclass *gk104_grctx_oclass;
85 extern struct nvkm_oclass *gk20a_grctx_oclass;
86 void gk104_grctx_generate_main(struct gf100_gr_priv *, struct gf100_grctx *);
87 void gk104_grctx_generate_bundle(struct gf100_grctx *);
88 void gk104_grctx_generate_pagepool(struct gf100_grctx *);
89 void gk104_grctx_generate_unkn(struct gf100_gr_priv *);
90 void gk104_grctx_generate_r418bb8(struct gf100_gr_priv *);
91
92 extern struct nvkm_oclass *gk110_grctx_oclass;
93 extern struct nvkm_oclass *gk110b_grctx_oclass;
94 extern struct nvkm_oclass *gk208_grctx_oclass;
95 extern struct nvkm_oclass *gm107_grctx_oclass;
96
97 /* context init value lists */
98
99 extern const struct gf100_gr_pack gf100_grctx_pack_icmd[];
100
101 extern const struct gf100_gr_pack gf100_grctx_pack_mthd[];
102 extern const struct gf100_gr_init gf100_grctx_init_902d_0[];
103 extern const struct gf100_gr_init gf100_grctx_init_9039_0[];
104 extern const struct gf100_gr_init gf100_grctx_init_90c0_0[];
105
106 extern const struct gf100_gr_pack gf100_grctx_pack_hub[];
107 extern const struct gf100_gr_init gf100_grctx_init_main_0[];
108 extern const struct gf100_gr_init gf100_grctx_init_fe_0[];
109 extern const struct gf100_gr_init gf100_grctx_init_pri_0[];
110 extern const struct gf100_gr_init gf100_grctx_init_memfmt_0[];
111 extern const struct gf100_gr_init gf100_grctx_init_rstr2d_0[];
112 extern const struct gf100_gr_init gf100_grctx_init_scc_0[];
113
114 extern const struct gf100_gr_pack gf100_grctx_pack_gpc[];
115 extern const struct gf100_gr_init gf100_grctx_init_gpc_unk_0[];
116 extern const struct gf100_gr_init gf100_grctx_init_prop_0[];
117 extern const struct gf100_gr_init gf100_grctx_init_gpc_unk_1[];
118 extern const struct gf100_gr_init gf100_grctx_init_zcull_0[];
119 extern const struct gf100_gr_init gf100_grctx_init_crstr_0[];
120 extern const struct gf100_gr_init gf100_grctx_init_gpm_0[];
121 extern const struct gf100_gr_init gf100_grctx_init_gcc_0[];
122
123 extern const struct gf100_gr_pack gf100_grctx_pack_zcull[];
124
125 extern const struct gf100_gr_pack gf100_grctx_pack_tpc[];
126 extern const struct gf100_gr_init gf100_grctx_init_pe_0[];
127 extern const struct gf100_gr_init gf100_grctx_init_wwdx_0[];
128 extern const struct gf100_gr_init gf100_grctx_init_mpc_0[];
129 extern const struct gf100_gr_init gf100_grctx_init_tpccs_0[];
130
131 extern const struct gf100_gr_init gf104_grctx_init_tex_0[];
132 extern const struct gf100_gr_init gf104_grctx_init_l1c_0[];
133 extern const struct gf100_gr_init gf104_grctx_init_sm_0[];
134
135 extern const struct gf100_gr_init gf108_grctx_init_9097_0[];
136
137 extern const struct gf100_gr_init gf108_grctx_init_gpm_0[];
138
139 extern const struct gf100_gr_init gf108_grctx_init_pe_0[];
140 extern const struct gf100_gr_init gf108_grctx_init_wwdx_0[];
141 extern const struct gf100_gr_init gf108_grctx_init_tpccs_0[];
142
143 extern const struct gf100_gr_init gf110_grctx_init_9197_0[];
144 extern const struct gf100_gr_init gf110_grctx_init_9297_0[];
145
146 extern const struct gf100_gr_pack gf119_grctx_pack_icmd[];
147
148 extern const struct gf100_gr_pack gf119_grctx_pack_mthd[];
149
150 extern const struct gf100_gr_init gf119_grctx_init_fe_0[];
151 extern const struct gf100_gr_init gf119_grctx_init_be_0[];
152
153 extern const struct gf100_gr_init gf119_grctx_init_prop_0[];
154 extern const struct gf100_gr_init gf119_grctx_init_gpc_unk_1[];
155 extern const struct gf100_gr_init gf119_grctx_init_crstr_0[];
156
157 extern const struct gf100_gr_init gf119_grctx_init_sm_0[];
158
159 extern const struct gf100_gr_init gf117_grctx_init_pe_0[];
160
161 extern const struct gf100_gr_init gf117_grctx_init_wwdx_0[];
162
163 extern const struct gf100_gr_init gk104_grctx_init_memfmt_0[];
164 extern const struct gf100_gr_init gk104_grctx_init_ds_0[];
165 extern const struct gf100_gr_init gk104_grctx_init_scc_0[];
166
167 extern const struct gf100_gr_init gk104_grctx_init_gpm_0[];
168
169 extern const struct gf100_gr_init gk104_grctx_init_pes_0[];
170
171 extern const struct gf100_gr_pack gk104_grctx_pack_hub[];
172 extern const struct gf100_gr_pack gk104_grctx_pack_gpc[];
173 extern const struct gf100_gr_pack gk104_grctx_pack_tpc[];
174 extern const struct gf100_gr_pack gk104_grctx_pack_ppc[];
175 extern const struct gf100_gr_pack gk104_grctx_pack_icmd[];
176 extern const struct gf100_gr_init gk104_grctx_init_a097_0[];
177
178 extern const struct gf100_gr_pack gk110_grctx_pack_icmd[];
179
180 extern const struct gf100_gr_pack gk110_grctx_pack_mthd[];
181
182 extern const struct gf100_gr_pack gk110_grctx_pack_hub[];
183 extern const struct gf100_gr_init gk110_grctx_init_pri_0[];
184 extern const struct gf100_gr_init gk110_grctx_init_cwd_0[];
185
186 extern const struct gf100_gr_pack gk110_grctx_pack_gpc[];
187 extern const struct gf100_gr_init gk110_grctx_init_gpc_unk_2[];
188
189 extern const struct gf100_gr_init gk110_grctx_init_tex_0[];
190 extern const struct gf100_gr_init gk110_grctx_init_mpc_0[];
191 extern const struct gf100_gr_init gk110_grctx_init_l1c_0[];
192
193 extern const struct gf100_gr_pack gk110_grctx_pack_ppc[];
194
195 extern const struct gf100_gr_init gk208_grctx_init_rstr2d_0[];
196
197 extern const struct gf100_gr_init gk208_grctx_init_prop_0[];
198 extern const struct gf100_gr_init gk208_grctx_init_crstr_0[];
199 #endif