blob: 915665c7fe7c672bebe54a7f8f73f6d80dc65d29 [file] [log] [blame]
Dave Airlief26c4732006-01-02 17:18:39 +11001/* radeon_cp.c -- CP support for Radeon -*- linux-c -*- */
2/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
4 * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
5 * All Rights Reserved.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice (including the next
15 * paragraph) shall be included in all copies or substantial portions of the
16 * Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
22 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24 * DEALINGS IN THE SOFTWARE.
25 *
26 * Authors:
27 * Kevin E. Martin <martin@valinux.com>
28 * Gareth Hughes <gareth@valinux.com>
29 */
30
31#include "drmP.h"
32#include "drm.h"
33#include "radeon_drm.h"
34#include "radeon_drv.h"
Dave Airlie414ed532005-08-16 20:43:16 +100035#include "r300_reg.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036
37#define RADEON_FIFO_DEBUG 0
38
Dave Airlieb5e89ed2005-09-25 14:28:13 +100039static int radeon_do_cleanup_cp(drm_device_t * dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -070040
41/* CP microcode (from ATI) */
42static u32 R200_cp_microcode[][2] = {
Dave Airlieb5e89ed2005-09-25 14:28:13 +100043 {0x21007000, 0000000000},
44 {0x20007000, 0000000000},
45 {0x000000ab, 0x00000004},
46 {0x000000af, 0x00000004},
47 {0x66544a49, 0000000000},
48 {0x49494174, 0000000000},
49 {0x54517d83, 0000000000},
50 {0x498d8b64, 0000000000},
51 {0x49494949, 0000000000},
52 {0x49da493c, 0000000000},
53 {0x49989898, 0000000000},
54 {0xd34949d5, 0000000000},
55 {0x9dc90e11, 0000000000},
56 {0xce9b9b9b, 0000000000},
57 {0x000f0000, 0x00000016},
58 {0x352e232c, 0000000000},
59 {0x00000013, 0x00000004},
60 {0x000f0000, 0x00000016},
61 {0x352e272c, 0000000000},
62 {0x000f0001, 0x00000016},
63 {0x3239362f, 0000000000},
64 {0x000077ef, 0x00000002},
65 {0x00061000, 0x00000002},
66 {0x00000020, 0x0000001a},
67 {0x00004000, 0x0000001e},
68 {0x00061000, 0x00000002},
69 {0x00000020, 0x0000001a},
70 {0x00004000, 0x0000001e},
71 {0x00061000, 0x00000002},
72 {0x00000020, 0x0000001a},
73 {0x00004000, 0x0000001e},
74 {0x00000016, 0x00000004},
75 {0x0003802a, 0x00000002},
76 {0x040067e0, 0x00000002},
77 {0x00000016, 0x00000004},
78 {0x000077e0, 0x00000002},
79 {0x00065000, 0x00000002},
80 {0x000037e1, 0x00000002},
81 {0x040067e1, 0x00000006},
82 {0x000077e0, 0x00000002},
83 {0x000077e1, 0x00000002},
84 {0x000077e1, 0x00000006},
85 {0xffffffff, 0000000000},
86 {0x10000000, 0000000000},
87 {0x0003802a, 0x00000002},
88 {0x040067e0, 0x00000006},
89 {0x00007675, 0x00000002},
90 {0x00007676, 0x00000002},
91 {0x00007677, 0x00000002},
92 {0x00007678, 0x00000006},
93 {0x0003802b, 0x00000002},
94 {0x04002676, 0x00000002},
95 {0x00007677, 0x00000002},
96 {0x00007678, 0x00000006},
97 {0x0000002e, 0x00000018},
98 {0x0000002e, 0x00000018},
99 {0000000000, 0x00000006},
100 {0x0000002f, 0x00000018},
101 {0x0000002f, 0x00000018},
102 {0000000000, 0x00000006},
103 {0x01605000, 0x00000002},
104 {0x00065000, 0x00000002},
105 {0x00098000, 0x00000002},
106 {0x00061000, 0x00000002},
107 {0x64c0603d, 0x00000004},
108 {0x00080000, 0x00000016},
109 {0000000000, 0000000000},
110 {0x0400251d, 0x00000002},
111 {0x00007580, 0x00000002},
112 {0x00067581, 0x00000002},
113 {0x04002580, 0x00000002},
114 {0x00067581, 0x00000002},
115 {0x00000046, 0x00000004},
116 {0x00005000, 0000000000},
117 {0x00061000, 0x00000002},
118 {0x0000750e, 0x00000002},
119 {0x00019000, 0x00000002},
120 {0x00011055, 0x00000014},
121 {0x00000055, 0x00000012},
122 {0x0400250f, 0x00000002},
123 {0x0000504a, 0x00000004},
124 {0x00007565, 0x00000002},
125 {0x00007566, 0x00000002},
126 {0x00000051, 0x00000004},
127 {0x01e655b4, 0x00000002},
128 {0x4401b0dc, 0x00000002},
129 {0x01c110dc, 0x00000002},
130 {0x2666705d, 0x00000018},
131 {0x040c2565, 0x00000002},
132 {0x0000005d, 0x00000018},
133 {0x04002564, 0x00000002},
134 {0x00007566, 0x00000002},
135 {0x00000054, 0x00000004},
136 {0x00401060, 0x00000008},
137 {0x00101000, 0x00000002},
138 {0x000d80ff, 0x00000002},
139 {0x00800063, 0x00000008},
140 {0x000f9000, 0x00000002},
141 {0x000e00ff, 0x00000002},
142 {0000000000, 0x00000006},
143 {0x00000080, 0x00000018},
144 {0x00000054, 0x00000004},
145 {0x00007576, 0x00000002},
146 {0x00065000, 0x00000002},
147 {0x00009000, 0x00000002},
148 {0x00041000, 0x00000002},
149 {0x0c00350e, 0x00000002},
150 {0x00049000, 0x00000002},
151 {0x00051000, 0x00000002},
152 {0x01e785f8, 0x00000002},
153 {0x00200000, 0x00000002},
154 {0x00600073, 0x0000000c},
155 {0x00007563, 0x00000002},
156 {0x006075f0, 0x00000021},
157 {0x20007068, 0x00000004},
158 {0x00005068, 0x00000004},
159 {0x00007576, 0x00000002},
160 {0x00007577, 0x00000002},
161 {0x0000750e, 0x00000002},
162 {0x0000750f, 0x00000002},
163 {0x00a05000, 0x00000002},
164 {0x00600076, 0x0000000c},
165 {0x006075f0, 0x00000021},
166 {0x000075f8, 0x00000002},
167 {0x00000076, 0x00000004},
168 {0x000a750e, 0x00000002},
169 {0x0020750f, 0x00000002},
170 {0x00600079, 0x00000004},
171 {0x00007570, 0x00000002},
172 {0x00007571, 0x00000002},
173 {0x00007572, 0x00000006},
174 {0x00005000, 0x00000002},
175 {0x00a05000, 0x00000002},
176 {0x00007568, 0x00000002},
177 {0x00061000, 0x00000002},
178 {0x00000084, 0x0000000c},
179 {0x00058000, 0x00000002},
180 {0x0c607562, 0x00000002},
181 {0x00000086, 0x00000004},
182 {0x00600085, 0x00000004},
183 {0x400070dd, 0000000000},
184 {0x000380dd, 0x00000002},
185 {0x00000093, 0x0000001c},
186 {0x00065095, 0x00000018},
187 {0x040025bb, 0x00000002},
188 {0x00061096, 0x00000018},
189 {0x040075bc, 0000000000},
190 {0x000075bb, 0x00000002},
191 {0x000075bc, 0000000000},
192 {0x00090000, 0x00000006},
193 {0x00090000, 0x00000002},
194 {0x000d8002, 0x00000006},
195 {0x00005000, 0x00000002},
196 {0x00007821, 0x00000002},
197 {0x00007800, 0000000000},
198 {0x00007821, 0x00000002},
199 {0x00007800, 0000000000},
200 {0x01665000, 0x00000002},
201 {0x000a0000, 0x00000002},
202 {0x000671cc, 0x00000002},
203 {0x0286f1cd, 0x00000002},
204 {0x000000a3, 0x00000010},
205 {0x21007000, 0000000000},
206 {0x000000aa, 0x0000001c},
207 {0x00065000, 0x00000002},
208 {0x000a0000, 0x00000002},
209 {0x00061000, 0x00000002},
210 {0x000b0000, 0x00000002},
211 {0x38067000, 0x00000002},
212 {0x000a00a6, 0x00000004},
213 {0x20007000, 0000000000},
214 {0x01200000, 0x00000002},
215 {0x20077000, 0x00000002},
216 {0x01200000, 0x00000002},
217 {0x20007000, 0000000000},
218 {0x00061000, 0x00000002},
219 {0x0120751b, 0x00000002},
220 {0x8040750a, 0x00000002},
221 {0x8040750b, 0x00000002},
222 {0x00110000, 0x00000002},
223 {0x000380dd, 0x00000002},
224 {0x000000bd, 0x0000001c},
225 {0x00061096, 0x00000018},
226 {0x844075bd, 0x00000002},
227 {0x00061095, 0x00000018},
228 {0x840075bb, 0x00000002},
229 {0x00061096, 0x00000018},
230 {0x844075bc, 0x00000002},
231 {0x000000c0, 0x00000004},
232 {0x804075bd, 0x00000002},
233 {0x800075bb, 0x00000002},
234 {0x804075bc, 0x00000002},
235 {0x00108000, 0x00000002},
236 {0x01400000, 0x00000002},
237 {0x006000c4, 0x0000000c},
238 {0x20c07000, 0x00000020},
239 {0x000000c6, 0x00000012},
240 {0x00800000, 0x00000006},
241 {0x0080751d, 0x00000006},
242 {0x000025bb, 0x00000002},
243 {0x000040c0, 0x00000004},
244 {0x0000775c, 0x00000002},
245 {0x00a05000, 0x00000002},
246 {0x00661000, 0x00000002},
247 {0x0460275d, 0x00000020},
248 {0x00004000, 0000000000},
249 {0x00007999, 0x00000002},
250 {0x00a05000, 0x00000002},
251 {0x00661000, 0x00000002},
252 {0x0460299b, 0x00000020},
253 {0x00004000, 0000000000},
254 {0x01e00830, 0x00000002},
255 {0x21007000, 0000000000},
256 {0x00005000, 0x00000002},
257 {0x00038042, 0x00000002},
258 {0x040025e0, 0x00000002},
259 {0x000075e1, 0000000000},
260 {0x00000001, 0000000000},
261 {0x000380d9, 0x00000002},
262 {0x04007394, 0000000000},
263 {0000000000, 0000000000},
264 {0000000000, 0000000000},
265 {0000000000, 0000000000},
266 {0000000000, 0000000000},
267 {0000000000, 0000000000},
268 {0000000000, 0000000000},
269 {0000000000, 0000000000},
270 {0000000000, 0000000000},
271 {0000000000, 0000000000},
272 {0000000000, 0000000000},
273 {0000000000, 0000000000},
274 {0000000000, 0000000000},
275 {0000000000, 0000000000},
276 {0000000000, 0000000000},
277 {0000000000, 0000000000},
278 {0000000000, 0000000000},
279 {0000000000, 0000000000},
280 {0000000000, 0000000000},
281 {0000000000, 0000000000},
282 {0000000000, 0000000000},
283 {0000000000, 0000000000},
284 {0000000000, 0000000000},
285 {0000000000, 0000000000},
286 {0000000000, 0000000000},
287 {0000000000, 0000000000},
288 {0000000000, 0000000000},
289 {0000000000, 0000000000},
290 {0000000000, 0000000000},
291 {0000000000, 0000000000},
292 {0000000000, 0000000000},
293 {0000000000, 0000000000},
294 {0000000000, 0000000000},
295 {0000000000, 0000000000},
296 {0000000000, 0000000000},
297 {0000000000, 0000000000},
298 {0000000000, 0000000000},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299};
300
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301static u32 radeon_cp_microcode[][2] = {
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000302 {0x21007000, 0000000000},
303 {0x20007000, 0000000000},
304 {0x000000b4, 0x00000004},
305 {0x000000b8, 0x00000004},
306 {0x6f5b4d4c, 0000000000},
307 {0x4c4c427f, 0000000000},
308 {0x5b568a92, 0000000000},
309 {0x4ca09c6d, 0000000000},
310 {0xad4c4c4c, 0000000000},
311 {0x4ce1af3d, 0000000000},
312 {0xd8afafaf, 0000000000},
313 {0xd64c4cdc, 0000000000},
314 {0x4cd10d10, 0000000000},
315 {0x000f0000, 0x00000016},
316 {0x362f242d, 0000000000},
317 {0x00000012, 0x00000004},
318 {0x000f0000, 0x00000016},
319 {0x362f282d, 0000000000},
320 {0x000380e7, 0x00000002},
321 {0x04002c97, 0x00000002},
322 {0x000f0001, 0x00000016},
323 {0x333a3730, 0000000000},
324 {0x000077ef, 0x00000002},
325 {0x00061000, 0x00000002},
326 {0x00000021, 0x0000001a},
327 {0x00004000, 0x0000001e},
328 {0x00061000, 0x00000002},
329 {0x00000021, 0x0000001a},
330 {0x00004000, 0x0000001e},
331 {0x00061000, 0x00000002},
332 {0x00000021, 0x0000001a},
333 {0x00004000, 0x0000001e},
334 {0x00000017, 0x00000004},
335 {0x0003802b, 0x00000002},
336 {0x040067e0, 0x00000002},
337 {0x00000017, 0x00000004},
338 {0x000077e0, 0x00000002},
339 {0x00065000, 0x00000002},
340 {0x000037e1, 0x00000002},
341 {0x040067e1, 0x00000006},
342 {0x000077e0, 0x00000002},
343 {0x000077e1, 0x00000002},
344 {0x000077e1, 0x00000006},
345 {0xffffffff, 0000000000},
346 {0x10000000, 0000000000},
347 {0x0003802b, 0x00000002},
348 {0x040067e0, 0x00000006},
349 {0x00007675, 0x00000002},
350 {0x00007676, 0x00000002},
351 {0x00007677, 0x00000002},
352 {0x00007678, 0x00000006},
353 {0x0003802c, 0x00000002},
354 {0x04002676, 0x00000002},
355 {0x00007677, 0x00000002},
356 {0x00007678, 0x00000006},
357 {0x0000002f, 0x00000018},
358 {0x0000002f, 0x00000018},
359 {0000000000, 0x00000006},
360 {0x00000030, 0x00000018},
361 {0x00000030, 0x00000018},
362 {0000000000, 0x00000006},
363 {0x01605000, 0x00000002},
364 {0x00065000, 0x00000002},
365 {0x00098000, 0x00000002},
366 {0x00061000, 0x00000002},
367 {0x64c0603e, 0x00000004},
368 {0x000380e6, 0x00000002},
369 {0x040025c5, 0x00000002},
370 {0x00080000, 0x00000016},
371 {0000000000, 0000000000},
372 {0x0400251d, 0x00000002},
373 {0x00007580, 0x00000002},
374 {0x00067581, 0x00000002},
375 {0x04002580, 0x00000002},
376 {0x00067581, 0x00000002},
377 {0x00000049, 0x00000004},
378 {0x00005000, 0000000000},
379 {0x000380e6, 0x00000002},
380 {0x040025c5, 0x00000002},
381 {0x00061000, 0x00000002},
382 {0x0000750e, 0x00000002},
383 {0x00019000, 0x00000002},
384 {0x00011055, 0x00000014},
385 {0x00000055, 0x00000012},
386 {0x0400250f, 0x00000002},
387 {0x0000504f, 0x00000004},
388 {0x000380e6, 0x00000002},
389 {0x040025c5, 0x00000002},
390 {0x00007565, 0x00000002},
391 {0x00007566, 0x00000002},
392 {0x00000058, 0x00000004},
393 {0x000380e6, 0x00000002},
394 {0x040025c5, 0x00000002},
395 {0x01e655b4, 0x00000002},
396 {0x4401b0e4, 0x00000002},
397 {0x01c110e4, 0x00000002},
398 {0x26667066, 0x00000018},
399 {0x040c2565, 0x00000002},
400 {0x00000066, 0x00000018},
401 {0x04002564, 0x00000002},
402 {0x00007566, 0x00000002},
403 {0x0000005d, 0x00000004},
404 {0x00401069, 0x00000008},
405 {0x00101000, 0x00000002},
406 {0x000d80ff, 0x00000002},
407 {0x0080006c, 0x00000008},
408 {0x000f9000, 0x00000002},
409 {0x000e00ff, 0x00000002},
410 {0000000000, 0x00000006},
411 {0x0000008f, 0x00000018},
412 {0x0000005b, 0x00000004},
413 {0x000380e6, 0x00000002},
414 {0x040025c5, 0x00000002},
415 {0x00007576, 0x00000002},
416 {0x00065000, 0x00000002},
417 {0x00009000, 0x00000002},
418 {0x00041000, 0x00000002},
419 {0x0c00350e, 0x00000002},
420 {0x00049000, 0x00000002},
421 {0x00051000, 0x00000002},
422 {0x01e785f8, 0x00000002},
423 {0x00200000, 0x00000002},
424 {0x0060007e, 0x0000000c},
425 {0x00007563, 0x00000002},
426 {0x006075f0, 0x00000021},
427 {0x20007073, 0x00000004},
428 {0x00005073, 0x00000004},
429 {0x000380e6, 0x00000002},
430 {0x040025c5, 0x00000002},
431 {0x00007576, 0x00000002},
432 {0x00007577, 0x00000002},
433 {0x0000750e, 0x00000002},
434 {0x0000750f, 0x00000002},
435 {0x00a05000, 0x00000002},
436 {0x00600083, 0x0000000c},
437 {0x006075f0, 0x00000021},
438 {0x000075f8, 0x00000002},
439 {0x00000083, 0x00000004},
440 {0x000a750e, 0x00000002},
441 {0x000380e6, 0x00000002},
442 {0x040025c5, 0x00000002},
443 {0x0020750f, 0x00000002},
444 {0x00600086, 0x00000004},
445 {0x00007570, 0x00000002},
446 {0x00007571, 0x00000002},
447 {0x00007572, 0x00000006},
448 {0x000380e6, 0x00000002},
449 {0x040025c5, 0x00000002},
450 {0x00005000, 0x00000002},
451 {0x00a05000, 0x00000002},
452 {0x00007568, 0x00000002},
453 {0x00061000, 0x00000002},
454 {0x00000095, 0x0000000c},
455 {0x00058000, 0x00000002},
456 {0x0c607562, 0x00000002},
457 {0x00000097, 0x00000004},
458 {0x000380e6, 0x00000002},
459 {0x040025c5, 0x00000002},
460 {0x00600096, 0x00000004},
461 {0x400070e5, 0000000000},
462 {0x000380e6, 0x00000002},
463 {0x040025c5, 0x00000002},
464 {0x000380e5, 0x00000002},
465 {0x000000a8, 0x0000001c},
466 {0x000650aa, 0x00000018},
467 {0x040025bb, 0x00000002},
468 {0x000610ab, 0x00000018},
469 {0x040075bc, 0000000000},
470 {0x000075bb, 0x00000002},
471 {0x000075bc, 0000000000},
472 {0x00090000, 0x00000006},
473 {0x00090000, 0x00000002},
474 {0x000d8002, 0x00000006},
475 {0x00007832, 0x00000002},
476 {0x00005000, 0x00000002},
477 {0x000380e7, 0x00000002},
478 {0x04002c97, 0x00000002},
479 {0x00007820, 0x00000002},
480 {0x00007821, 0x00000002},
481 {0x00007800, 0000000000},
482 {0x01200000, 0x00000002},
483 {0x20077000, 0x00000002},
484 {0x01200000, 0x00000002},
485 {0x20007000, 0x00000002},
486 {0x00061000, 0x00000002},
487 {0x0120751b, 0x00000002},
488 {0x8040750a, 0x00000002},
489 {0x8040750b, 0x00000002},
490 {0x00110000, 0x00000002},
491 {0x000380e5, 0x00000002},
492 {0x000000c6, 0x0000001c},
493 {0x000610ab, 0x00000018},
494 {0x844075bd, 0x00000002},
495 {0x000610aa, 0x00000018},
496 {0x840075bb, 0x00000002},
497 {0x000610ab, 0x00000018},
498 {0x844075bc, 0x00000002},
499 {0x000000c9, 0x00000004},
500 {0x804075bd, 0x00000002},
501 {0x800075bb, 0x00000002},
502 {0x804075bc, 0x00000002},
503 {0x00108000, 0x00000002},
504 {0x01400000, 0x00000002},
505 {0x006000cd, 0x0000000c},
506 {0x20c07000, 0x00000020},
507 {0x000000cf, 0x00000012},
508 {0x00800000, 0x00000006},
509 {0x0080751d, 0x00000006},
510 {0000000000, 0000000000},
511 {0x0000775c, 0x00000002},
512 {0x00a05000, 0x00000002},
513 {0x00661000, 0x00000002},
514 {0x0460275d, 0x00000020},
515 {0x00004000, 0000000000},
516 {0x01e00830, 0x00000002},
517 {0x21007000, 0000000000},
518 {0x6464614d, 0000000000},
519 {0x69687420, 0000000000},
520 {0x00000073, 0000000000},
521 {0000000000, 0000000000},
522 {0x00005000, 0x00000002},
523 {0x000380d0, 0x00000002},
524 {0x040025e0, 0x00000002},
525 {0x000075e1, 0000000000},
526 {0x00000001, 0000000000},
527 {0x000380e0, 0x00000002},
528 {0x04002394, 0x00000002},
529 {0x00005000, 0000000000},
530 {0000000000, 0000000000},
531 {0000000000, 0000000000},
532 {0x00000008, 0000000000},
533 {0x00000004, 0000000000},
534 {0000000000, 0000000000},
535 {0000000000, 0000000000},
536 {0000000000, 0000000000},
537 {0000000000, 0000000000},
538 {0000000000, 0000000000},
539 {0000000000, 0000000000},
540 {0000000000, 0000000000},
541 {0000000000, 0000000000},
542 {0000000000, 0000000000},
543 {0000000000, 0000000000},
544 {0000000000, 0000000000},
545 {0000000000, 0000000000},
546 {0000000000, 0000000000},
547 {0000000000, 0000000000},
548 {0000000000, 0000000000},
549 {0000000000, 0000000000},
550 {0000000000, 0000000000},
551 {0000000000, 0000000000},
552 {0000000000, 0000000000},
553 {0000000000, 0000000000},
554 {0000000000, 0000000000},
555 {0000000000, 0000000000},
556 {0000000000, 0000000000},
557 {0000000000, 0000000000},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558};
559
560static u32 R300_cp_microcode[][2] = {
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000561 {0x4200e000, 0000000000},
562 {0x4000e000, 0000000000},
563 {0x000000af, 0x00000008},
564 {0x000000b3, 0x00000008},
565 {0x6c5a504f, 0000000000},
566 {0x4f4f497a, 0000000000},
567 {0x5a578288, 0000000000},
568 {0x4f91906a, 0000000000},
569 {0x4f4f4f4f, 0000000000},
570 {0x4fe24f44, 0000000000},
571 {0x4f9c9c9c, 0000000000},
572 {0xdc4f4fde, 0000000000},
573 {0xa1cd4f4f, 0000000000},
574 {0xd29d9d9d, 0000000000},
575 {0x4f0f9fd7, 0000000000},
576 {0x000ca000, 0x00000004},
577 {0x000d0012, 0x00000038},
578 {0x0000e8b4, 0x00000004},
579 {0x000d0014, 0x00000038},
580 {0x0000e8b6, 0x00000004},
581 {0x000d0016, 0x00000038},
582 {0x0000e854, 0x00000004},
583 {0x000d0018, 0x00000038},
584 {0x0000e855, 0x00000004},
585 {0x000d001a, 0x00000038},
586 {0x0000e856, 0x00000004},
587 {0x000d001c, 0x00000038},
588 {0x0000e857, 0x00000004},
589 {0x000d001e, 0x00000038},
590 {0x0000e824, 0x00000004},
591 {0x000d0020, 0x00000038},
592 {0x0000e825, 0x00000004},
593 {0x000d0022, 0x00000038},
594 {0x0000e830, 0x00000004},
595 {0x000d0024, 0x00000038},
596 {0x0000f0c0, 0x00000004},
597 {0x000d0026, 0x00000038},
598 {0x0000f0c1, 0x00000004},
599 {0x000d0028, 0x00000038},
600 {0x0000f041, 0x00000004},
601 {0x000d002a, 0x00000038},
602 {0x0000f184, 0x00000004},
603 {0x000d002c, 0x00000038},
604 {0x0000f185, 0x00000004},
605 {0x000d002e, 0x00000038},
606 {0x0000f186, 0x00000004},
607 {0x000d0030, 0x00000038},
608 {0x0000f187, 0x00000004},
609 {0x000d0032, 0x00000038},
610 {0x0000f180, 0x00000004},
611 {0x000d0034, 0x00000038},
612 {0x0000f393, 0x00000004},
613 {0x000d0036, 0x00000038},
614 {0x0000f38a, 0x00000004},
615 {0x000d0038, 0x00000038},
616 {0x0000f38e, 0x00000004},
617 {0x0000e821, 0x00000004},
618 {0x0140a000, 0x00000004},
619 {0x00000043, 0x00000018},
620 {0x00cce800, 0x00000004},
621 {0x001b0001, 0x00000004},
622 {0x08004800, 0x00000004},
623 {0x001b0001, 0x00000004},
624 {0x08004800, 0x00000004},
625 {0x001b0001, 0x00000004},
626 {0x08004800, 0x00000004},
627 {0x0000003a, 0x00000008},
628 {0x0000a000, 0000000000},
629 {0x02c0a000, 0x00000004},
630 {0x000ca000, 0x00000004},
631 {0x00130000, 0x00000004},
632 {0x000c2000, 0x00000004},
633 {0xc980c045, 0x00000008},
634 {0x2000451d, 0x00000004},
635 {0x0000e580, 0x00000004},
636 {0x000ce581, 0x00000004},
637 {0x08004580, 0x00000004},
638 {0x000ce581, 0x00000004},
639 {0x0000004c, 0x00000008},
640 {0x0000a000, 0000000000},
641 {0x000c2000, 0x00000004},
642 {0x0000e50e, 0x00000004},
643 {0x00032000, 0x00000004},
644 {0x00022056, 0x00000028},
645 {0x00000056, 0x00000024},
646 {0x0800450f, 0x00000004},
647 {0x0000a050, 0x00000008},
648 {0x0000e565, 0x00000004},
649 {0x0000e566, 0x00000004},
650 {0x00000057, 0x00000008},
651 {0x03cca5b4, 0x00000004},
652 {0x05432000, 0x00000004},
653 {0x00022000, 0x00000004},
654 {0x4ccce063, 0x00000030},
655 {0x08274565, 0x00000004},
656 {0x00000063, 0x00000030},
657 {0x08004564, 0x00000004},
658 {0x0000e566, 0x00000004},
659 {0x0000005a, 0x00000008},
660 {0x00802066, 0x00000010},
661 {0x00202000, 0x00000004},
662 {0x001b00ff, 0x00000004},
663 {0x01000069, 0x00000010},
664 {0x001f2000, 0x00000004},
665 {0x001c00ff, 0x00000004},
666 {0000000000, 0x0000000c},
667 {0x00000085, 0x00000030},
668 {0x0000005a, 0x00000008},
669 {0x0000e576, 0x00000004},
670 {0x000ca000, 0x00000004},
671 {0x00012000, 0x00000004},
672 {0x00082000, 0x00000004},
673 {0x1800650e, 0x00000004},
674 {0x00092000, 0x00000004},
675 {0x000a2000, 0x00000004},
676 {0x000f0000, 0x00000004},
677 {0x00400000, 0x00000004},
678 {0x00000079, 0x00000018},
679 {0x0000e563, 0x00000004},
680 {0x00c0e5f9, 0x000000c2},
681 {0x0000006e, 0x00000008},
682 {0x0000a06e, 0x00000008},
683 {0x0000e576, 0x00000004},
684 {0x0000e577, 0x00000004},
685 {0x0000e50e, 0x00000004},
686 {0x0000e50f, 0x00000004},
687 {0x0140a000, 0x00000004},
688 {0x0000007c, 0x00000018},
689 {0x00c0e5f9, 0x000000c2},
690 {0x0000007c, 0x00000008},
691 {0x0014e50e, 0x00000004},
692 {0x0040e50f, 0x00000004},
693 {0x00c0007f, 0x00000008},
694 {0x0000e570, 0x00000004},
695 {0x0000e571, 0x00000004},
696 {0x0000e572, 0x0000000c},
697 {0x0000a000, 0x00000004},
698 {0x0140a000, 0x00000004},
699 {0x0000e568, 0x00000004},
700 {0x000c2000, 0x00000004},
701 {0x00000089, 0x00000018},
702 {0x000b0000, 0x00000004},
703 {0x18c0e562, 0x00000004},
704 {0x0000008b, 0x00000008},
705 {0x00c0008a, 0x00000008},
706 {0x000700e4, 0x00000004},
707 {0x00000097, 0x00000038},
708 {0x000ca099, 0x00000030},
709 {0x080045bb, 0x00000004},
710 {0x000c209a, 0x00000030},
711 {0x0800e5bc, 0000000000},
712 {0x0000e5bb, 0x00000004},
713 {0x0000e5bc, 0000000000},
714 {0x00120000, 0x0000000c},
715 {0x00120000, 0x00000004},
716 {0x001b0002, 0x0000000c},
717 {0x0000a000, 0x00000004},
718 {0x0000e821, 0x00000004},
719 {0x0000e800, 0000000000},
720 {0x0000e821, 0x00000004},
721 {0x0000e82e, 0000000000},
722 {0x02cca000, 0x00000004},
723 {0x00140000, 0x00000004},
724 {0x000ce1cc, 0x00000004},
725 {0x050de1cd, 0x00000004},
726 {0x000000a7, 0x00000020},
727 {0x4200e000, 0000000000},
728 {0x000000ae, 0x00000038},
729 {0x000ca000, 0x00000004},
730 {0x00140000, 0x00000004},
731 {0x000c2000, 0x00000004},
732 {0x00160000, 0x00000004},
733 {0x700ce000, 0x00000004},
734 {0x001400aa, 0x00000008},
735 {0x4000e000, 0000000000},
736 {0x02400000, 0x00000004},
737 {0x400ee000, 0x00000004},
738 {0x02400000, 0x00000004},
739 {0x4000e000, 0000000000},
740 {0x000c2000, 0x00000004},
741 {0x0240e51b, 0x00000004},
742 {0x0080e50a, 0x00000005},
743 {0x0080e50b, 0x00000005},
744 {0x00220000, 0x00000004},
745 {0x000700e4, 0x00000004},
746 {0x000000c1, 0x00000038},
747 {0x000c209a, 0x00000030},
748 {0x0880e5bd, 0x00000005},
749 {0x000c2099, 0x00000030},
750 {0x0800e5bb, 0x00000005},
751 {0x000c209a, 0x00000030},
752 {0x0880e5bc, 0x00000005},
753 {0x000000c4, 0x00000008},
754 {0x0080e5bd, 0x00000005},
755 {0x0000e5bb, 0x00000005},
756 {0x0080e5bc, 0x00000005},
757 {0x00210000, 0x00000004},
758 {0x02800000, 0x00000004},
759 {0x00c000c8, 0x00000018},
760 {0x4180e000, 0x00000040},
761 {0x000000ca, 0x00000024},
762 {0x01000000, 0x0000000c},
763 {0x0100e51d, 0x0000000c},
764 {0x000045bb, 0x00000004},
765 {0x000080c4, 0x00000008},
766 {0x0000f3ce, 0x00000004},
767 {0x0140a000, 0x00000004},
768 {0x00cc2000, 0x00000004},
769 {0x08c053cf, 0x00000040},
770 {0x00008000, 0000000000},
771 {0x0000f3d2, 0x00000004},
772 {0x0140a000, 0x00000004},
773 {0x00cc2000, 0x00000004},
774 {0x08c053d3, 0x00000040},
775 {0x00008000, 0000000000},
776 {0x0000f39d, 0x00000004},
777 {0x0140a000, 0x00000004},
778 {0x00cc2000, 0x00000004},
779 {0x08c0539e, 0x00000040},
780 {0x00008000, 0000000000},
781 {0x03c00830, 0x00000004},
782 {0x4200e000, 0000000000},
783 {0x0000a000, 0x00000004},
784 {0x200045e0, 0x00000004},
785 {0x0000e5e1, 0000000000},
786 {0x00000001, 0000000000},
787 {0x000700e1, 0x00000004},
788 {0x0800e394, 0000000000},
789 {0000000000, 0000000000},
790 {0000000000, 0000000000},
791 {0000000000, 0000000000},
792 {0000000000, 0000000000},
793 {0000000000, 0000000000},
794 {0000000000, 0000000000},
795 {0000000000, 0000000000},
796 {0000000000, 0000000000},
797 {0000000000, 0000000000},
798 {0000000000, 0000000000},
799 {0000000000, 0000000000},
800 {0000000000, 0000000000},
801 {0000000000, 0000000000},
802 {0000000000, 0000000000},
803 {0000000000, 0000000000},
804 {0000000000, 0000000000},
805 {0000000000, 0000000000},
806 {0000000000, 0000000000},
807 {0000000000, 0000000000},
808 {0000000000, 0000000000},
809 {0000000000, 0000000000},
810 {0000000000, 0000000000},
811 {0000000000, 0000000000},
812 {0000000000, 0000000000},
813 {0000000000, 0000000000},
814 {0000000000, 0000000000},
815 {0000000000, 0000000000},
816 {0000000000, 0000000000},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817};
818
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000819static int RADEON_READ_PLL(drm_device_t * dev, int addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820{
821 drm_radeon_private_t *dev_priv = dev->dev_private;
822
823 RADEON_WRITE8(RADEON_CLOCK_CNTL_INDEX, addr & 0x1f);
824 return RADEON_READ(RADEON_CLOCK_CNTL_DATA);
825}
826
Dave Airlied985c102006-01-02 21:32:48 +1100827static int RADEON_READ_PCIE(drm_radeon_private_t *dev_priv, int addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828{
Dave Airlieea98a922005-09-11 20:28:11 +1000829 RADEON_WRITE8(RADEON_PCIE_INDEX, addr & 0xff);
830 return RADEON_READ(RADEON_PCIE_DATA);
831}
832
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833#if RADEON_FIFO_DEBUG
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000834static void radeon_status(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835{
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000836 printk("%s:\n", __FUNCTION__);
837 printk("RBBM_STATUS = 0x%08x\n",
838 (unsigned int)RADEON_READ(RADEON_RBBM_STATUS));
839 printk("CP_RB_RTPR = 0x%08x\n",
840 (unsigned int)RADEON_READ(RADEON_CP_RB_RPTR));
841 printk("CP_RB_WTPR = 0x%08x\n",
842 (unsigned int)RADEON_READ(RADEON_CP_RB_WPTR));
843 printk("AIC_CNTL = 0x%08x\n",
844 (unsigned int)RADEON_READ(RADEON_AIC_CNTL));
845 printk("AIC_STAT = 0x%08x\n",
846 (unsigned int)RADEON_READ(RADEON_AIC_STAT));
847 printk("AIC_PT_BASE = 0x%08x\n",
848 (unsigned int)RADEON_READ(RADEON_AIC_PT_BASE));
849 printk("TLB_ADDR = 0x%08x\n",
850 (unsigned int)RADEON_READ(RADEON_AIC_TLB_ADDR));
851 printk("TLB_DATA = 0x%08x\n",
852 (unsigned int)RADEON_READ(RADEON_AIC_TLB_DATA));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853}
854#endif
855
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856/* ================================================================
857 * Engine, FIFO control
858 */
859
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000860static int radeon_do_pixcache_flush(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861{
862 u32 tmp;
863 int i;
864
865 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
866
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000867 tmp = RADEON_READ(RADEON_RB2D_DSTCACHE_CTLSTAT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868 tmp |= RADEON_RB2D_DC_FLUSH_ALL;
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000869 RADEON_WRITE(RADEON_RB2D_DSTCACHE_CTLSTAT, tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000871 for (i = 0; i < dev_priv->usec_timeout; i++) {
872 if (!(RADEON_READ(RADEON_RB2D_DSTCACHE_CTLSTAT)
873 & RADEON_RB2D_DC_BUSY)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 return 0;
875 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000876 DRM_UDELAY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877 }
878
879#if RADEON_FIFO_DEBUG
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000880 DRM_ERROR("failed!\n");
881 radeon_status(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882#endif
883 return DRM_ERR(EBUSY);
884}
885
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000886static int radeon_do_wait_for_fifo(drm_radeon_private_t * dev_priv, int entries)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887{
888 int i;
889
890 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
891
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000892 for (i = 0; i < dev_priv->usec_timeout; i++) {
893 int slots = (RADEON_READ(RADEON_RBBM_STATUS)
894 & RADEON_RBBM_FIFOCNT_MASK);
895 if (slots >= entries)
896 return 0;
897 DRM_UDELAY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 }
899
900#if RADEON_FIFO_DEBUG
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000901 DRM_ERROR("failed!\n");
902 radeon_status(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903#endif
904 return DRM_ERR(EBUSY);
905}
906
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000907static int radeon_do_wait_for_idle(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908{
909 int i, ret;
910
911 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
912
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000913 ret = radeon_do_wait_for_fifo(dev_priv, 64);
914 if (ret)
915 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000917 for (i = 0; i < dev_priv->usec_timeout; i++) {
918 if (!(RADEON_READ(RADEON_RBBM_STATUS)
919 & RADEON_RBBM_ACTIVE)) {
920 radeon_do_pixcache_flush(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 return 0;
922 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000923 DRM_UDELAY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 }
925
926#if RADEON_FIFO_DEBUG
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000927 DRM_ERROR("failed!\n");
928 radeon_status(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929#endif
930 return DRM_ERR(EBUSY);
931}
932
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933/* ================================================================
934 * CP control, initialization
935 */
936
937/* Load the microcode for the CP */
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000938static void radeon_cp_load_microcode(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939{
940 int i;
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000941 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000943 radeon_do_wait_for_idle(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000945 RADEON_WRITE(RADEON_CP_ME_RAM_ADDR, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000947 if (dev_priv->microcode_version == UCODE_R200) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948 DRM_INFO("Loading R200 Microcode\n");
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000949 for (i = 0; i < 256; i++) {
950 RADEON_WRITE(RADEON_CP_ME_RAM_DATAH,
951 R200_cp_microcode[i][1]);
952 RADEON_WRITE(RADEON_CP_ME_RAM_DATAL,
953 R200_cp_microcode[i][0]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000955 } else if (dev_priv->microcode_version == UCODE_R300) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 DRM_INFO("Loading R300 Microcode\n");
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000957 for (i = 0; i < 256; i++) {
958 RADEON_WRITE(RADEON_CP_ME_RAM_DATAH,
959 R300_cp_microcode[i][1]);
960 RADEON_WRITE(RADEON_CP_ME_RAM_DATAL,
961 R300_cp_microcode[i][0]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962 }
963 } else {
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000964 for (i = 0; i < 256; i++) {
965 RADEON_WRITE(RADEON_CP_ME_RAM_DATAH,
966 radeon_cp_microcode[i][1]);
967 RADEON_WRITE(RADEON_CP_ME_RAM_DATAL,
968 radeon_cp_microcode[i][0]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969 }
970 }
971}
972
973/* Flush any pending commands to the CP. This should only be used just
974 * prior to a wait for idle, as it informs the engine that the command
975 * stream is ending.
976 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000977static void radeon_do_cp_flush(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978{
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000979 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980#if 0
981 u32 tmp;
982
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000983 tmp = RADEON_READ(RADEON_CP_RB_WPTR) | (1 << 31);
984 RADEON_WRITE(RADEON_CP_RB_WPTR, tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985#endif
986}
987
988/* Wait for the CP to go idle.
989 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000990int radeon_do_cp_idle(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991{
992 RING_LOCALS;
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000993 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000995 BEGIN_RING(6);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996
997 RADEON_PURGE_CACHE();
998 RADEON_PURGE_ZCACHE();
999 RADEON_WAIT_UNTIL_IDLE();
1000
1001 ADVANCE_RING();
1002 COMMIT_RING();
1003
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001004 return radeon_do_wait_for_idle(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005}
1006
1007/* Start the Command Processor.
1008 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001009static void radeon_do_cp_start(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010{
1011 RING_LOCALS;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001012 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001014 radeon_do_wait_for_idle(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001016 RADEON_WRITE(RADEON_CP_CSQ_CNTL, dev_priv->cp_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017
1018 dev_priv->cp_running = 1;
1019
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001020 BEGIN_RING(6);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021
1022 RADEON_PURGE_CACHE();
1023 RADEON_PURGE_ZCACHE();
1024 RADEON_WAIT_UNTIL_IDLE();
1025
1026 ADVANCE_RING();
1027 COMMIT_RING();
1028}
1029
1030/* Reset the Command Processor. This will not flush any pending
1031 * commands, so you must wait for the CP command stream to complete
1032 * before calling this routine.
1033 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001034static void radeon_do_cp_reset(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035{
1036 u32 cur_read_ptr;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001037 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001039 cur_read_ptr = RADEON_READ(RADEON_CP_RB_RPTR);
1040 RADEON_WRITE(RADEON_CP_RB_WPTR, cur_read_ptr);
1041 SET_RING_HEAD(dev_priv, cur_read_ptr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 dev_priv->ring.tail = cur_read_ptr;
1043}
1044
1045/* Stop the Command Processor. This will not flush any pending
1046 * commands, so you must flush the command stream and wait for the CP
1047 * to go idle before calling this routine.
1048 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001049static void radeon_do_cp_stop(drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050{
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001051 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001053 RADEON_WRITE(RADEON_CP_CSQ_CNTL, RADEON_CSQ_PRIDIS_INDDIS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054
1055 dev_priv->cp_running = 0;
1056}
1057
1058/* Reset the engine. This will stop the CP if it is running.
1059 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001060static int radeon_do_engine_reset(drm_device_t * dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061{
1062 drm_radeon_private_t *dev_priv = dev->dev_private;
1063 u32 clock_cntl_index, mclk_cntl, rbbm_soft_reset;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001064 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001066 radeon_do_pixcache_flush(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001068 clock_cntl_index = RADEON_READ(RADEON_CLOCK_CNTL_INDEX);
1069 mclk_cntl = RADEON_READ_PLL(dev, RADEON_MCLK_CNTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001071 RADEON_WRITE_PLL(RADEON_MCLK_CNTL, (mclk_cntl |
1072 RADEON_FORCEON_MCLKA |
1073 RADEON_FORCEON_MCLKB |
1074 RADEON_FORCEON_YCLKA |
1075 RADEON_FORCEON_YCLKB |
1076 RADEON_FORCEON_MC |
1077 RADEON_FORCEON_AIC));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001079 rbbm_soft_reset = RADEON_READ(RADEON_RBBM_SOFT_RESET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001081 RADEON_WRITE(RADEON_RBBM_SOFT_RESET, (rbbm_soft_reset |
1082 RADEON_SOFT_RESET_CP |
1083 RADEON_SOFT_RESET_HI |
1084 RADEON_SOFT_RESET_SE |
1085 RADEON_SOFT_RESET_RE |
1086 RADEON_SOFT_RESET_PP |
1087 RADEON_SOFT_RESET_E2 |
1088 RADEON_SOFT_RESET_RB));
1089 RADEON_READ(RADEON_RBBM_SOFT_RESET);
1090 RADEON_WRITE(RADEON_RBBM_SOFT_RESET, (rbbm_soft_reset &
1091 ~(RADEON_SOFT_RESET_CP |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092 RADEON_SOFT_RESET_HI |
1093 RADEON_SOFT_RESET_SE |
1094 RADEON_SOFT_RESET_RE |
1095 RADEON_SOFT_RESET_PP |
1096 RADEON_SOFT_RESET_E2 |
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001097 RADEON_SOFT_RESET_RB)));
1098 RADEON_READ(RADEON_RBBM_SOFT_RESET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001100 RADEON_WRITE_PLL(RADEON_MCLK_CNTL, mclk_cntl);
1101 RADEON_WRITE(RADEON_CLOCK_CNTL_INDEX, clock_cntl_index);
1102 RADEON_WRITE(RADEON_RBBM_SOFT_RESET, rbbm_soft_reset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103
1104 /* Reset the CP ring */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001105 radeon_do_cp_reset(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106
1107 /* The CP is no longer running after an engine reset */
1108 dev_priv->cp_running = 0;
1109
1110 /* Reset any pending vertex, indirect buffers */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001111 radeon_freelist_reset(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112
1113 return 0;
1114}
1115
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001116static void radeon_cp_init_ring_buffer(drm_device_t * dev,
1117 drm_radeon_private_t * dev_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118{
1119 u32 ring_start, cur_read_ptr;
1120 u32 tmp;
1121
1122 /* Initialize the memory controller */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001123 RADEON_WRITE(RADEON_MC_FB_LOCATION,
1124 ((dev_priv->gart_vm_start - 1) & 0xffff0000)
1125 | (dev_priv->fb_location >> 16));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126
1127#if __OS_HAS_AGP
Dave Airlied985c102006-01-02 21:32:48 +11001128 if (dev_priv->flags & CHIP_IS_AGP) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001129 RADEON_WRITE(RADEON_MC_AGP_LOCATION,
1130 (((dev_priv->gart_vm_start - 1 +
1131 dev_priv->gart_size) & 0xffff0000) |
1132 (dev_priv->gart_vm_start >> 16)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133
1134 ring_start = (dev_priv->cp_ring->offset
1135 - dev->agp->base
1136 + dev_priv->gart_vm_start);
Ivan Kokshayskyb0917bd2005-10-26 11:05:25 +01001137 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138#endif
1139 ring_start = (dev_priv->cp_ring->offset
Ivan Kokshayskyb0917bd2005-10-26 11:05:25 +01001140 - (unsigned long)dev->sg->virtual
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 + dev_priv->gart_vm_start);
1142
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001143 RADEON_WRITE(RADEON_CP_RB_BASE, ring_start);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144
1145 /* Set the write pointer delay */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001146 RADEON_WRITE(RADEON_CP_RB_WPTR_DELAY, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147
1148 /* Initialize the ring buffer's read and write pointers */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001149 cur_read_ptr = RADEON_READ(RADEON_CP_RB_RPTR);
1150 RADEON_WRITE(RADEON_CP_RB_WPTR, cur_read_ptr);
1151 SET_RING_HEAD(dev_priv, cur_read_ptr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 dev_priv->ring.tail = cur_read_ptr;
1153
1154#if __OS_HAS_AGP
Dave Airlied985c102006-01-02 21:32:48 +11001155 if (dev_priv->flags & CHIP_IS_AGP) {
Dave Airlie414ed532005-08-16 20:43:16 +10001156 /* set RADEON_AGP_BASE here instead of relying on X from user space */
1157 RADEON_WRITE(RADEON_AGP_BASE, (unsigned int)dev->agp->base);
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001158 RADEON_WRITE(RADEON_CP_RB_RPTR_ADDR,
1159 dev_priv->ring_rptr->offset
1160 - dev->agp->base + dev_priv->gart_vm_start);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161 } else
1162#endif
1163 {
1164 drm_sg_mem_t *entry = dev->sg;
1165 unsigned long tmp_ofs, page_ofs;
1166
Ivan Kokshayskyb0917bd2005-10-26 11:05:25 +01001167 tmp_ofs = dev_priv->ring_rptr->offset -
1168 (unsigned long)dev->sg->virtual;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 page_ofs = tmp_ofs >> PAGE_SHIFT;
1170
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001171 RADEON_WRITE(RADEON_CP_RB_RPTR_ADDR, entry->busaddr[page_ofs]);
1172 DRM_DEBUG("ring rptr: offset=0x%08lx handle=0x%08lx\n",
1173 (unsigned long)entry->busaddr[page_ofs],
1174 entry->handle + tmp_ofs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 }
1176
1177 /* Initialize the scratch register pointer. This will cause
1178 * the scratch register values to be written out to memory
1179 * whenever they are updated.
1180 *
1181 * We simply put this behind the ring read pointer, this works
1182 * with PCI GART as well as (whatever kind of) AGP GART
1183 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001184 RADEON_WRITE(RADEON_SCRATCH_ADDR, RADEON_READ(RADEON_CP_RB_RPTR_ADDR)
1185 + RADEON_SCRATCH_REG_OFFSET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186
1187 dev_priv->scratch = ((__volatile__ u32 *)
1188 dev_priv->ring_rptr->handle +
1189 (RADEON_SCRATCH_REG_OFFSET / sizeof(u32)));
1190
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001191 RADEON_WRITE(RADEON_SCRATCH_UMSK, 0x7);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
1193 /* Writeback doesn't seem to work everywhere, test it first */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001194 DRM_WRITE32(dev_priv->ring_rptr, RADEON_SCRATCHOFF(1), 0);
1195 RADEON_WRITE(RADEON_SCRATCH_REG1, 0xdeadbeef);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001197 for (tmp = 0; tmp < dev_priv->usec_timeout; tmp++) {
1198 if (DRM_READ32(dev_priv->ring_rptr, RADEON_SCRATCHOFF(1)) ==
1199 0xdeadbeef)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200 break;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001201 DRM_UDELAY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202 }
1203
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001204 if (tmp < dev_priv->usec_timeout) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205 dev_priv->writeback_works = 1;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001206 DRM_DEBUG("writeback test succeeded, tmp=%d\n", tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 } else {
1208 dev_priv->writeback_works = 0;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001209 DRM_DEBUG("writeback test failed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 }
Dave Airlie689b9d72005-09-30 17:09:07 +10001211 if (radeon_no_wb == 1) {
1212 dev_priv->writeback_works = 0;
1213 DRM_DEBUG("writeback forced off\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 }
1215
1216 dev_priv->sarea_priv->last_frame = dev_priv->scratch[0] = 0;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001217 RADEON_WRITE(RADEON_LAST_FRAME_REG, dev_priv->sarea_priv->last_frame);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
1219 dev_priv->sarea_priv->last_dispatch = dev_priv->scratch[1] = 0;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001220 RADEON_WRITE(RADEON_LAST_DISPATCH_REG,
1221 dev_priv->sarea_priv->last_dispatch);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222
1223 dev_priv->sarea_priv->last_clear = dev_priv->scratch[2] = 0;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001224 RADEON_WRITE(RADEON_LAST_CLEAR_REG, dev_priv->sarea_priv->last_clear);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225
1226 /* Set ring buffer size */
1227#ifdef __BIG_ENDIAN
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001228 RADEON_WRITE(RADEON_CP_RB_CNTL,
1229 dev_priv->ring.size_l2qw | RADEON_BUF_SWAP_32BIT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230#else
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001231 RADEON_WRITE(RADEON_CP_RB_CNTL, dev_priv->ring.size_l2qw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232#endif
1233
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001234 radeon_do_wait_for_idle(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235
1236 /* Turn on bus mastering */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001237 tmp = RADEON_READ(RADEON_BUS_CNTL) & ~RADEON_BUS_MASTER_DIS;
1238 RADEON_WRITE(RADEON_BUS_CNTL, tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239
1240 /* Sync everything up */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001241 RADEON_WRITE(RADEON_ISYNC_CNTL,
1242 (RADEON_ISYNC_ANY2D_IDLE3D |
1243 RADEON_ISYNC_ANY3D_IDLE2D |
1244 RADEON_ISYNC_WAIT_IDLEGUI |
1245 RADEON_ISYNC_CPSCRATCH_IDLEGUI));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246}
1247
Dave Airlieea98a922005-09-11 20:28:11 +10001248/* Enable or disable PCI-E GART on the chip */
1249static void radeon_set_pciegart(drm_radeon_private_t * dev_priv, int on)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250{
Dave Airlieea98a922005-09-11 20:28:11 +10001251 u32 tmp = RADEON_READ_PCIE(dev_priv, RADEON_PCIE_TX_GART_CNTL);
1252 if (on) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253
Dave Airlieea98a922005-09-11 20:28:11 +10001254 DRM_DEBUG("programming pcie %08X %08lX %08X\n",
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001255 dev_priv->gart_vm_start,
1256 (long)dev_priv->gart_info.bus_addr,
Dave Airlieea98a922005-09-11 20:28:11 +10001257 dev_priv->gart_size);
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001258 RADEON_WRITE_PCIE(RADEON_PCIE_TX_DISCARD_RD_ADDR_LO,
1259 dev_priv->gart_vm_start);
1260 RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_BASE,
1261 dev_priv->gart_info.bus_addr);
1262 RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_START_LO,
1263 dev_priv->gart_vm_start);
1264 RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_END_LO,
1265 dev_priv->gart_vm_start +
1266 dev_priv->gart_size - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267
Dave Airlieea98a922005-09-11 20:28:11 +10001268 RADEON_WRITE(RADEON_MC_AGP_LOCATION, 0xffffffc0); /* ?? */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001270 RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_CNTL,
1271 RADEON_PCIE_TX_GART_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272 } else {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001273 RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_CNTL,
1274 tmp & ~RADEON_PCIE_TX_GART_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275 }
1276}
1277
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278/* Enable or disable PCI GART on the chip */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001279static void radeon_set_pcigart(drm_radeon_private_t * dev_priv, int on)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280{
Dave Airlied985c102006-01-02 21:32:48 +11001281 u32 tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001283 if (dev_priv->flags & CHIP_IS_PCIE) {
Dave Airlieea98a922005-09-11 20:28:11 +10001284 radeon_set_pciegart(dev_priv, on);
1285 return;
1286 }
1287
Dave Airlied985c102006-01-02 21:32:48 +11001288 tmp = RADEON_READ(RADEON_AIC_CNTL);
1289
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001290 if (on) {
1291 RADEON_WRITE(RADEON_AIC_CNTL,
1292 tmp | RADEON_PCIGART_TRANSLATE_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293
1294 /* set PCI GART page-table base address
1295 */
Dave Airlieea98a922005-09-11 20:28:11 +10001296 RADEON_WRITE(RADEON_AIC_PT_BASE, dev_priv->gart_info.bus_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297
1298 /* set address range for PCI address translate
1299 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001300 RADEON_WRITE(RADEON_AIC_LO_ADDR, dev_priv->gart_vm_start);
1301 RADEON_WRITE(RADEON_AIC_HI_ADDR, dev_priv->gart_vm_start
1302 + dev_priv->gart_size - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303
1304 /* Turn off AGP aperture -- is this required for PCI GART?
1305 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001306 RADEON_WRITE(RADEON_MC_AGP_LOCATION, 0xffffffc0); /* ?? */
1307 RADEON_WRITE(RADEON_AGP_COMMAND, 0); /* clear AGP_COMMAND */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308 } else {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001309 RADEON_WRITE(RADEON_AIC_CNTL,
1310 tmp & ~RADEON_PCIGART_TRANSLATE_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311 }
1312}
1313
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001314static int radeon_do_init_cp(drm_device_t * dev, drm_radeon_init_t * init)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315{
Dave Airlied985c102006-01-02 21:32:48 +11001316 drm_radeon_private_t *dev_priv = dev->dev_private;
1317
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001318 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319
Dave Airlied985c102006-01-02 21:32:48 +11001320 if (init->is_pci && (dev_priv->flags & CHIP_IS_AGP))
1321 {
1322 DRM_DEBUG("Forcing AGP card to PCI mode\n");
1323 dev_priv->flags &= ~CHIP_IS_AGP;
1324 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325
Dave Airlied985c102006-01-02 21:32:48 +11001326 if ((!(dev_priv->flags & CHIP_IS_AGP)) && !dev->sg) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001327 DRM_ERROR("PCI GART memory not allocated!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 radeon_do_cleanup_cp(dev);
1329 return DRM_ERR(EINVAL);
1330 }
1331
1332 dev_priv->usec_timeout = init->usec_timeout;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001333 if (dev_priv->usec_timeout < 1 ||
1334 dev_priv->usec_timeout > RADEON_MAX_USEC_TIMEOUT) {
1335 DRM_DEBUG("TIMEOUT problem!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336 radeon_do_cleanup_cp(dev);
1337 return DRM_ERR(EINVAL);
1338 }
1339
Dave Airlied985c102006-01-02 21:32:48 +11001340 switch(init->func) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341 case RADEON_INIT_R200_CP:
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001342 dev_priv->microcode_version = UCODE_R200;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343 break;
1344 case RADEON_INIT_R300_CP:
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001345 dev_priv->microcode_version = UCODE_R300;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346 break;
1347 default:
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001348 dev_priv->microcode_version = UCODE_R100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001350
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351 dev_priv->do_boxes = 0;
1352 dev_priv->cp_mode = init->cp_mode;
1353
1354 /* We don't support anything other than bus-mastering ring mode,
1355 * but the ring can be in either AGP or PCI space for the ring
1356 * read pointer.
1357 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001358 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
1359 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
1360 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001361 radeon_do_cleanup_cp(dev);
1362 return DRM_ERR(EINVAL);
1363 }
1364
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001365 switch (init->fb_bpp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366 case 16:
1367 dev_priv->color_fmt = RADEON_COLOR_FORMAT_RGB565;
1368 break;
1369 case 32:
1370 default:
1371 dev_priv->color_fmt = RADEON_COLOR_FORMAT_ARGB8888;
1372 break;
1373 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001374 dev_priv->front_offset = init->front_offset;
1375 dev_priv->front_pitch = init->front_pitch;
1376 dev_priv->back_offset = init->back_offset;
1377 dev_priv->back_pitch = init->back_pitch;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001379 switch (init->depth_bpp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 case 16:
1381 dev_priv->depth_fmt = RADEON_DEPTH_FORMAT_16BIT_INT_Z;
1382 break;
1383 case 32:
1384 default:
1385 dev_priv->depth_fmt = RADEON_DEPTH_FORMAT_24BIT_INT_Z;
1386 break;
1387 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001388 dev_priv->depth_offset = init->depth_offset;
1389 dev_priv->depth_pitch = init->depth_pitch;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390
1391 /* Hardware state for depth clears. Remove this if/when we no
1392 * longer clear the depth buffer with a 3D rectangle. Hard-code
1393 * all values to prevent unwanted 3D state from slipping through
1394 * and screwing with the clear operation.
1395 */
1396 dev_priv->depth_clear.rb3d_cntl = (RADEON_PLANE_MASK_ENABLE |
1397 (dev_priv->color_fmt << 10) |
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001398 (dev_priv->microcode_version ==
1399 UCODE_R100 ? RADEON_ZBLOCK16 : 0));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001401 dev_priv->depth_clear.rb3d_zstencilcntl =
1402 (dev_priv->depth_fmt |
1403 RADEON_Z_TEST_ALWAYS |
1404 RADEON_STENCIL_TEST_ALWAYS |
1405 RADEON_STENCIL_S_FAIL_REPLACE |
1406 RADEON_STENCIL_ZPASS_REPLACE |
1407 RADEON_STENCIL_ZFAIL_REPLACE | RADEON_Z_WRITE_ENABLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408
1409 dev_priv->depth_clear.se_cntl = (RADEON_FFACE_CULL_CW |
1410 RADEON_BFACE_SOLID |
1411 RADEON_FFACE_SOLID |
1412 RADEON_FLAT_SHADE_VTX_LAST |
1413 RADEON_DIFFUSE_SHADE_FLAT |
1414 RADEON_ALPHA_SHADE_FLAT |
1415 RADEON_SPECULAR_SHADE_FLAT |
1416 RADEON_FOG_SHADE_FLAT |
1417 RADEON_VTX_PIX_CENTER_OGL |
1418 RADEON_ROUND_MODE_TRUNC |
1419 RADEON_ROUND_PREC_8TH_PIX);
1420
1421 DRM_GETSAREA();
1422
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423 dev_priv->ring_offset = init->ring_offset;
1424 dev_priv->ring_rptr_offset = init->ring_rptr_offset;
1425 dev_priv->buffers_offset = init->buffers_offset;
1426 dev_priv->gart_textures_offset = init->gart_textures_offset;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001427
1428 if (!dev_priv->sarea) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429 DRM_ERROR("could not find sarea!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430 radeon_do_cleanup_cp(dev);
1431 return DRM_ERR(EINVAL);
1432 }
1433
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434 dev_priv->cp_ring = drm_core_findmap(dev, init->ring_offset);
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001435 if (!dev_priv->cp_ring) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436 DRM_ERROR("could not find cp ring region!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437 radeon_do_cleanup_cp(dev);
1438 return DRM_ERR(EINVAL);
1439 }
1440 dev_priv->ring_rptr = drm_core_findmap(dev, init->ring_rptr_offset);
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001441 if (!dev_priv->ring_rptr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442 DRM_ERROR("could not find ring read pointer!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443 radeon_do_cleanup_cp(dev);
1444 return DRM_ERR(EINVAL);
1445 }
Dave Airlied1f2b552005-08-05 22:11:22 +10001446 dev->agp_buffer_token = init->buffers_offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447 dev->agp_buffer_map = drm_core_findmap(dev, init->buffers_offset);
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001448 if (!dev->agp_buffer_map) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449 DRM_ERROR("could not find dma buffer region!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450 radeon_do_cleanup_cp(dev);
1451 return DRM_ERR(EINVAL);
1452 }
1453
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001454 if (init->gart_textures_offset) {
1455 dev_priv->gart_textures =
1456 drm_core_findmap(dev, init->gart_textures_offset);
1457 if (!dev_priv->gart_textures) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458 DRM_ERROR("could not find GART texture region!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459 radeon_do_cleanup_cp(dev);
1460 return DRM_ERR(EINVAL);
1461 }
1462 }
1463
1464 dev_priv->sarea_priv =
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001465 (drm_radeon_sarea_t *) ((u8 *) dev_priv->sarea->handle +
1466 init->sarea_priv_offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467
1468#if __OS_HAS_AGP
Dave Airlied985c102006-01-02 21:32:48 +11001469 if (dev_priv->flags & CHIP_IS_AGP) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001470 drm_core_ioremap(dev_priv->cp_ring, dev);
1471 drm_core_ioremap(dev_priv->ring_rptr, dev);
1472 drm_core_ioremap(dev->agp_buffer_map, dev);
1473 if (!dev_priv->cp_ring->handle ||
1474 !dev_priv->ring_rptr->handle ||
1475 !dev->agp_buffer_map->handle) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476 DRM_ERROR("could not find ioremap agp regions!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477 radeon_do_cleanup_cp(dev);
1478 return DRM_ERR(EINVAL);
1479 }
1480 } else
1481#endif
1482 {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001483 dev_priv->cp_ring->handle = (void *)dev_priv->cp_ring->offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484 dev_priv->ring_rptr->handle =
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001485 (void *)dev_priv->ring_rptr->offset;
1486 dev->agp_buffer_map->handle =
1487 (void *)dev->agp_buffer_map->offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001489 DRM_DEBUG("dev_priv->cp_ring->handle %p\n",
1490 dev_priv->cp_ring->handle);
1491 DRM_DEBUG("dev_priv->ring_rptr->handle %p\n",
1492 dev_priv->ring_rptr->handle);
1493 DRM_DEBUG("dev->agp_buffer_map->handle %p\n",
1494 dev->agp_buffer_map->handle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495 }
1496
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001497 dev_priv->fb_location = (RADEON_READ(RADEON_MC_FB_LOCATION)
1498 & 0xffff) << 16;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001500 dev_priv->front_pitch_offset = (((dev_priv->front_pitch / 64) << 22) |
1501 ((dev_priv->front_offset
1502 + dev_priv->fb_location) >> 10));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001504 dev_priv->back_pitch_offset = (((dev_priv->back_pitch / 64) << 22) |
1505 ((dev_priv->back_offset
1506 + dev_priv->fb_location) >> 10));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001508 dev_priv->depth_pitch_offset = (((dev_priv->depth_pitch / 64) << 22) |
1509 ((dev_priv->depth_offset
1510 + dev_priv->fb_location) >> 10));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511
1512 dev_priv->gart_size = init->gart_size;
1513 dev_priv->gart_vm_start = dev_priv->fb_location
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001514 + RADEON_READ(RADEON_CONFIG_APER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515
1516#if __OS_HAS_AGP
Dave Airlied985c102006-01-02 21:32:48 +11001517 if (dev_priv->flags & CHIP_IS_AGP)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518 dev_priv->gart_buffers_offset = (dev->agp_buffer_map->offset
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001519 - dev->agp->base
1520 + dev_priv->gart_vm_start);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521 else
1522#endif
1523 dev_priv->gart_buffers_offset = (dev->agp_buffer_map->offset
Ivan Kokshayskyb0917bd2005-10-26 11:05:25 +01001524 - (unsigned long)dev->sg->virtual
1525 + dev_priv->gart_vm_start);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001527 DRM_DEBUG("dev_priv->gart_size %d\n", dev_priv->gart_size);
1528 DRM_DEBUG("dev_priv->gart_vm_start 0x%x\n", dev_priv->gart_vm_start);
1529 DRM_DEBUG("dev_priv->gart_buffers_offset 0x%lx\n",
1530 dev_priv->gart_buffers_offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001532 dev_priv->ring.start = (u32 *) dev_priv->cp_ring->handle;
1533 dev_priv->ring.end = ((u32 *) dev_priv->cp_ring->handle
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534 + init->ring_size / sizeof(u32));
1535 dev_priv->ring.size = init->ring_size;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001536 dev_priv->ring.size_l2qw = drm_order(init->ring_size / 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001538 dev_priv->ring.tail_mask = (dev_priv->ring.size / sizeof(u32)) - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539
1540 dev_priv->ring.high_mark = RADEON_RING_HIGH_MARK;
1541
1542#if __OS_HAS_AGP
Dave Airlied985c102006-01-02 21:32:48 +11001543 if (dev_priv->flags & CHIP_IS_AGP) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544 /* Turn off PCI GART */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001545 radeon_set_pcigart(dev_priv, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546 } else
1547#endif
1548 {
Dave Airlieea98a922005-09-11 20:28:11 +10001549 /* if we have an offset set from userspace */
1550 if (dev_priv->pcigart_offset) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001551 dev_priv->gart_info.bus_addr =
1552 dev_priv->pcigart_offset + dev_priv->fb_location;
Dave Airlief26c4732006-01-02 17:18:39 +11001553 dev_priv->gart_info.mapping.offset =
1554 dev_priv->gart_info.bus_addr;
1555 dev_priv->gart_info.mapping.size =
1556 RADEON_PCIGART_TABLE_SIZE;
1557
1558 drm_core_ioremap(&dev_priv->gart_info.mapping, dev);
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001559 dev_priv->gart_info.addr =
Dave Airlief26c4732006-01-02 17:18:39 +11001560 dev_priv->gart_info.mapping.handle;
Dave Airlieea98a922005-09-11 20:28:11 +10001561
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001562 dev_priv->gart_info.is_pcie =
1563 !!(dev_priv->flags & CHIP_IS_PCIE);
1564 dev_priv->gart_info.gart_table_location =
1565 DRM_ATI_GART_FB;
1566
Dave Airlief26c4732006-01-02 17:18:39 +11001567 DRM_DEBUG("Setting phys_pci_gart to %p %08lX\n",
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001568 dev_priv->gart_info.addr,
1569 dev_priv->pcigart_offset);
1570 } else {
1571 dev_priv->gart_info.gart_table_location =
1572 DRM_ATI_GART_MAIN;
Dave Airlief26c4732006-01-02 17:18:39 +11001573 dev_priv->gart_info.addr = NULL;
1574 dev_priv->gart_info.bus_addr = 0;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001575 if (dev_priv->flags & CHIP_IS_PCIE) {
1576 DRM_ERROR
1577 ("Cannot use PCI Express without GART in FB memory\n");
Dave Airlieea98a922005-09-11 20:28:11 +10001578 radeon_do_cleanup_cp(dev);
1579 return DRM_ERR(EINVAL);
1580 }
1581 }
1582
1583 if (!drm_ati_pcigart_init(dev, &dev_priv->gart_info)) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001584 DRM_ERROR("failed to init PCI GART!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585 radeon_do_cleanup_cp(dev);
1586 return DRM_ERR(ENOMEM);
1587 }
1588
1589 /* Turn on PCI GART */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001590 radeon_set_pcigart(dev_priv, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591 }
1592
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001593 radeon_cp_load_microcode(dev_priv);
1594 radeon_cp_init_ring_buffer(dev, dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595
1596 dev_priv->last_buf = 0;
1597
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001598 radeon_do_engine_reset(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599
1600 return 0;
1601}
1602
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001603static int radeon_do_cleanup_cp(drm_device_t * dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604{
1605 drm_radeon_private_t *dev_priv = dev->dev_private;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001606 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607
1608 /* Make sure interrupts are disabled here because the uninstall ioctl
1609 * may not have been called from userspace and after dev_private
1610 * is freed, it's too late.
1611 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001612 if (dev->irq_enabled)
1613 drm_irq_uninstall(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614
1615#if __OS_HAS_AGP
Dave Airlied985c102006-01-02 21:32:48 +11001616 if (dev_priv->flags & CHIP_IS_AGP) {
1617 if (dev_priv->cp_ring != NULL) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001618 drm_core_ioremapfree(dev_priv->cp_ring, dev);
Dave Airlied985c102006-01-02 21:32:48 +11001619 dev_priv->cp_ring = NULL;
1620 }
1621 if (dev_priv->ring_rptr != NULL) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001622 drm_core_ioremapfree(dev_priv->ring_rptr, dev);
Dave Airlied985c102006-01-02 21:32:48 +11001623 dev_priv->ring_rptr = NULL;
1624 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001625 if (dev->agp_buffer_map != NULL) {
1626 drm_core_ioremapfree(dev->agp_buffer_map, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627 dev->agp_buffer_map = NULL;
1628 }
1629 } else
1630#endif
1631 {
Dave Airlied985c102006-01-02 21:32:48 +11001632
1633 if (dev_priv->gart_info.bus_addr) {
1634 /* Turn off PCI GART */
1635 radeon_set_pcigart(dev_priv, 0);
Dave Airlieea98a922005-09-11 20:28:11 +10001636 if (!drm_ati_pcigart_cleanup(dev, &dev_priv->gart_info))
1637 DRM_ERROR("failed to cleanup PCI GART!\n");
Dave Airlied985c102006-01-02 21:32:48 +11001638 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001639
Dave Airlied985c102006-01-02 21:32:48 +11001640 if (dev_priv->gart_info.gart_table_location == DRM_ATI_GART_FB)
1641 {
Dave Airlief26c4732006-01-02 17:18:39 +11001642 drm_core_ioremapfree(&dev_priv->gart_info.mapping, dev);
Dave Airlieea98a922005-09-11 20:28:11 +10001643 dev_priv->gart_info.addr = 0;
1644 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 /* only clear to the start of flags */
1647 memset(dev_priv, 0, offsetof(drm_radeon_private_t, flags));
1648
1649 return 0;
1650}
1651
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001652/* This code will reinit the Radeon CP hardware after a resume from disc.
1653 * AFAIK, it would be very difficult to pickle the state at suspend time, so
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654 * here we make sure that all Radeon hardware initialisation is re-done without
1655 * affecting running applications.
1656 *
1657 * Charl P. Botha <http://cpbotha.net>
1658 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001659static int radeon_do_resume_cp(drm_device_t * dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660{
1661 drm_radeon_private_t *dev_priv = dev->dev_private;
1662
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001663 if (!dev_priv) {
1664 DRM_ERROR("Called with no initialization\n");
1665 return DRM_ERR(EINVAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666 }
1667
1668 DRM_DEBUG("Starting radeon_do_resume_cp()\n");
1669
1670#if __OS_HAS_AGP
Dave Airlied985c102006-01-02 21:32:48 +11001671 if (dev_priv->flags & CHIP_IS_AGP) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 /* Turn off PCI GART */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001673 radeon_set_pcigart(dev_priv, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674 } else
1675#endif
1676 {
1677 /* Turn on PCI GART */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001678 radeon_set_pcigart(dev_priv, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679 }
1680
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001681 radeon_cp_load_microcode(dev_priv);
1682 radeon_cp_init_ring_buffer(dev, dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001684 radeon_do_engine_reset(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685
1686 DRM_DEBUG("radeon_do_resume_cp() complete\n");
1687
1688 return 0;
1689}
1690
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001691int radeon_cp_init(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692{
1693 DRM_DEVICE;
1694 drm_radeon_init_t init;
1695
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001696 LOCK_TEST_WITH_RETURN(dev, filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001698 DRM_COPY_FROM_USER_IOCTL(init, (drm_radeon_init_t __user *) data,
1699 sizeof(init));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001701 if (init.func == RADEON_INIT_R300_CP)
Dave Airlie414ed532005-08-16 20:43:16 +10001702 r300_init_reg_flags();
1703
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001704 switch (init.func) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 case RADEON_INIT_CP:
1706 case RADEON_INIT_R200_CP:
1707 case RADEON_INIT_R300_CP:
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001708 return radeon_do_init_cp(dev, &init);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709 case RADEON_CLEANUP_CP:
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001710 return radeon_do_cleanup_cp(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711 }
1712
1713 return DRM_ERR(EINVAL);
1714}
1715
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001716int radeon_cp_start(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717{
1718 DRM_DEVICE;
1719 drm_radeon_private_t *dev_priv = dev->dev_private;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001720 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001722 LOCK_TEST_WITH_RETURN(dev, filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001724 if (dev_priv->cp_running) {
1725 DRM_DEBUG("%s while CP running\n", __FUNCTION__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726 return 0;
1727 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001728 if (dev_priv->cp_mode == RADEON_CSQ_PRIDIS_INDDIS) {
1729 DRM_DEBUG("%s called with bogus CP mode (%d)\n",
1730 __FUNCTION__, dev_priv->cp_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731 return 0;
1732 }
1733
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001734 radeon_do_cp_start(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735
1736 return 0;
1737}
1738
1739/* Stop the CP. The engine must have been idled before calling this
1740 * routine.
1741 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001742int radeon_cp_stop(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743{
1744 DRM_DEVICE;
1745 drm_radeon_private_t *dev_priv = dev->dev_private;
1746 drm_radeon_cp_stop_t stop;
1747 int ret;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001748 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001750 LOCK_TEST_WITH_RETURN(dev, filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001752 DRM_COPY_FROM_USER_IOCTL(stop, (drm_radeon_cp_stop_t __user *) data,
1753 sizeof(stop));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754
1755 if (!dev_priv->cp_running)
1756 return 0;
1757
1758 /* Flush any pending CP commands. This ensures any outstanding
1759 * commands are exectuted by the engine before we turn it off.
1760 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001761 if (stop.flush) {
1762 radeon_do_cp_flush(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763 }
1764
1765 /* If we fail to make the engine go idle, we return an error
1766 * code so that the DRM ioctl wrapper can try again.
1767 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001768 if (stop.idle) {
1769 ret = radeon_do_cp_idle(dev_priv);
1770 if (ret)
1771 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772 }
1773
1774 /* Finally, we can turn off the CP. If the engine isn't idle,
1775 * we will get some dropped triangles as they won't be fully
1776 * rendered before the CP is shut down.
1777 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001778 radeon_do_cp_stop(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779
1780 /* Reset the engine */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001781 radeon_do_engine_reset(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782
1783 return 0;
1784}
1785
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001786void radeon_do_release(drm_device_t * dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787{
1788 drm_radeon_private_t *dev_priv = dev->dev_private;
1789 int i, ret;
1790
1791 if (dev_priv) {
1792 if (dev_priv->cp_running) {
1793 /* Stop the cp */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001794 while ((ret = radeon_do_cp_idle(dev_priv)) != 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795 DRM_DEBUG("radeon_do_cp_idle %d\n", ret);
1796#ifdef __linux__
1797 schedule();
1798#else
1799 tsleep(&ret, PZERO, "rdnrel", 1);
1800#endif
1801 }
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001802 radeon_do_cp_stop(dev_priv);
1803 radeon_do_engine_reset(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804 }
1805
1806 /* Disable *all* interrupts */
1807 if (dev_priv->mmio) /* remove this after permanent addmaps */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001808 RADEON_WRITE(RADEON_GEN_INT_CNTL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001810 if (dev_priv->mmio) { /* remove all surfaces */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 for (i = 0; i < RADEON_MAX_SURFACES; i++) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001812 RADEON_WRITE(RADEON_SURFACE0_INFO + 16 * i, 0);
1813 RADEON_WRITE(RADEON_SURFACE0_LOWER_BOUND +
1814 16 * i, 0);
1815 RADEON_WRITE(RADEON_SURFACE0_UPPER_BOUND +
1816 16 * i, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 }
1818 }
1819
1820 /* Free memory heap structures */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001821 radeon_mem_takedown(&(dev_priv->gart_heap));
1822 radeon_mem_takedown(&(dev_priv->fb_heap));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823
1824 /* deallocate kernel resources */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001825 radeon_do_cleanup_cp(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 }
1827}
1828
1829/* Just reset the CP ring. Called as part of an X Server engine reset.
1830 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001831int radeon_cp_reset(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832{
1833 DRM_DEVICE;
1834 drm_radeon_private_t *dev_priv = dev->dev_private;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001835 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001837 LOCK_TEST_WITH_RETURN(dev, filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001839 if (!dev_priv) {
1840 DRM_DEBUG("%s called before init done\n", __FUNCTION__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841 return DRM_ERR(EINVAL);
1842 }
1843
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001844 radeon_do_cp_reset(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845
1846 /* The CP is no longer running after an engine reset */
1847 dev_priv->cp_running = 0;
1848
1849 return 0;
1850}
1851
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001852int radeon_cp_idle(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853{
1854 DRM_DEVICE;
1855 drm_radeon_private_t *dev_priv = dev->dev_private;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001856 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001858 LOCK_TEST_WITH_RETURN(dev, filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001860 return radeon_do_cp_idle(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861}
1862
1863/* Added by Charl P. Botha to call radeon_do_resume_cp().
1864 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001865int radeon_cp_resume(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866{
1867 DRM_DEVICE;
1868
1869 return radeon_do_resume_cp(dev);
1870}
1871
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001872int radeon_engine_reset(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873{
1874 DRM_DEVICE;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001875 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001877 LOCK_TEST_WITH_RETURN(dev, filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001879 return radeon_do_engine_reset(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880}
1881
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882/* ================================================================
1883 * Fullscreen mode
1884 */
1885
1886/* KW: Deprecated to say the least:
1887 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001888int radeon_fullscreen(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889{
1890 return 0;
1891}
1892
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893/* ================================================================
1894 * Freelist management
1895 */
1896
1897/* Original comment: FIXME: ROTATE_BUFS is a hack to cycle through
1898 * bufs until freelist code is used. Note this hides a problem with
1899 * the scratch register * (used to keep track of last buffer
1900 * completed) being written to before * the last buffer has actually
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001901 * completed rendering.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902 *
1903 * KW: It's also a good way to find free buffers quickly.
1904 *
1905 * KW: Ideally this loop wouldn't exist, and freelist_get wouldn't
1906 * sleep. However, bugs in older versions of radeon_accel.c mean that
1907 * we essentially have to do this, else old clients will break.
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001908 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909 * However, it does leave open a potential deadlock where all the
1910 * buffers are held by other clients, which can't release them because
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001911 * they can't get the lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 */
1913
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001914drm_buf_t *radeon_freelist_get(drm_device_t * dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915{
1916 drm_device_dma_t *dma = dev->dma;
1917 drm_radeon_private_t *dev_priv = dev->dev_private;
1918 drm_radeon_buf_priv_t *buf_priv;
1919 drm_buf_t *buf;
1920 int i, t;
1921 int start;
1922
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001923 if (++dev_priv->last_buf >= dma->buf_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924 dev_priv->last_buf = 0;
1925
1926 start = dev_priv->last_buf;
1927
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001928 for (t = 0; t < dev_priv->usec_timeout; t++) {
1929 u32 done_age = GET_SCRATCH(1);
1930 DRM_DEBUG("done_age = %d\n", done_age);
1931 for (i = start; i < dma->buf_count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932 buf = dma->buflist[i];
1933 buf_priv = buf->dev_private;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001934 if (buf->filp == 0 || (buf->pending &&
1935 buf_priv->age <= done_age)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936 dev_priv->stats.requested_bufs++;
1937 buf->pending = 0;
1938 return buf;
1939 }
1940 start = 0;
1941 }
1942
1943 if (t) {
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001944 DRM_UDELAY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945 dev_priv->stats.freelist_loops++;
1946 }
1947 }
1948
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001949 DRM_DEBUG("returning NULL!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950 return NULL;
1951}
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001952
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953#if 0
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001954drm_buf_t *radeon_freelist_get(drm_device_t * dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955{
1956 drm_device_dma_t *dma = dev->dma;
1957 drm_radeon_private_t *dev_priv = dev->dev_private;
1958 drm_radeon_buf_priv_t *buf_priv;
1959 drm_buf_t *buf;
1960 int i, t;
1961 int start;
1962 u32 done_age = DRM_READ32(dev_priv->ring_rptr, RADEON_SCRATCHOFF(1));
1963
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001964 if (++dev_priv->last_buf >= dma->buf_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965 dev_priv->last_buf = 0;
1966
1967 start = dev_priv->last_buf;
1968 dev_priv->stats.freelist_loops++;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001969
1970 for (t = 0; t < 2; t++) {
1971 for (i = start; i < dma->buf_count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972 buf = dma->buflist[i];
1973 buf_priv = buf->dev_private;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001974 if (buf->filp == 0 || (buf->pending &&
1975 buf_priv->age <= done_age)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 dev_priv->stats.requested_bufs++;
1977 buf->pending = 0;
1978 return buf;
1979 }
1980 }
1981 start = 0;
1982 }
1983
1984 return NULL;
1985}
1986#endif
1987
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001988void radeon_freelist_reset(drm_device_t * dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989{
1990 drm_device_dma_t *dma = dev->dma;
1991 drm_radeon_private_t *dev_priv = dev->dev_private;
1992 int i;
1993
1994 dev_priv->last_buf = 0;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001995 for (i = 0; i < dma->buf_count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996 drm_buf_t *buf = dma->buflist[i];
1997 drm_radeon_buf_priv_t *buf_priv = buf->dev_private;
1998 buf_priv->age = 0;
1999 }
2000}
2001
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002/* ================================================================
2003 * CP command submission
2004 */
2005
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002006int radeon_wait_ring(drm_radeon_private_t * dev_priv, int n)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007{
2008 drm_radeon_ring_buffer_t *ring = &dev_priv->ring;
2009 int i;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002010 u32 last_head = GET_RING_HEAD(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002012 for (i = 0; i < dev_priv->usec_timeout; i++) {
2013 u32 head = GET_RING_HEAD(dev_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014
2015 ring->space = (head - ring->tail) * sizeof(u32);
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002016 if (ring->space <= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017 ring->space += ring->size;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002018 if (ring->space > n)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019 return 0;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
2022
2023 if (head != last_head)
2024 i = 0;
2025 last_head = head;
2026
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002027 DRM_UDELAY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 }
2029
2030 /* FIXME: This return value is ignored in the BEGIN_RING macro! */
2031#if RADEON_FIFO_DEBUG
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002032 radeon_status(dev_priv);
2033 DRM_ERROR("failed!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034#endif
2035 return DRM_ERR(EBUSY);
2036}
2037
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002038static int radeon_cp_get_buffers(DRMFILE filp, drm_device_t * dev,
2039 drm_dma_t * d)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040{
2041 int i;
2042 drm_buf_t *buf;
2043
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002044 for (i = d->granted_count; i < d->request_count; i++) {
2045 buf = radeon_freelist_get(dev);
2046 if (!buf)
2047 return DRM_ERR(EBUSY); /* NOTE: broken client */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048
2049 buf->filp = filp;
2050
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002051 if (DRM_COPY_TO_USER(&d->request_indices[i], &buf->idx,
2052 sizeof(buf->idx)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053 return DRM_ERR(EFAULT);
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002054 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
2055 sizeof(buf->total)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056 return DRM_ERR(EFAULT);
2057
2058 d->granted_count++;
2059 }
2060 return 0;
2061}
2062
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002063int radeon_cp_buffers(DRM_IOCTL_ARGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064{
2065 DRM_DEVICE;
2066 drm_device_dma_t *dma = dev->dma;
2067 int ret = 0;
2068 drm_dma_t __user *argp = (void __user *)data;
2069 drm_dma_t d;
2070
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002071 LOCK_TEST_WITH_RETURN(dev, filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002073 DRM_COPY_FROM_USER_IOCTL(d, argp, sizeof(d));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074
2075 /* Please don't send us buffers.
2076 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002077 if (d.send_count != 0) {
2078 DRM_ERROR("Process %d trying to send %d buffers via drmDMA\n",
2079 DRM_CURRENTPID, d.send_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080 return DRM_ERR(EINVAL);
2081 }
2082
2083 /* We'll send you buffers.
2084 */
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002085 if (d.request_count < 0 || d.request_count > dma->buf_count) {
2086 DRM_ERROR("Process %d trying to get %d buffers (of %d max)\n",
2087 DRM_CURRENTPID, d.request_count, dma->buf_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088 return DRM_ERR(EINVAL);
2089 }
2090
2091 d.granted_count = 0;
2092
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002093 if (d.request_count) {
2094 ret = radeon_cp_get_buffers(filp, dev, &d);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 }
2096
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002097 DRM_COPY_TO_USER_IOCTL(argp, d, sizeof(d));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098
2099 return ret;
2100}
2101
Dave Airlie22eae942005-11-10 22:16:34 +11002102int radeon_driver_load(struct drm_device *dev, unsigned long flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103{
2104 drm_radeon_private_t *dev_priv;
2105 int ret = 0;
2106
2107 dev_priv = drm_alloc(sizeof(drm_radeon_private_t), DRM_MEM_DRIVER);
2108 if (dev_priv == NULL)
2109 return DRM_ERR(ENOMEM);
2110
2111 memset(dev_priv, 0, sizeof(drm_radeon_private_t));
2112 dev->dev_private = (void *)dev_priv;
2113 dev_priv->flags = flags;
2114
2115 switch (flags & CHIP_FAMILY_MASK) {
2116 case CHIP_R100:
2117 case CHIP_RV200:
2118 case CHIP_R200:
2119 case CHIP_R300:
Dave Airlie414ed532005-08-16 20:43:16 +10002120 case CHIP_R420:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121 dev_priv->flags |= CHIP_HAS_HIERZ;
2122 break;
2123 default:
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002124 /* all other chips have no hierarchical z buffer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125 break;
2126 }
Dave Airlie414ed532005-08-16 20:43:16 +10002127
2128 if (drm_device_is_agp(dev))
2129 dev_priv->flags |= CHIP_IS_AGP;
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002130
Dave Airlieea98a922005-09-11 20:28:11 +10002131 if (drm_device_is_pcie(dev))
2132 dev_priv->flags |= CHIP_IS_PCIE;
2133
Dave Airlie414ed532005-08-16 20:43:16 +10002134 DRM_DEBUG("%s card detected\n",
Dave Airlied985c102006-01-02 21:32:48 +11002135 ((dev_priv->flags & CHIP_IS_AGP) ? "AGP" : (((dev_priv->flags & CHIP_IS_PCIE) ? "PCIE" : "PCI"))));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 return ret;
2137}
2138
Dave Airlie22eae942005-11-10 22:16:34 +11002139/* Create mappings for registers and framebuffer so userland doesn't necessarily
2140 * have to find them.
2141 */
2142int radeon_driver_firstopen(struct drm_device *dev)
Dave Airlie836cf042005-07-10 19:27:04 +10002143{
2144 int ret;
2145 drm_local_map_t *map;
2146 drm_radeon_private_t *dev_priv = dev->dev_private;
2147
2148 ret = drm_addmap(dev, drm_get_resource_start(dev, 2),
2149 drm_get_resource_len(dev, 2), _DRM_REGISTERS,
2150 _DRM_READ_ONLY, &dev_priv->mmio);
2151 if (ret != 0)
2152 return ret;
2153
2154 ret = drm_addmap(dev, drm_get_resource_start(dev, 0),
2155 drm_get_resource_len(dev, 0), _DRM_FRAME_BUFFER,
2156 _DRM_WRITE_COMBINING, &map);
2157 if (ret != 0)
2158 return ret;
2159
2160 return 0;
2161}
2162
Dave Airlie22eae942005-11-10 22:16:34 +11002163int radeon_driver_unload(struct drm_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164{
2165 drm_radeon_private_t *dev_priv = dev->dev_private;
2166
2167 DRM_DEBUG("\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168 drm_free(dev_priv, sizeof(*dev_priv), DRM_MEM_DRIVER);
2169
2170 dev->dev_private = NULL;
2171 return 0;
2172}