| Dave Airlie | f26c473 | 2006-01-02 17:18:39 +1100 | [diff] [blame] | 1 | /* radeon_cp.c -- CP support for Radeon -*- linux-c -*- */ | 
 | 2 | /* | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 |  * 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 Airlie | 414ed53 | 2005-08-16 20:43:16 +1000 | [diff] [blame] | 35 | #include "r300_reg.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 |  | 
 | 37 | #define RADEON_FIFO_DEBUG	0 | 
 | 38 |  | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 39 | static int radeon_do_cleanup_cp(struct drm_device * dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 |  | 
 | 41 | /* CP microcode (from ATI) */ | 
| Dave Airlie | c499aeb | 2006-06-24 17:37:48 +1000 | [diff] [blame] | 42 | static const u32 R200_cp_microcode[][2] = { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 43 | 	{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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | }; | 
 | 300 |  | 
| Dave Airlie | c499aeb | 2006-06-24 17:37:48 +1000 | [diff] [blame] | 301 | static const u32 radeon_cp_microcode[][2] = { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 302 | 	{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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 558 | }; | 
 | 559 |  | 
| Dave Airlie | c499aeb | 2006-06-24 17:37:48 +1000 | [diff] [blame] | 560 | static const u32 R300_cp_microcode[][2] = { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 561 | 	{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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 817 | }; | 
 | 818 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 819 | static u32 RADEON_READ_MCIND(drm_radeon_private_t *dev_priv, int addr) | 
 | 820 | { | 
 | 821 | 	u32 ret; | 
 | 822 | 	RADEON_WRITE(R520_MC_IND_INDEX, 0x7f0000 | (addr & 0xff)); | 
 | 823 | 	ret = RADEON_READ(R520_MC_IND_DATA); | 
 | 824 | 	RADEON_WRITE(R520_MC_IND_INDEX, 0); | 
 | 825 | 	return ret; | 
 | 826 | } | 
 | 827 |  | 
| Maciej Cencora | 60f9268 | 2008-02-19 21:32:45 +1000 | [diff] [blame] | 828 | static u32 RS690_READ_MCIND(drm_radeon_private_t *dev_priv, int addr) | 
 | 829 | { | 
 | 830 | 	RADEON_WRITE(RS690_MC_INDEX, (addr & RS690_MC_INDEX_MASK)); | 
 | 831 | 	return RADEON_READ(RS690_MC_DATA); | 
 | 832 | } | 
 | 833 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 834 | u32 radeon_read_fb_location(drm_radeon_private_t *dev_priv) | 
 | 835 | { | 
 | 836 |  | 
 | 837 | 	if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV515) | 
 | 838 | 		return RADEON_READ_MCIND(dev_priv, RV515_MC_FB_LOCATION); | 
| Maciej Cencora | 60f9268 | 2008-02-19 21:32:45 +1000 | [diff] [blame] | 839 | 	else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) | 
 | 840 | 		return RS690_READ_MCIND(dev_priv, RS690_MC_FB_LOCATION); | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 841 | 	else if ((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_RV515) | 
 | 842 | 		return RADEON_READ_MCIND(dev_priv, R520_MC_FB_LOCATION); | 
 | 843 | 	else | 
 | 844 | 		return RADEON_READ(RADEON_MC_FB_LOCATION); | 
 | 845 | } | 
 | 846 |  | 
 | 847 | static void radeon_write_fb_location(drm_radeon_private_t *dev_priv, u32 fb_loc) | 
 | 848 | { | 
 | 849 | 	if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV515) | 
 | 850 | 		RADEON_WRITE_MCIND(RV515_MC_FB_LOCATION, fb_loc); | 
| Maciej Cencora | 60f9268 | 2008-02-19 21:32:45 +1000 | [diff] [blame] | 851 | 	else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) | 
 | 852 | 		RS690_WRITE_MCIND(RS690_MC_FB_LOCATION, fb_loc); | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 853 | 	else if ((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_RV515) | 
 | 854 | 		RADEON_WRITE_MCIND(R520_MC_FB_LOCATION, fb_loc); | 
 | 855 | 	else | 
 | 856 | 		RADEON_WRITE(RADEON_MC_FB_LOCATION, fb_loc); | 
 | 857 | } | 
 | 858 |  | 
 | 859 | static void radeon_write_agp_location(drm_radeon_private_t *dev_priv, u32 agp_loc) | 
 | 860 | { | 
 | 861 | 	if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV515) | 
 | 862 | 		RADEON_WRITE_MCIND(RV515_MC_AGP_LOCATION, agp_loc); | 
| Maciej Cencora | 60f9268 | 2008-02-19 21:32:45 +1000 | [diff] [blame] | 863 | 	else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) | 
 | 864 | 		RS690_WRITE_MCIND(RS690_MC_AGP_LOCATION, agp_loc); | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 865 | 	else if ((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_RV515) | 
 | 866 | 		RADEON_WRITE_MCIND(R520_MC_AGP_LOCATION, agp_loc); | 
 | 867 | 	else | 
 | 868 | 		RADEON_WRITE(RADEON_MC_AGP_LOCATION, agp_loc); | 
 | 869 | } | 
 | 870 |  | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 871 | static int RADEON_READ_PLL(struct drm_device * dev, int addr) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 872 | { | 
 | 873 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 874 |  | 
 | 875 | 	RADEON_WRITE8(RADEON_CLOCK_CNTL_INDEX, addr & 0x1f); | 
 | 876 | 	return RADEON_READ(RADEON_CLOCK_CNTL_DATA); | 
 | 877 | } | 
 | 878 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 879 | static u32 RADEON_READ_PCIE(drm_radeon_private_t *dev_priv, int addr) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 880 | { | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 881 | 	RADEON_WRITE8(RADEON_PCIE_INDEX, addr & 0xff); | 
 | 882 | 	return RADEON_READ(RADEON_PCIE_DATA); | 
 | 883 | } | 
 | 884 |  | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 885 | static u32 RADEON_READ_IGPGART(drm_radeon_private_t *dev_priv, int addr) | 
 | 886 | { | 
 | 887 | 	u32 ret; | 
 | 888 | 	RADEON_WRITE(RADEON_IGPGART_INDEX, addr & 0x7f); | 
 | 889 | 	ret = RADEON_READ(RADEON_IGPGART_DATA); | 
 | 890 | 	RADEON_WRITE(RADEON_IGPGART_INDEX, 0x7f); | 
 | 891 | 	return ret; | 
 | 892 | } | 
 | 893 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 894 | #if RADEON_FIFO_DEBUG | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 895 | static void radeon_status(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 896 | { | 
| Harvey Harrison | bf9d892 | 2008-04-30 00:55:10 -0700 | [diff] [blame] | 897 | 	printk("%s:\n", __func__); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 898 | 	printk("RBBM_STATUS = 0x%08x\n", | 
 | 899 | 	       (unsigned int)RADEON_READ(RADEON_RBBM_STATUS)); | 
 | 900 | 	printk("CP_RB_RTPR = 0x%08x\n", | 
 | 901 | 	       (unsigned int)RADEON_READ(RADEON_CP_RB_RPTR)); | 
 | 902 | 	printk("CP_RB_WTPR = 0x%08x\n", | 
 | 903 | 	       (unsigned int)RADEON_READ(RADEON_CP_RB_WPTR)); | 
 | 904 | 	printk("AIC_CNTL = 0x%08x\n", | 
 | 905 | 	       (unsigned int)RADEON_READ(RADEON_AIC_CNTL)); | 
 | 906 | 	printk("AIC_STAT = 0x%08x\n", | 
 | 907 | 	       (unsigned int)RADEON_READ(RADEON_AIC_STAT)); | 
 | 908 | 	printk("AIC_PT_BASE = 0x%08x\n", | 
 | 909 | 	       (unsigned int)RADEON_READ(RADEON_AIC_PT_BASE)); | 
 | 910 | 	printk("TLB_ADDR = 0x%08x\n", | 
 | 911 | 	       (unsigned int)RADEON_READ(RADEON_AIC_TLB_ADDR)); | 
 | 912 | 	printk("TLB_DATA = 0x%08x\n", | 
 | 913 | 	       (unsigned int)RADEON_READ(RADEON_AIC_TLB_DATA)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 914 | } | 
 | 915 | #endif | 
 | 916 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 917 | /* ================================================================ | 
 | 918 |  * Engine, FIFO control | 
 | 919 |  */ | 
 | 920 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 921 | static int radeon_do_pixcache_flush(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 922 | { | 
 | 923 | 	u32 tmp; | 
 | 924 | 	int i; | 
 | 925 |  | 
 | 926 | 	dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; | 
 | 927 |  | 
| Michel Dänzer | b9b603d | 2006-08-07 20:41:53 +1000 | [diff] [blame] | 928 | 	tmp = RADEON_READ(RADEON_RB3D_DSTCACHE_CTLSTAT); | 
 | 929 | 	tmp |= RADEON_RB3D_DC_FLUSH_ALL; | 
 | 930 | 	RADEON_WRITE(RADEON_RB3D_DSTCACHE_CTLSTAT, tmp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 931 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 932 | 	for (i = 0; i < dev_priv->usec_timeout; i++) { | 
| Michel Dänzer | b9b603d | 2006-08-07 20:41:53 +1000 | [diff] [blame] | 933 | 		if (!(RADEON_READ(RADEON_RB3D_DSTCACHE_CTLSTAT) | 
 | 934 | 		      & RADEON_RB3D_DC_BUSY)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 935 | 			return 0; | 
 | 936 | 		} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 937 | 		DRM_UDELAY(1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 938 | 	} | 
 | 939 |  | 
 | 940 | #if RADEON_FIFO_DEBUG | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 941 | 	DRM_ERROR("failed!\n"); | 
 | 942 | 	radeon_status(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 943 | #endif | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 944 | 	return -EBUSY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 945 | } | 
 | 946 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 947 | static int radeon_do_wait_for_fifo(drm_radeon_private_t * dev_priv, int entries) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 948 | { | 
 | 949 | 	int i; | 
 | 950 |  | 
 | 951 | 	dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; | 
 | 952 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 953 | 	for (i = 0; i < dev_priv->usec_timeout; i++) { | 
 | 954 | 		int slots = (RADEON_READ(RADEON_RBBM_STATUS) | 
 | 955 | 			     & RADEON_RBBM_FIFOCNT_MASK); | 
 | 956 | 		if (slots >= entries) | 
 | 957 | 			return 0; | 
 | 958 | 		DRM_UDELAY(1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 959 | 	} | 
 | 960 |  | 
 | 961 | #if RADEON_FIFO_DEBUG | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 962 | 	DRM_ERROR("failed!\n"); | 
 | 963 | 	radeon_status(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 964 | #endif | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 965 | 	return -EBUSY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 966 | } | 
 | 967 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 968 | static int radeon_do_wait_for_idle(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 969 | { | 
 | 970 | 	int i, ret; | 
 | 971 |  | 
 | 972 | 	dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; | 
 | 973 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 974 | 	ret = radeon_do_wait_for_fifo(dev_priv, 64); | 
 | 975 | 	if (ret) | 
 | 976 | 		return ret; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 977 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 978 | 	for (i = 0; i < dev_priv->usec_timeout; i++) { | 
 | 979 | 		if (!(RADEON_READ(RADEON_RBBM_STATUS) | 
 | 980 | 		      & RADEON_RBBM_ACTIVE)) { | 
 | 981 | 			radeon_do_pixcache_flush(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 982 | 			return 0; | 
 | 983 | 		} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 984 | 		DRM_UDELAY(1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | 	} | 
 | 986 |  | 
 | 987 | #if RADEON_FIFO_DEBUG | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 988 | 	DRM_ERROR("failed!\n"); | 
 | 989 | 	radeon_status(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 990 | #endif | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 991 | 	return -EBUSY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 992 | } | 
 | 993 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 994 | /* ================================================================ | 
 | 995 |  * CP control, initialization | 
 | 996 |  */ | 
 | 997 |  | 
 | 998 | /* Load the microcode for the CP */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 999 | static void radeon_cp_load_microcode(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1000 | { | 
 | 1001 | 	int i; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1002 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1004 | 	radeon_do_wait_for_idle(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1005 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1006 | 	RADEON_WRITE(RADEON_CP_ME_RAM_ADDR, 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1007 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1008 | 	if (dev_priv->microcode_version == UCODE_R200) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1009 | 		DRM_INFO("Loading R200 Microcode\n"); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1010 | 		for (i = 0; i < 256; i++) { | 
 | 1011 | 			RADEON_WRITE(RADEON_CP_ME_RAM_DATAH, | 
 | 1012 | 				     R200_cp_microcode[i][1]); | 
 | 1013 | 			RADEON_WRITE(RADEON_CP_ME_RAM_DATAL, | 
 | 1014 | 				     R200_cp_microcode[i][0]); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1015 | 		} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1016 | 	} else if (dev_priv->microcode_version == UCODE_R300) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1017 | 		DRM_INFO("Loading R300 Microcode\n"); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1018 | 		for (i = 0; i < 256; i++) { | 
 | 1019 | 			RADEON_WRITE(RADEON_CP_ME_RAM_DATAH, | 
 | 1020 | 				     R300_cp_microcode[i][1]); | 
 | 1021 | 			RADEON_WRITE(RADEON_CP_ME_RAM_DATAL, | 
 | 1022 | 				     R300_cp_microcode[i][0]); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1023 | 		} | 
 | 1024 | 	} else { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1025 | 		for (i = 0; i < 256; i++) { | 
 | 1026 | 			RADEON_WRITE(RADEON_CP_ME_RAM_DATAH, | 
 | 1027 | 				     radeon_cp_microcode[i][1]); | 
 | 1028 | 			RADEON_WRITE(RADEON_CP_ME_RAM_DATAL, | 
 | 1029 | 				     radeon_cp_microcode[i][0]); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1030 | 		} | 
 | 1031 | 	} | 
 | 1032 | } | 
 | 1033 |  | 
 | 1034 | /* Flush any pending commands to the CP.  This should only be used just | 
 | 1035 |  * prior to a wait for idle, as it informs the engine that the command | 
 | 1036 |  * stream is ending. | 
 | 1037 |  */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1038 | static void radeon_do_cp_flush(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1039 | { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1040 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1041 | #if 0 | 
 | 1042 | 	u32 tmp; | 
 | 1043 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1044 | 	tmp = RADEON_READ(RADEON_CP_RB_WPTR) | (1 << 31); | 
 | 1045 | 	RADEON_WRITE(RADEON_CP_RB_WPTR, tmp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1046 | #endif | 
 | 1047 | } | 
 | 1048 |  | 
 | 1049 | /* Wait for the CP to go idle. | 
 | 1050 |  */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1051 | int radeon_do_cp_idle(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1052 | { | 
 | 1053 | 	RING_LOCALS; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1054 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1055 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1056 | 	BEGIN_RING(6); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1057 |  | 
 | 1058 | 	RADEON_PURGE_CACHE(); | 
 | 1059 | 	RADEON_PURGE_ZCACHE(); | 
 | 1060 | 	RADEON_WAIT_UNTIL_IDLE(); | 
 | 1061 |  | 
 | 1062 | 	ADVANCE_RING(); | 
 | 1063 | 	COMMIT_RING(); | 
 | 1064 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1065 | 	return radeon_do_wait_for_idle(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1066 | } | 
 | 1067 |  | 
 | 1068 | /* Start the Command Processor. | 
 | 1069 |  */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1070 | static void radeon_do_cp_start(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1071 | { | 
 | 1072 | 	RING_LOCALS; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1073 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1074 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1075 | 	radeon_do_wait_for_idle(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1076 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1077 | 	RADEON_WRITE(RADEON_CP_CSQ_CNTL, dev_priv->cp_mode); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1078 |  | 
 | 1079 | 	dev_priv->cp_running = 1; | 
 | 1080 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1081 | 	BEGIN_RING(6); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1082 |  | 
 | 1083 | 	RADEON_PURGE_CACHE(); | 
 | 1084 | 	RADEON_PURGE_ZCACHE(); | 
 | 1085 | 	RADEON_WAIT_UNTIL_IDLE(); | 
 | 1086 |  | 
 | 1087 | 	ADVANCE_RING(); | 
 | 1088 | 	COMMIT_RING(); | 
 | 1089 | } | 
 | 1090 |  | 
 | 1091 | /* Reset the Command Processor.  This will not flush any pending | 
 | 1092 |  * commands, so you must wait for the CP command stream to complete | 
 | 1093 |  * before calling this routine. | 
 | 1094 |  */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1095 | static void radeon_do_cp_reset(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1096 | { | 
 | 1097 | 	u32 cur_read_ptr; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1098 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1099 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1100 | 	cur_read_ptr = RADEON_READ(RADEON_CP_RB_RPTR); | 
 | 1101 | 	RADEON_WRITE(RADEON_CP_RB_WPTR, cur_read_ptr); | 
 | 1102 | 	SET_RING_HEAD(dev_priv, cur_read_ptr); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1103 | 	dev_priv->ring.tail = cur_read_ptr; | 
 | 1104 | } | 
 | 1105 |  | 
 | 1106 | /* Stop the Command Processor.  This will not flush any pending | 
 | 1107 |  * commands, so you must flush the command stream and wait for the CP | 
 | 1108 |  * to go idle before calling this routine. | 
 | 1109 |  */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1110 | static void radeon_do_cp_stop(drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1111 | { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1112 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1113 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1114 | 	RADEON_WRITE(RADEON_CP_CSQ_CNTL, RADEON_CSQ_PRIDIS_INDDIS); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1115 |  | 
 | 1116 | 	dev_priv->cp_running = 0; | 
 | 1117 | } | 
 | 1118 |  | 
 | 1119 | /* Reset the engine.  This will stop the CP if it is running. | 
 | 1120 |  */ | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 1121 | static int radeon_do_engine_reset(struct drm_device * dev) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1122 | { | 
 | 1123 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 1124 | 	u32 clock_cntl_index, mclk_cntl, rbbm_soft_reset; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1125 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1126 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1127 | 	radeon_do_pixcache_flush(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1128 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1129 | 	if ((dev_priv->flags & RADEON_FAMILY_MASK) < CHIP_RV515) { | 
 | 1130 | 		clock_cntl_index = RADEON_READ(RADEON_CLOCK_CNTL_INDEX); | 
 | 1131 | 		mclk_cntl = RADEON_READ_PLL(dev, RADEON_MCLK_CNTL); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1132 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1133 | 		RADEON_WRITE_PLL(RADEON_MCLK_CNTL, (mclk_cntl | | 
 | 1134 | 						    RADEON_FORCEON_MCLKA | | 
 | 1135 | 						    RADEON_FORCEON_MCLKB | | 
 | 1136 | 						    RADEON_FORCEON_YCLKA | | 
 | 1137 | 						    RADEON_FORCEON_YCLKB | | 
 | 1138 | 						    RADEON_FORCEON_MC | | 
 | 1139 | 						    RADEON_FORCEON_AIC)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1140 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1141 | 		rbbm_soft_reset = RADEON_READ(RADEON_RBBM_SOFT_RESET); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1142 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1143 | 		RADEON_WRITE(RADEON_RBBM_SOFT_RESET, (rbbm_soft_reset | | 
 | 1144 | 						      RADEON_SOFT_RESET_CP | | 
 | 1145 | 						      RADEON_SOFT_RESET_HI | | 
 | 1146 | 						      RADEON_SOFT_RESET_SE | | 
 | 1147 | 						      RADEON_SOFT_RESET_RE | | 
 | 1148 | 						      RADEON_SOFT_RESET_PP | | 
 | 1149 | 						      RADEON_SOFT_RESET_E2 | | 
 | 1150 | 						      RADEON_SOFT_RESET_RB)); | 
 | 1151 | 		RADEON_READ(RADEON_RBBM_SOFT_RESET); | 
 | 1152 | 		RADEON_WRITE(RADEON_RBBM_SOFT_RESET, (rbbm_soft_reset & | 
 | 1153 | 						      ~(RADEON_SOFT_RESET_CP | | 
 | 1154 | 							RADEON_SOFT_RESET_HI | | 
 | 1155 | 							RADEON_SOFT_RESET_SE | | 
 | 1156 | 							RADEON_SOFT_RESET_RE | | 
 | 1157 | 							RADEON_SOFT_RESET_PP | | 
 | 1158 | 							RADEON_SOFT_RESET_E2 | | 
 | 1159 | 							RADEON_SOFT_RESET_RB))); | 
 | 1160 | 		RADEON_READ(RADEON_RBBM_SOFT_RESET); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1161 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1162 | 		RADEON_WRITE_PLL(RADEON_MCLK_CNTL, mclk_cntl); | 
 | 1163 | 		RADEON_WRITE(RADEON_CLOCK_CNTL_INDEX, clock_cntl_index); | 
 | 1164 | 		RADEON_WRITE(RADEON_RBBM_SOFT_RESET, rbbm_soft_reset); | 
 | 1165 | 	} | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1166 |  | 
 | 1167 | 	/* Reset the CP ring */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1168 | 	radeon_do_cp_reset(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1169 |  | 
 | 1170 | 	/* The CP is no longer running after an engine reset */ | 
 | 1171 | 	dev_priv->cp_running = 0; | 
 | 1172 |  | 
 | 1173 | 	/* Reset any pending vertex, indirect buffers */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1174 | 	radeon_freelist_reset(dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1175 |  | 
 | 1176 | 	return 0; | 
 | 1177 | } | 
 | 1178 |  | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 1179 | static void radeon_cp_init_ring_buffer(struct drm_device * dev, | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1180 | 				       drm_radeon_private_t * dev_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1181 | { | 
 | 1182 | 	u32 ring_start, cur_read_ptr; | 
 | 1183 | 	u32 tmp; | 
| Dave Airlie | bc5f452 | 2007-11-05 12:50:58 +1000 | [diff] [blame] | 1184 |  | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1185 | 	/* Initialize the memory controller. With new memory map, the fb location | 
 | 1186 | 	 * is not changed, it should have been properly initialized already. Part | 
 | 1187 | 	 * of the problem is that the code below is bogus, assuming the GART is | 
 | 1188 | 	 * always appended to the fb which is not necessarily the case | 
 | 1189 | 	 */ | 
 | 1190 | 	if (!dev_priv->new_memmap) | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1191 | 		radeon_write_fb_location(dev_priv, | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1192 | 			     ((dev_priv->gart_vm_start - 1) & 0xffff0000) | 
 | 1193 | 			     | (dev_priv->fb_location >> 16)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1194 |  | 
 | 1195 | #if __OS_HAS_AGP | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1196 | 	if (dev_priv->flags & RADEON_IS_AGP) { | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1197 | 		RADEON_WRITE(RADEON_AGP_BASE, (unsigned int)dev->agp->base); | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1198 | 		radeon_write_agp_location(dev_priv, | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1199 | 			     (((dev_priv->gart_vm_start - 1 + | 
 | 1200 | 				dev_priv->gart_size) & 0xffff0000) | | 
 | 1201 | 			      (dev_priv->gart_vm_start >> 16))); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1202 |  | 
 | 1203 | 		ring_start = (dev_priv->cp_ring->offset | 
 | 1204 | 			      - dev->agp->base | 
 | 1205 | 			      + dev_priv->gart_vm_start); | 
| Ivan Kokshaysky | b0917bd | 2005-10-26 11:05:25 +0100 | [diff] [blame] | 1206 | 	} else | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1207 | #endif | 
 | 1208 | 		ring_start = (dev_priv->cp_ring->offset | 
| Ivan Kokshaysky | b0917bd | 2005-10-26 11:05:25 +0100 | [diff] [blame] | 1209 | 			      - (unsigned long)dev->sg->virtual | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1210 | 			      + dev_priv->gart_vm_start); | 
 | 1211 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1212 | 	RADEON_WRITE(RADEON_CP_RB_BASE, ring_start); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1213 |  | 
 | 1214 | 	/* Set the write pointer delay */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1215 | 	RADEON_WRITE(RADEON_CP_RB_WPTR_DELAY, 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1216 |  | 
 | 1217 | 	/* Initialize the ring buffer's read and write pointers */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1218 | 	cur_read_ptr = RADEON_READ(RADEON_CP_RB_RPTR); | 
 | 1219 | 	RADEON_WRITE(RADEON_CP_RB_WPTR, cur_read_ptr); | 
 | 1220 | 	SET_RING_HEAD(dev_priv, cur_read_ptr); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1221 | 	dev_priv->ring.tail = cur_read_ptr; | 
 | 1222 |  | 
 | 1223 | #if __OS_HAS_AGP | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1224 | 	if (dev_priv->flags & RADEON_IS_AGP) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1225 | 		RADEON_WRITE(RADEON_CP_RB_RPTR_ADDR, | 
 | 1226 | 			     dev_priv->ring_rptr->offset | 
 | 1227 | 			     - dev->agp->base + dev_priv->gart_vm_start); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1228 | 	} else | 
 | 1229 | #endif | 
 | 1230 | 	{ | 
| Dave Airlie | 5591051 | 2007-07-11 16:53:40 +1000 | [diff] [blame] | 1231 | 		struct drm_sg_mem *entry = dev->sg; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1232 | 		unsigned long tmp_ofs, page_ofs; | 
 | 1233 |  | 
| Ivan Kokshaysky | b0917bd | 2005-10-26 11:05:25 +0100 | [diff] [blame] | 1234 | 		tmp_ofs = dev_priv->ring_rptr->offset - | 
 | 1235 | 				(unsigned long)dev->sg->virtual; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1236 | 		page_ofs = tmp_ofs >> PAGE_SHIFT; | 
 | 1237 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1238 | 		RADEON_WRITE(RADEON_CP_RB_RPTR_ADDR, entry->busaddr[page_ofs]); | 
 | 1239 | 		DRM_DEBUG("ring rptr: offset=0x%08lx handle=0x%08lx\n", | 
 | 1240 | 			  (unsigned long)entry->busaddr[page_ofs], | 
 | 1241 | 			  entry->handle + tmp_ofs); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1242 | 	} | 
 | 1243 |  | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1244 | 	/* Set ring buffer size */ | 
 | 1245 | #ifdef __BIG_ENDIAN | 
 | 1246 | 	RADEON_WRITE(RADEON_CP_RB_CNTL, | 
| Roland Scheidegger | 576cc45 | 2008-02-07 14:59:24 +1000 | [diff] [blame] | 1247 | 		     RADEON_BUF_SWAP_32BIT | | 
 | 1248 | 		     (dev_priv->ring.fetch_size_l2ow << 18) | | 
 | 1249 | 		     (dev_priv->ring.rptr_update_l2qw << 8) | | 
 | 1250 | 		     dev_priv->ring.size_l2qw); | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1251 | #else | 
| Roland Scheidegger | 576cc45 | 2008-02-07 14:59:24 +1000 | [diff] [blame] | 1252 | 	RADEON_WRITE(RADEON_CP_RB_CNTL, | 
 | 1253 | 		     (dev_priv->ring.fetch_size_l2ow << 18) | | 
 | 1254 | 		     (dev_priv->ring.rptr_update_l2qw << 8) | | 
 | 1255 | 		     dev_priv->ring.size_l2qw); | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1256 | #endif | 
 | 1257 |  | 
 | 1258 | 	/* Start with assuming that writeback doesn't work */ | 
 | 1259 | 	dev_priv->writeback_works = 0; | 
 | 1260 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1261 | 	/* Initialize the scratch register pointer.  This will cause | 
 | 1262 | 	 * the scratch register values to be written out to memory | 
 | 1263 | 	 * whenever they are updated. | 
 | 1264 | 	 * | 
 | 1265 | 	 * We simply put this behind the ring read pointer, this works | 
 | 1266 | 	 * with PCI GART as well as (whatever kind of) AGP GART | 
 | 1267 | 	 */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1268 | 	RADEON_WRITE(RADEON_SCRATCH_ADDR, RADEON_READ(RADEON_CP_RB_RPTR_ADDR) | 
 | 1269 | 		     + RADEON_SCRATCH_REG_OFFSET); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1270 |  | 
 | 1271 | 	dev_priv->scratch = ((__volatile__ u32 *) | 
 | 1272 | 			     dev_priv->ring_rptr->handle + | 
 | 1273 | 			     (RADEON_SCRATCH_REG_OFFSET / sizeof(u32))); | 
 | 1274 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1275 | 	RADEON_WRITE(RADEON_SCRATCH_UMSK, 0x7); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1276 |  | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1277 | 	/* Turn on bus mastering */ | 
 | 1278 | 	tmp = RADEON_READ(RADEON_BUS_CNTL) & ~RADEON_BUS_MASTER_DIS; | 
 | 1279 | 	RADEON_WRITE(RADEON_BUS_CNTL, tmp); | 
 | 1280 |  | 
 | 1281 | 	dev_priv->sarea_priv->last_frame = dev_priv->scratch[0] = 0; | 
 | 1282 | 	RADEON_WRITE(RADEON_LAST_FRAME_REG, dev_priv->sarea_priv->last_frame); | 
 | 1283 |  | 
 | 1284 | 	dev_priv->sarea_priv->last_dispatch = dev_priv->scratch[1] = 0; | 
 | 1285 | 	RADEON_WRITE(RADEON_LAST_DISPATCH_REG, | 
 | 1286 | 		     dev_priv->sarea_priv->last_dispatch); | 
 | 1287 |  | 
 | 1288 | 	dev_priv->sarea_priv->last_clear = dev_priv->scratch[2] = 0; | 
 | 1289 | 	RADEON_WRITE(RADEON_LAST_CLEAR_REG, dev_priv->sarea_priv->last_clear); | 
 | 1290 |  | 
 | 1291 | 	radeon_do_wait_for_idle(dev_priv); | 
 | 1292 |  | 
 | 1293 | 	/* Sync everything up */ | 
 | 1294 | 	RADEON_WRITE(RADEON_ISYNC_CNTL, | 
 | 1295 | 		     (RADEON_ISYNC_ANY2D_IDLE3D | | 
 | 1296 | 		      RADEON_ISYNC_ANY3D_IDLE2D | | 
 | 1297 | 		      RADEON_ISYNC_WAIT_IDLEGUI | | 
 | 1298 | 		      RADEON_ISYNC_CPSCRATCH_IDLEGUI)); | 
 | 1299 |  | 
 | 1300 | } | 
 | 1301 |  | 
 | 1302 | static void radeon_test_writeback(drm_radeon_private_t * dev_priv) | 
 | 1303 | { | 
 | 1304 | 	u32 tmp; | 
 | 1305 |  | 
 | 1306 | 	/* Writeback doesn't seem to work everywhere, test it here and possibly | 
 | 1307 | 	 * enable it if it appears to work | 
 | 1308 | 	 */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1309 | 	DRM_WRITE32(dev_priv->ring_rptr, RADEON_SCRATCHOFF(1), 0); | 
 | 1310 | 	RADEON_WRITE(RADEON_SCRATCH_REG1, 0xdeadbeef); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1311 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1312 | 	for (tmp = 0; tmp < dev_priv->usec_timeout; tmp++) { | 
 | 1313 | 		if (DRM_READ32(dev_priv->ring_rptr, RADEON_SCRATCHOFF(1)) == | 
 | 1314 | 		    0xdeadbeef) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1315 | 			break; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1316 | 		DRM_UDELAY(1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1317 | 	} | 
 | 1318 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1319 | 	if (tmp < dev_priv->usec_timeout) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1320 | 		dev_priv->writeback_works = 1; | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1321 | 		DRM_INFO("writeback test succeeded in %d usecs\n", tmp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1322 | 	} else { | 
 | 1323 | 		dev_priv->writeback_works = 0; | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1324 | 		DRM_INFO("writeback test failed\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1325 | 	} | 
| Dave Airlie | 689b9d7 | 2005-09-30 17:09:07 +1000 | [diff] [blame] | 1326 | 	if (radeon_no_wb == 1) { | 
 | 1327 | 		dev_priv->writeback_works = 0; | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1328 | 		DRM_INFO("writeback forced off\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1329 | 	} | 
| Michel Dänzer | ae1b1a48 | 2006-08-07 20:37:46 +1000 | [diff] [blame] | 1330 |  | 
 | 1331 | 	if (!dev_priv->writeback_works) { | 
 | 1332 | 		/* Disable writeback to avoid unnecessary bus master transfer */ | 
 | 1333 | 		RADEON_WRITE(RADEON_CP_RB_CNTL, RADEON_READ(RADEON_CP_RB_CNTL) | | 
 | 1334 | 			     RADEON_RB_NO_UPDATE); | 
 | 1335 | 		RADEON_WRITE(RADEON_SCRATCH_UMSK, 0); | 
 | 1336 | 	} | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1337 | } | 
 | 1338 |  | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 1339 | /* Enable or disable IGP GART on the chip */ | 
 | 1340 | static void radeon_set_igpgart(drm_radeon_private_t * dev_priv, int on) | 
 | 1341 | { | 
 | 1342 | 	u32 temp, tmp; | 
 | 1343 |  | 
 | 1344 | 	tmp = RADEON_READ(RADEON_AIC_CNTL); | 
 | 1345 | 	if (on) { | 
 | 1346 | 		DRM_DEBUG("programming igpgart %08X %08lX %08X\n", | 
 | 1347 | 			 dev_priv->gart_vm_start, | 
 | 1348 | 			 (long)dev_priv->gart_info.bus_addr, | 
 | 1349 | 			 dev_priv->gart_size); | 
 | 1350 |  | 
 | 1351 | 		RADEON_WRITE_IGPGART(RADEON_IGPGART_UNK_18, 0x1000); | 
 | 1352 | 		RADEON_WRITE_IGPGART(RADEON_IGPGART_ENABLE, 0x1); | 
 | 1353 | 		RADEON_WRITE_IGPGART(RADEON_IGPGART_CTRL, 0x42040800); | 
 | 1354 | 		RADEON_WRITE_IGPGART(RADEON_IGPGART_BASE_ADDR, | 
 | 1355 | 				     dev_priv->gart_info.bus_addr); | 
 | 1356 |  | 
 | 1357 | 		temp = RADEON_READ_IGPGART(dev_priv, RADEON_IGPGART_UNK_39); | 
 | 1358 | 		RADEON_WRITE_IGPGART(RADEON_IGPGART_UNK_39, temp); | 
 | 1359 |  | 
 | 1360 | 		RADEON_WRITE(RADEON_AGP_BASE, (unsigned int)dev_priv->gart_vm_start); | 
 | 1361 | 		dev_priv->gart_size = 32*1024*1024; | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1362 | 		radeon_write_agp_location(dev_priv, | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 1363 | 			     (((dev_priv->gart_vm_start - 1 + | 
 | 1364 | 			       dev_priv->gart_size) & 0xffff0000) | | 
 | 1365 | 			     (dev_priv->gart_vm_start >> 16))); | 
 | 1366 |  | 
 | 1367 | 		temp = RADEON_READ_IGPGART(dev_priv, RADEON_IGPGART_ENABLE); | 
 | 1368 | 		RADEON_WRITE_IGPGART(RADEON_IGPGART_ENABLE, temp); | 
 | 1369 |  | 
 | 1370 | 		RADEON_READ_IGPGART(dev_priv, RADEON_IGPGART_FLUSH); | 
 | 1371 | 		RADEON_WRITE_IGPGART(RADEON_IGPGART_FLUSH, 0x1); | 
 | 1372 | 		RADEON_READ_IGPGART(dev_priv, RADEON_IGPGART_FLUSH); | 
 | 1373 | 		RADEON_WRITE_IGPGART(RADEON_IGPGART_FLUSH, 0x0); | 
 | 1374 |        } | 
 | 1375 | } | 
 | 1376 |  | 
| Maciej Cencora | 60f9268 | 2008-02-19 21:32:45 +1000 | [diff] [blame] | 1377 | /* Enable or disable RS690 GART on the chip */ | 
 | 1378 | static void radeon_set_rs690gart(drm_radeon_private_t *dev_priv, int on) | 
 | 1379 | { | 
 | 1380 | 	u32 temp; | 
 | 1381 |  | 
 | 1382 | 	if (on) { | 
 | 1383 | 		DRM_DEBUG("programming rs690 gart %08X %08lX %08X\n", | 
 | 1384 | 			  dev_priv->gart_vm_start, | 
 | 1385 | 			  (long)dev_priv->gart_info.bus_addr, | 
 | 1386 | 			  dev_priv->gart_size); | 
 | 1387 |  | 
 | 1388 | 		temp = RS690_READ_MCIND(dev_priv, RS690_MC_MISC_CNTL); | 
 | 1389 | 		RS690_WRITE_MCIND(RS690_MC_MISC_CNTL, 0x5000); | 
 | 1390 |  | 
 | 1391 | 		RS690_WRITE_MCIND(RS690_MC_AGP_SIZE, | 
 | 1392 | 				  RS690_MC_GART_EN | RS690_MC_AGP_SIZE_32MB); | 
 | 1393 |  | 
 | 1394 | 		temp = RS690_READ_MCIND(dev_priv, RS690_MC_GART_FEATURE_ID); | 
 | 1395 | 		RS690_WRITE_MCIND(RS690_MC_GART_FEATURE_ID, 0x42040800); | 
 | 1396 |  | 
 | 1397 | 		RS690_WRITE_MCIND(RS690_MC_GART_BASE, | 
 | 1398 | 				  dev_priv->gart_info.bus_addr); | 
 | 1399 |  | 
 | 1400 | 		temp = RS690_READ_MCIND(dev_priv, RS690_MC_AGP_MODE_CONTROL); | 
 | 1401 | 		RS690_WRITE_MCIND(RS690_MC_AGP_MODE_CONTROL, 0x01400000); | 
 | 1402 |  | 
 | 1403 | 		RS690_WRITE_MCIND(RS690_MC_AGP_BASE, | 
 | 1404 | 				  (unsigned int)dev_priv->gart_vm_start); | 
 | 1405 |  | 
 | 1406 | 		dev_priv->gart_size = 32*1024*1024; | 
 | 1407 | 		temp = (((dev_priv->gart_vm_start - 1 + dev_priv->gart_size) & | 
 | 1408 | 			 0xffff0000) | (dev_priv->gart_vm_start >> 16)); | 
 | 1409 |  | 
 | 1410 | 		RS690_WRITE_MCIND(RS690_MC_AGP_LOCATION, temp); | 
 | 1411 |  | 
 | 1412 | 		temp = RS690_READ_MCIND(dev_priv, RS690_MC_AGP_SIZE); | 
 | 1413 | 		RS690_WRITE_MCIND(RS690_MC_AGP_SIZE, | 
 | 1414 | 				  RS690_MC_GART_EN | RS690_MC_AGP_SIZE_32MB); | 
 | 1415 |  | 
 | 1416 | 		do { | 
 | 1417 | 			temp = RS690_READ_MCIND(dev_priv, RS690_MC_GART_CACHE_CNTL); | 
 | 1418 | 			if ((temp & RS690_MC_GART_CLEAR_STATUS) == | 
 | 1419 | 			    RS690_MC_GART_CLEAR_DONE) | 
 | 1420 | 				break; | 
 | 1421 | 			DRM_UDELAY(1); | 
 | 1422 | 		} while (1); | 
 | 1423 |  | 
 | 1424 | 		RS690_WRITE_MCIND(RS690_MC_GART_CACHE_CNTL, | 
 | 1425 | 				  RS690_MC_GART_CC_CLEAR); | 
 | 1426 | 		do { | 
 | 1427 | 			temp = RS690_READ_MCIND(dev_priv, RS690_MC_GART_CACHE_CNTL); | 
 | 1428 | 			if ((temp & RS690_MC_GART_CLEAR_STATUS) == | 
 | 1429 | 				   RS690_MC_GART_CLEAR_DONE) | 
 | 1430 | 				break; | 
 | 1431 | 			DRM_UDELAY(1); | 
 | 1432 | 		} while (1); | 
 | 1433 |  | 
 | 1434 | 		RS690_WRITE_MCIND(RS690_MC_GART_CACHE_CNTL, | 
 | 1435 | 				  RS690_MC_GART_CC_NO_CHANGE); | 
 | 1436 | 	} else { | 
 | 1437 | 		RS690_WRITE_MCIND(RS690_MC_AGP_SIZE, RS690_MC_GART_DIS); | 
 | 1438 | 	} | 
 | 1439 | } | 
 | 1440 |  | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1441 | static void radeon_set_pciegart(drm_radeon_private_t * dev_priv, int on) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1442 | { | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1443 | 	u32 tmp = RADEON_READ_PCIE(dev_priv, RADEON_PCIE_TX_GART_CNTL); | 
 | 1444 | 	if (on) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1445 |  | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1446 | 		DRM_DEBUG("programming pcie %08X %08lX %08X\n", | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1447 | 			  dev_priv->gart_vm_start, | 
 | 1448 | 			  (long)dev_priv->gart_info.bus_addr, | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1449 | 			  dev_priv->gart_size); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1450 | 		RADEON_WRITE_PCIE(RADEON_PCIE_TX_DISCARD_RD_ADDR_LO, | 
 | 1451 | 				  dev_priv->gart_vm_start); | 
 | 1452 | 		RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_BASE, | 
 | 1453 | 				  dev_priv->gart_info.bus_addr); | 
 | 1454 | 		RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_START_LO, | 
 | 1455 | 				  dev_priv->gart_vm_start); | 
 | 1456 | 		RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_END_LO, | 
 | 1457 | 				  dev_priv->gart_vm_start + | 
 | 1458 | 				  dev_priv->gart_size - 1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1459 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1460 | 		radeon_write_agp_location(dev_priv, 0xffffffc0); /* ?? */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1461 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1462 | 		RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_CNTL, | 
 | 1463 | 				  RADEON_PCIE_TX_GART_EN); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1464 | 	} else { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1465 | 		RADEON_WRITE_PCIE(RADEON_PCIE_TX_GART_CNTL, | 
 | 1466 | 				  tmp & ~RADEON_PCIE_TX_GART_EN); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1467 | 	} | 
 | 1468 | } | 
 | 1469 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1470 | /* Enable or disable PCI GART on the chip */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1471 | static void radeon_set_pcigart(drm_radeon_private_t * dev_priv, int on) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1472 | { | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1473 | 	u32 tmp; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1474 |  | 
| Maciej Cencora | 60f9268 | 2008-02-19 21:32:45 +1000 | [diff] [blame] | 1475 | 	if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) { | 
 | 1476 | 		radeon_set_rs690gart(dev_priv, on); | 
 | 1477 | 		return; | 
 | 1478 | 	} | 
 | 1479 |  | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 1480 | 	if (dev_priv->flags & RADEON_IS_IGPGART) { | 
 | 1481 | 		radeon_set_igpgart(dev_priv, on); | 
 | 1482 | 		return; | 
 | 1483 | 	} | 
 | 1484 |  | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1485 | 	if (dev_priv->flags & RADEON_IS_PCIE) { | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1486 | 		radeon_set_pciegart(dev_priv, on); | 
 | 1487 | 		return; | 
 | 1488 | 	} | 
 | 1489 |  | 
| Dave Airlie | bc5f452 | 2007-11-05 12:50:58 +1000 | [diff] [blame] | 1490 | 	tmp = RADEON_READ(RADEON_AIC_CNTL); | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1491 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1492 | 	if (on) { | 
 | 1493 | 		RADEON_WRITE(RADEON_AIC_CNTL, | 
 | 1494 | 			     tmp | RADEON_PCIGART_TRANSLATE_EN); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1495 |  | 
 | 1496 | 		/* set PCI GART page-table base address | 
 | 1497 | 		 */ | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1498 | 		RADEON_WRITE(RADEON_AIC_PT_BASE, dev_priv->gart_info.bus_addr); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1499 |  | 
 | 1500 | 		/* set address range for PCI address translate | 
 | 1501 | 		 */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1502 | 		RADEON_WRITE(RADEON_AIC_LO_ADDR, dev_priv->gart_vm_start); | 
 | 1503 | 		RADEON_WRITE(RADEON_AIC_HI_ADDR, dev_priv->gart_vm_start | 
 | 1504 | 			     + dev_priv->gart_size - 1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1505 |  | 
 | 1506 | 		/* Turn off AGP aperture -- is this required for PCI GART? | 
 | 1507 | 		 */ | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1508 | 		radeon_write_agp_location(dev_priv, 0xffffffc0); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1509 | 		RADEON_WRITE(RADEON_AGP_COMMAND, 0);	/* clear AGP_COMMAND */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1510 | 	} else { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1511 | 		RADEON_WRITE(RADEON_AIC_CNTL, | 
 | 1512 | 			     tmp & ~RADEON_PCIGART_TRANSLATE_EN); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1513 | 	} | 
 | 1514 | } | 
 | 1515 |  | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 1516 | static int radeon_do_init_cp(struct drm_device * dev, drm_radeon_init_t * init) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1517 | { | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1518 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 1519 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1520 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1521 |  | 
| Dave Airlie | f3dd5c3 | 2006-03-25 18:09:46 +1100 | [diff] [blame] | 1522 | 	/* if we require new memory map but we don't have it fail */ | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1523 | 	if ((dev_priv->flags & RADEON_NEW_MEMMAP) && !dev_priv->new_memmap) { | 
| Dave Airlie | b15ec36 | 2006-08-19 17:43:52 +1000 | [diff] [blame] | 1524 | 		DRM_ERROR("Cannot initialise DRM on this card\nThis card requires a new X.org DDX for 3D\n"); | 
| Dave Airlie | f3dd5c3 | 2006-03-25 18:09:46 +1100 | [diff] [blame] | 1525 | 		radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1526 | 		return -EINVAL; | 
| Dave Airlie | f3dd5c3 | 2006-03-25 18:09:46 +1100 | [diff] [blame] | 1527 | 	} | 
 | 1528 |  | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1529 | 	if (init->is_pci && (dev_priv->flags & RADEON_IS_AGP)) { | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1530 | 		DRM_DEBUG("Forcing AGP card to PCI mode\n"); | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1531 | 		dev_priv->flags &= ~RADEON_IS_AGP; | 
 | 1532 | 	} else if (!(dev_priv->flags & (RADEON_IS_AGP | RADEON_IS_PCI | RADEON_IS_PCIE)) | 
| Dave Airlie | b15ec36 | 2006-08-19 17:43:52 +1000 | [diff] [blame] | 1533 | 		   && !init->is_pci) { | 
 | 1534 | 		DRM_DEBUG("Restoring AGP flag\n"); | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1535 | 		dev_priv->flags |= RADEON_IS_AGP; | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1536 | 	} | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1537 |  | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1538 | 	if ((!(dev_priv->flags & RADEON_IS_AGP)) && !dev->sg) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1539 | 		DRM_ERROR("PCI GART memory not allocated!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1540 | 		radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1541 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1542 | 	} | 
 | 1543 |  | 
 | 1544 | 	dev_priv->usec_timeout = init->usec_timeout; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1545 | 	if (dev_priv->usec_timeout < 1 || | 
 | 1546 | 	    dev_priv->usec_timeout > RADEON_MAX_USEC_TIMEOUT) { | 
 | 1547 | 		DRM_DEBUG("TIMEOUT problem!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1548 | 		radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1549 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1550 | 	} | 
 | 1551 |  | 
| Dave Airlie | ddbee33 | 2007-07-11 12:16:01 +1000 | [diff] [blame] | 1552 | 	/* Enable vblank on CRTC1 for older X servers | 
 | 1553 | 	 */ | 
 | 1554 | 	dev_priv->vblank_crtc = DRM_RADEON_VBLANK_CRTC1; | 
 | 1555 |  | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1556 | 	switch(init->func) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1557 | 	case RADEON_INIT_R200_CP: | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1558 | 		dev_priv->microcode_version = UCODE_R200; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1559 | 		break; | 
 | 1560 | 	case RADEON_INIT_R300_CP: | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1561 | 		dev_priv->microcode_version = UCODE_R300; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1562 | 		break; | 
 | 1563 | 	default: | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1564 | 		dev_priv->microcode_version = UCODE_R100; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1565 | 	} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1566 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1567 | 	dev_priv->do_boxes = 0; | 
 | 1568 | 	dev_priv->cp_mode = init->cp_mode; | 
 | 1569 |  | 
 | 1570 | 	/* We don't support anything other than bus-mastering ring mode, | 
 | 1571 | 	 * but the ring can be in either AGP or PCI space for the ring | 
 | 1572 | 	 * read pointer. | 
 | 1573 | 	 */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1574 | 	if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) && | 
 | 1575 | 	    (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) { | 
 | 1576 | 		DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1577 | 		radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1578 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1579 | 	} | 
 | 1580 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1581 | 	switch (init->fb_bpp) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1582 | 	case 16: | 
 | 1583 | 		dev_priv->color_fmt = RADEON_COLOR_FORMAT_RGB565; | 
 | 1584 | 		break; | 
 | 1585 | 	case 32: | 
 | 1586 | 	default: | 
 | 1587 | 		dev_priv->color_fmt = RADEON_COLOR_FORMAT_ARGB8888; | 
 | 1588 | 		break; | 
 | 1589 | 	} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1590 | 	dev_priv->front_offset = init->front_offset; | 
 | 1591 | 	dev_priv->front_pitch = init->front_pitch; | 
 | 1592 | 	dev_priv->back_offset = init->back_offset; | 
 | 1593 | 	dev_priv->back_pitch = init->back_pitch; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1594 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1595 | 	switch (init->depth_bpp) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1596 | 	case 16: | 
 | 1597 | 		dev_priv->depth_fmt = RADEON_DEPTH_FORMAT_16BIT_INT_Z; | 
 | 1598 | 		break; | 
 | 1599 | 	case 32: | 
 | 1600 | 	default: | 
 | 1601 | 		dev_priv->depth_fmt = RADEON_DEPTH_FORMAT_24BIT_INT_Z; | 
 | 1602 | 		break; | 
 | 1603 | 	} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1604 | 	dev_priv->depth_offset = init->depth_offset; | 
 | 1605 | 	dev_priv->depth_pitch = init->depth_pitch; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1606 |  | 
 | 1607 | 	/* Hardware state for depth clears.  Remove this if/when we no | 
 | 1608 | 	 * longer clear the depth buffer with a 3D rectangle.  Hard-code | 
 | 1609 | 	 * all values to prevent unwanted 3D state from slipping through | 
 | 1610 | 	 * and screwing with the clear operation. | 
 | 1611 | 	 */ | 
 | 1612 | 	dev_priv->depth_clear.rb3d_cntl = (RADEON_PLANE_MASK_ENABLE | | 
 | 1613 | 					   (dev_priv->color_fmt << 10) | | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1614 | 					   (dev_priv->microcode_version == | 
 | 1615 | 					    UCODE_R100 ? RADEON_ZBLOCK16 : 0)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1616 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1617 | 	dev_priv->depth_clear.rb3d_zstencilcntl = | 
 | 1618 | 	    (dev_priv->depth_fmt | | 
 | 1619 | 	     RADEON_Z_TEST_ALWAYS | | 
 | 1620 | 	     RADEON_STENCIL_TEST_ALWAYS | | 
 | 1621 | 	     RADEON_STENCIL_S_FAIL_REPLACE | | 
 | 1622 | 	     RADEON_STENCIL_ZPASS_REPLACE | | 
 | 1623 | 	     RADEON_STENCIL_ZFAIL_REPLACE | RADEON_Z_WRITE_ENABLE); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1624 |  | 
 | 1625 | 	dev_priv->depth_clear.se_cntl = (RADEON_FFACE_CULL_CW | | 
 | 1626 | 					 RADEON_BFACE_SOLID | | 
 | 1627 | 					 RADEON_FFACE_SOLID | | 
 | 1628 | 					 RADEON_FLAT_SHADE_VTX_LAST | | 
 | 1629 | 					 RADEON_DIFFUSE_SHADE_FLAT | | 
 | 1630 | 					 RADEON_ALPHA_SHADE_FLAT | | 
 | 1631 | 					 RADEON_SPECULAR_SHADE_FLAT | | 
 | 1632 | 					 RADEON_FOG_SHADE_FLAT | | 
 | 1633 | 					 RADEON_VTX_PIX_CENTER_OGL | | 
 | 1634 | 					 RADEON_ROUND_MODE_TRUNC | | 
 | 1635 | 					 RADEON_ROUND_PREC_8TH_PIX); | 
 | 1636 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1637 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1638 | 	dev_priv->ring_offset = init->ring_offset; | 
 | 1639 | 	dev_priv->ring_rptr_offset = init->ring_rptr_offset; | 
 | 1640 | 	dev_priv->buffers_offset = init->buffers_offset; | 
 | 1641 | 	dev_priv->gart_textures_offset = init->gart_textures_offset; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1642 |  | 
| Dave Airlie | da509d7 | 2007-05-26 05:04:51 +1000 | [diff] [blame] | 1643 | 	dev_priv->sarea = drm_getsarea(dev); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1644 | 	if (!dev_priv->sarea) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1645 | 		DRM_ERROR("could not find sarea!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1646 | 		radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1647 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1648 | 	} | 
 | 1649 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1650 | 	dev_priv->cp_ring = drm_core_findmap(dev, init->ring_offset); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1651 | 	if (!dev_priv->cp_ring) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1652 | 		DRM_ERROR("could not find cp ring region!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1653 | 		radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1654 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1655 | 	} | 
 | 1656 | 	dev_priv->ring_rptr = drm_core_findmap(dev, init->ring_rptr_offset); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1657 | 	if (!dev_priv->ring_rptr) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1658 | 		DRM_ERROR("could not find ring read pointer!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1659 | 		radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1660 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1661 | 	} | 
| Dave Airlie | d1f2b55 | 2005-08-05 22:11:22 +1000 | [diff] [blame] | 1662 | 	dev->agp_buffer_token = init->buffers_offset; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1663 | 	dev->agp_buffer_map = drm_core_findmap(dev, init->buffers_offset); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1664 | 	if (!dev->agp_buffer_map) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1665 | 		DRM_ERROR("could not find dma buffer region!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1666 | 		radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1667 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1668 | 	} | 
 | 1669 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1670 | 	if (init->gart_textures_offset) { | 
 | 1671 | 		dev_priv->gart_textures = | 
 | 1672 | 		    drm_core_findmap(dev, init->gart_textures_offset); | 
 | 1673 | 		if (!dev_priv->gart_textures) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1674 | 			DRM_ERROR("could not find GART texture region!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1675 | 			radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1676 | 			return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1677 | 		} | 
 | 1678 | 	} | 
 | 1679 |  | 
 | 1680 | 	dev_priv->sarea_priv = | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1681 | 	    (drm_radeon_sarea_t *) ((u8 *) dev_priv->sarea->handle + | 
 | 1682 | 				    init->sarea_priv_offset); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1683 |  | 
 | 1684 | #if __OS_HAS_AGP | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1685 | 	if (dev_priv->flags & RADEON_IS_AGP) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1686 | 		drm_core_ioremap(dev_priv->cp_ring, dev); | 
 | 1687 | 		drm_core_ioremap(dev_priv->ring_rptr, dev); | 
 | 1688 | 		drm_core_ioremap(dev->agp_buffer_map, dev); | 
 | 1689 | 		if (!dev_priv->cp_ring->handle || | 
 | 1690 | 		    !dev_priv->ring_rptr->handle || | 
 | 1691 | 		    !dev->agp_buffer_map->handle) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1692 | 			DRM_ERROR("could not find ioremap agp regions!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1693 | 			radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1694 | 			return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1695 | 		} | 
 | 1696 | 	} else | 
 | 1697 | #endif | 
 | 1698 | 	{ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1699 | 		dev_priv->cp_ring->handle = (void *)dev_priv->cp_ring->offset; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1700 | 		dev_priv->ring_rptr->handle = | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1701 | 		    (void *)dev_priv->ring_rptr->offset; | 
 | 1702 | 		dev->agp_buffer_map->handle = | 
 | 1703 | 		    (void *)dev->agp_buffer_map->offset; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1704 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1705 | 		DRM_DEBUG("dev_priv->cp_ring->handle %p\n", | 
 | 1706 | 			  dev_priv->cp_ring->handle); | 
 | 1707 | 		DRM_DEBUG("dev_priv->ring_rptr->handle %p\n", | 
 | 1708 | 			  dev_priv->ring_rptr->handle); | 
 | 1709 | 		DRM_DEBUG("dev->agp_buffer_map->handle %p\n", | 
 | 1710 | 			  dev->agp_buffer_map->handle); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1711 | 	} | 
 | 1712 |  | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1713 | 	dev_priv->fb_location = (radeon_read_fb_location(dev_priv) & 0xffff) << 16; | 
| Dave Airlie | bc5f452 | 2007-11-05 12:50:58 +1000 | [diff] [blame] | 1714 | 	dev_priv->fb_size = | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1715 | 		((radeon_read_fb_location(dev_priv) & 0xffff0000u) + 0x10000) | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1716 | 		- dev_priv->fb_location; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1717 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1718 | 	dev_priv->front_pitch_offset = (((dev_priv->front_pitch / 64) << 22) | | 
 | 1719 | 					((dev_priv->front_offset | 
 | 1720 | 					  + dev_priv->fb_location) >> 10)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1721 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1722 | 	dev_priv->back_pitch_offset = (((dev_priv->back_pitch / 64) << 22) | | 
 | 1723 | 				       ((dev_priv->back_offset | 
 | 1724 | 					 + dev_priv->fb_location) >> 10)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1725 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1726 | 	dev_priv->depth_pitch_offset = (((dev_priv->depth_pitch / 64) << 22) | | 
 | 1727 | 					((dev_priv->depth_offset | 
 | 1728 | 					  + dev_priv->fb_location) >> 10)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1729 |  | 
 | 1730 | 	dev_priv->gart_size = init->gart_size; | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1731 |  | 
 | 1732 | 	/* New let's set the memory map ... */ | 
 | 1733 | 	if (dev_priv->new_memmap) { | 
 | 1734 | 		u32 base = 0; | 
 | 1735 |  | 
 | 1736 | 		DRM_INFO("Setting GART location based on new memory map\n"); | 
 | 1737 |  | 
 | 1738 | 		/* If using AGP, try to locate the AGP aperture at the same | 
 | 1739 | 		 * location in the card and on the bus, though we have to | 
 | 1740 | 		 * align it down. | 
 | 1741 | 		 */ | 
 | 1742 | #if __OS_HAS_AGP | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1743 | 		if (dev_priv->flags & RADEON_IS_AGP) { | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1744 | 			base = dev->agp->base; | 
 | 1745 | 			/* Check if valid */ | 
| Michel Dänzer | 80b2c38 | 2007-02-18 18:03:21 +1100 | [diff] [blame] | 1746 | 			if ((base + dev_priv->gart_size - 1) >= dev_priv->fb_location && | 
 | 1747 | 			    base < (dev_priv->fb_location + dev_priv->fb_size - 1)) { | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1748 | 				DRM_INFO("Can't use AGP base @0x%08lx, won't fit\n", | 
 | 1749 | 					 dev->agp->base); | 
 | 1750 | 				base = 0; | 
 | 1751 | 			} | 
 | 1752 | 		} | 
 | 1753 | #endif | 
 | 1754 | 		/* If not or if AGP is at 0 (Macs), try to put it elsewhere */ | 
 | 1755 | 		if (base == 0) { | 
 | 1756 | 			base = dev_priv->fb_location + dev_priv->fb_size; | 
| Michel Dänzer | 80b2c38 | 2007-02-18 18:03:21 +1100 | [diff] [blame] | 1757 | 			if (base < dev_priv->fb_location || | 
 | 1758 | 			    ((base + dev_priv->gart_size) & 0xfffffffful) < base) | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1759 | 				base = dev_priv->fb_location | 
 | 1760 | 					- dev_priv->gart_size; | 
| Dave Airlie | bc5f452 | 2007-11-05 12:50:58 +1000 | [diff] [blame] | 1761 | 		} | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1762 | 		dev_priv->gart_vm_start = base & 0xffc00000u; | 
 | 1763 | 		if (dev_priv->gart_vm_start != base) | 
 | 1764 | 			DRM_INFO("GART aligned down from 0x%08x to 0x%08x\n", | 
 | 1765 | 				 base, dev_priv->gart_vm_start); | 
 | 1766 | 	} else { | 
 | 1767 | 		DRM_INFO("Setting GART location based on old memory map\n"); | 
 | 1768 | 		dev_priv->gart_vm_start = dev_priv->fb_location + | 
 | 1769 | 			RADEON_READ(RADEON_CONFIG_APER_SIZE); | 
 | 1770 | 	} | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1771 |  | 
 | 1772 | #if __OS_HAS_AGP | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1773 | 	if (dev_priv->flags & RADEON_IS_AGP) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1774 | 		dev_priv->gart_buffers_offset = (dev->agp_buffer_map->offset | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1775 | 						 - dev->agp->base | 
 | 1776 | 						 + dev_priv->gart_vm_start); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1777 | 	else | 
 | 1778 | #endif | 
 | 1779 | 		dev_priv->gart_buffers_offset = (dev->agp_buffer_map->offset | 
| Ivan Kokshaysky | b0917bd | 2005-10-26 11:05:25 +0100 | [diff] [blame] | 1780 | 					- (unsigned long)dev->sg->virtual | 
 | 1781 | 					+ dev_priv->gart_vm_start); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1782 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1783 | 	DRM_DEBUG("dev_priv->gart_size %d\n", dev_priv->gart_size); | 
 | 1784 | 	DRM_DEBUG("dev_priv->gart_vm_start 0x%x\n", dev_priv->gart_vm_start); | 
 | 1785 | 	DRM_DEBUG("dev_priv->gart_buffers_offset 0x%lx\n", | 
 | 1786 | 		  dev_priv->gart_buffers_offset); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1787 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1788 | 	dev_priv->ring.start = (u32 *) dev_priv->cp_ring->handle; | 
 | 1789 | 	dev_priv->ring.end = ((u32 *) dev_priv->cp_ring->handle | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1790 | 			      + init->ring_size / sizeof(u32)); | 
 | 1791 | 	dev_priv->ring.size = init->ring_size; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1792 | 	dev_priv->ring.size_l2qw = drm_order(init->ring_size / 8); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1793 |  | 
| Roland Scheidegger | 576cc45 | 2008-02-07 14:59:24 +1000 | [diff] [blame] | 1794 | 	dev_priv->ring.rptr_update = /* init->rptr_update */ 4096; | 
 | 1795 | 	dev_priv->ring.rptr_update_l2qw = drm_order( /* init->rptr_update */ 4096 / 8); | 
 | 1796 |  | 
 | 1797 | 	dev_priv->ring.fetch_size = /* init->fetch_size */ 32; | 
 | 1798 | 	dev_priv->ring.fetch_size_l2ow = drm_order( /* init->fetch_size */ 32 / 16); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1799 | 	dev_priv->ring.tail_mask = (dev_priv->ring.size / sizeof(u32)) - 1; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1800 |  | 
 | 1801 | 	dev_priv->ring.high_mark = RADEON_RING_HIGH_MARK; | 
 | 1802 |  | 
 | 1803 | #if __OS_HAS_AGP | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1804 | 	if (dev_priv->flags & RADEON_IS_AGP) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1805 | 		/* Turn off PCI GART */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1806 | 		radeon_set_pcigart(dev_priv, 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1807 | 	} else | 
 | 1808 | #endif | 
 | 1809 | 	{ | 
| Dave Airlie | b05c238 | 2008-03-17 10:24:24 +1000 | [diff] [blame] | 1810 | 		dev_priv->gart_info.table_mask = DMA_BIT_MASK(32); | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1811 | 		/* if we have an offset set from userspace */ | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 1812 | 		if (dev_priv->pcigart_offset_set) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1813 | 			dev_priv->gart_info.bus_addr = | 
 | 1814 | 			    dev_priv->pcigart_offset + dev_priv->fb_location; | 
| Dave Airlie | f26c473 | 2006-01-02 17:18:39 +1100 | [diff] [blame] | 1815 | 			dev_priv->gart_info.mapping.offset = | 
| Dave Airlie | 7fc8686 | 2007-11-05 10:45:27 +1000 | [diff] [blame] | 1816 | 			    dev_priv->pcigart_offset + dev_priv->fb_aper_offset; | 
| Dave Airlie | f26c473 | 2006-01-02 17:18:39 +1100 | [diff] [blame] | 1817 | 			dev_priv->gart_info.mapping.size = | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 1818 | 			    dev_priv->gart_info.table_size; | 
| Dave Airlie | f26c473 | 2006-01-02 17:18:39 +1100 | [diff] [blame] | 1819 |  | 
 | 1820 | 			drm_core_ioremap(&dev_priv->gart_info.mapping, dev); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1821 | 			dev_priv->gart_info.addr = | 
| Dave Airlie | f26c473 | 2006-01-02 17:18:39 +1100 | [diff] [blame] | 1822 | 			    dev_priv->gart_info.mapping.handle; | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1823 |  | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 1824 | 			if (dev_priv->flags & RADEON_IS_PCIE) | 
 | 1825 | 				dev_priv->gart_info.gart_reg_if = DRM_ATI_GART_PCIE; | 
 | 1826 | 			else | 
 | 1827 | 				dev_priv->gart_info.gart_reg_if = DRM_ATI_GART_PCI; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1828 | 			dev_priv->gart_info.gart_table_location = | 
 | 1829 | 			    DRM_ATI_GART_FB; | 
 | 1830 |  | 
| Dave Airlie | f26c473 | 2006-01-02 17:18:39 +1100 | [diff] [blame] | 1831 | 			DRM_DEBUG("Setting phys_pci_gart to %p %08lX\n", | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1832 | 				  dev_priv->gart_info.addr, | 
 | 1833 | 				  dev_priv->pcigart_offset); | 
 | 1834 | 		} else { | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 1835 | 			if (dev_priv->flags & RADEON_IS_IGPGART) | 
 | 1836 | 				dev_priv->gart_info.gart_reg_if = DRM_ATI_GART_IGP; | 
 | 1837 | 			else | 
 | 1838 | 				dev_priv->gart_info.gart_reg_if = DRM_ATI_GART_PCI; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1839 | 			dev_priv->gart_info.gart_table_location = | 
 | 1840 | 			    DRM_ATI_GART_MAIN; | 
| Dave Airlie | f26c473 | 2006-01-02 17:18:39 +1100 | [diff] [blame] | 1841 | 			dev_priv->gart_info.addr = NULL; | 
 | 1842 | 			dev_priv->gart_info.bus_addr = 0; | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1843 | 			if (dev_priv->flags & RADEON_IS_PCIE) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1844 | 				DRM_ERROR | 
 | 1845 | 				    ("Cannot use PCI Express without GART in FB memory\n"); | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1846 | 				radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1847 | 				return -EINVAL; | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1848 | 			} | 
 | 1849 | 		} | 
 | 1850 |  | 
 | 1851 | 		if (!drm_ati_pcigart_init(dev, &dev_priv->gart_info)) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1852 | 			DRM_ERROR("failed to init PCI GART!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1853 | 			radeon_do_cleanup_cp(dev); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1854 | 			return -ENOMEM; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1855 | 		} | 
 | 1856 |  | 
 | 1857 | 		/* Turn on PCI GART */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1858 | 		radeon_set_pcigart(dev_priv, 1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1859 | 	} | 
 | 1860 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1861 | 	radeon_cp_load_microcode(dev_priv); | 
 | 1862 | 	radeon_cp_init_ring_buffer(dev, dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1863 |  | 
 | 1864 | 	dev_priv->last_buf = 0; | 
 | 1865 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1866 | 	radeon_do_engine_reset(dev); | 
| Dave Airlie | d5ea702 | 2006-03-19 19:37:55 +1100 | [diff] [blame] | 1867 | 	radeon_test_writeback(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1868 |  | 
 | 1869 | 	return 0; | 
 | 1870 | } | 
 | 1871 |  | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 1872 | static int radeon_do_cleanup_cp(struct drm_device * dev) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1873 | { | 
 | 1874 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1875 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1876 |  | 
 | 1877 | 	/* Make sure interrupts are disabled here because the uninstall ioctl | 
 | 1878 | 	 * may not have been called from userspace and after dev_private | 
 | 1879 | 	 * is freed, it's too late. | 
 | 1880 | 	 */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1881 | 	if (dev->irq_enabled) | 
 | 1882 | 		drm_irq_uninstall(dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1883 |  | 
 | 1884 | #if __OS_HAS_AGP | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1885 | 	if (dev_priv->flags & RADEON_IS_AGP) { | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1886 | 		if (dev_priv->cp_ring != NULL) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1887 | 			drm_core_ioremapfree(dev_priv->cp_ring, dev); | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1888 | 			dev_priv->cp_ring = NULL; | 
 | 1889 | 		} | 
 | 1890 | 		if (dev_priv->ring_rptr != NULL) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1891 | 			drm_core_ioremapfree(dev_priv->ring_rptr, dev); | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1892 | 			dev_priv->ring_rptr = NULL; | 
 | 1893 | 		} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1894 | 		if (dev->agp_buffer_map != NULL) { | 
 | 1895 | 			drm_core_ioremapfree(dev->agp_buffer_map, dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1896 | 			dev->agp_buffer_map = NULL; | 
 | 1897 | 		} | 
 | 1898 | 	} else | 
 | 1899 | #endif | 
 | 1900 | 	{ | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1901 |  | 
 | 1902 | 		if (dev_priv->gart_info.bus_addr) { | 
 | 1903 | 			/* Turn off PCI GART */ | 
 | 1904 | 			radeon_set_pcigart(dev_priv, 0); | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1905 | 			if (!drm_ati_pcigart_cleanup(dev, &dev_priv->gart_info)) | 
 | 1906 | 				DRM_ERROR("failed to cleanup PCI GART!\n"); | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1907 | 		} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1908 |  | 
| Dave Airlie | d985c10 | 2006-01-02 21:32:48 +1100 | [diff] [blame] | 1909 | 		if (dev_priv->gart_info.gart_table_location == DRM_ATI_GART_FB) | 
 | 1910 | 		{ | 
| Dave Airlie | f26c473 | 2006-01-02 17:18:39 +1100 | [diff] [blame] | 1911 | 			drm_core_ioremapfree(&dev_priv->gart_info.mapping, dev); | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 1912 | 			dev_priv->gart_info.addr = 0; | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 1913 | 		} | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1914 | 	} | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1915 | 	/* only clear to the start of flags */ | 
 | 1916 | 	memset(dev_priv, 0, offsetof(drm_radeon_private_t, flags)); | 
 | 1917 |  | 
 | 1918 | 	return 0; | 
 | 1919 | } | 
 | 1920 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1921 | /* This code will reinit the Radeon CP hardware after a resume from disc. | 
 | 1922 |  * AFAIK, it would be very difficult to pickle the state at suspend time, so | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1923 |  * here we make sure that all Radeon hardware initialisation is re-done without | 
 | 1924 |  * affecting running applications. | 
 | 1925 |  * | 
 | 1926 |  * Charl P. Botha <http://cpbotha.net> | 
 | 1927 |  */ | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 1928 | static int radeon_do_resume_cp(struct drm_device * dev) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1929 | { | 
 | 1930 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 1931 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1932 | 	if (!dev_priv) { | 
 | 1933 | 		DRM_ERROR("Called with no initialization\n"); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1934 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1935 | 	} | 
 | 1936 |  | 
 | 1937 | 	DRM_DEBUG("Starting radeon_do_resume_cp()\n"); | 
 | 1938 |  | 
 | 1939 | #if __OS_HAS_AGP | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 1940 | 	if (dev_priv->flags & RADEON_IS_AGP) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1941 | 		/* Turn off PCI GART */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1942 | 		radeon_set_pcigart(dev_priv, 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1943 | 	} else | 
 | 1944 | #endif | 
 | 1945 | 	{ | 
 | 1946 | 		/* Turn on PCI GART */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1947 | 		radeon_set_pcigart(dev_priv, 1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1948 | 	} | 
 | 1949 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1950 | 	radeon_cp_load_microcode(dev_priv); | 
 | 1951 | 	radeon_cp_init_ring_buffer(dev, dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1952 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1953 | 	radeon_do_engine_reset(dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1954 |  | 
 | 1955 | 	DRM_DEBUG("radeon_do_resume_cp() complete\n"); | 
 | 1956 |  | 
 | 1957 | 	return 0; | 
 | 1958 | } | 
 | 1959 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 1960 | int radeon_cp_init(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1961 | { | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 1962 | 	drm_radeon_init_t *init = data; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1963 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 1964 | 	LOCK_TEST_WITH_RETURN(dev, file_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1965 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 1966 | 	if (init->func == RADEON_INIT_R300_CP) | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 1967 | 		r300_init_reg_flags(dev); | 
| Dave Airlie | 414ed53 | 2005-08-16 20:43:16 +1000 | [diff] [blame] | 1968 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 1969 | 	switch (init->func) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1970 | 	case RADEON_INIT_CP: | 
 | 1971 | 	case RADEON_INIT_R200_CP: | 
 | 1972 | 	case RADEON_INIT_R300_CP: | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 1973 | 		return radeon_do_init_cp(dev, init); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1974 | 	case RADEON_CLEANUP_CP: | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1975 | 		return radeon_do_cleanup_cp(dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1976 | 	} | 
 | 1977 |  | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 1978 | 	return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1979 | } | 
 | 1980 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 1981 | int radeon_cp_start(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1982 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1983 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1984 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1985 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 1986 | 	LOCK_TEST_WITH_RETURN(dev, file_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1987 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1988 | 	if (dev_priv->cp_running) { | 
| Márton Németh | 3e684ea | 2008-01-24 15:58:57 +1000 | [diff] [blame] | 1989 | 		DRM_DEBUG("while CP running\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1990 | 		return 0; | 
 | 1991 | 	} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1992 | 	if (dev_priv->cp_mode == RADEON_CSQ_PRIDIS_INDDIS) { | 
| Márton Németh | 3e684ea | 2008-01-24 15:58:57 +1000 | [diff] [blame] | 1993 | 		DRM_DEBUG("called with bogus CP mode (%d)\n", | 
 | 1994 | 			  dev_priv->cp_mode); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1995 | 		return 0; | 
 | 1996 | 	} | 
 | 1997 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 1998 | 	radeon_do_cp_start(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1999 |  | 
 | 2000 | 	return 0; | 
 | 2001 | } | 
 | 2002 |  | 
 | 2003 | /* Stop the CP.  The engine must have been idled before calling this | 
 | 2004 |  * routine. | 
 | 2005 |  */ | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2006 | int radeon_cp_stop(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2007 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2008 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2009 | 	drm_radeon_cp_stop_t *stop = data; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2010 | 	int ret; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2011 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2012 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2013 | 	LOCK_TEST_WITH_RETURN(dev, file_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2014 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2015 | 	if (!dev_priv->cp_running) | 
 | 2016 | 		return 0; | 
 | 2017 |  | 
 | 2018 | 	/* Flush any pending CP commands.  This ensures any outstanding | 
 | 2019 | 	 * commands are exectuted by the engine before we turn it off. | 
 | 2020 | 	 */ | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2021 | 	if (stop->flush) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2022 | 		radeon_do_cp_flush(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2023 | 	} | 
 | 2024 |  | 
 | 2025 | 	/* If we fail to make the engine go idle, we return an error | 
 | 2026 | 	 * code so that the DRM ioctl wrapper can try again. | 
 | 2027 | 	 */ | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2028 | 	if (stop->idle) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2029 | 		ret = radeon_do_cp_idle(dev_priv); | 
 | 2030 | 		if (ret) | 
 | 2031 | 			return ret; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2032 | 	} | 
 | 2033 |  | 
 | 2034 | 	/* Finally, we can turn off the CP.  If the engine isn't idle, | 
 | 2035 | 	 * we will get some dropped triangles as they won't be fully | 
 | 2036 | 	 * rendered before the CP is shut down. | 
 | 2037 | 	 */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2038 | 	radeon_do_cp_stop(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2039 |  | 
 | 2040 | 	/* Reset the engine */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2041 | 	radeon_do_engine_reset(dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2042 |  | 
 | 2043 | 	return 0; | 
 | 2044 | } | 
 | 2045 |  | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 2046 | void radeon_do_release(struct drm_device * dev) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2047 | { | 
 | 2048 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 2049 | 	int i, ret; | 
 | 2050 |  | 
 | 2051 | 	if (dev_priv) { | 
 | 2052 | 		if (dev_priv->cp_running) { | 
 | 2053 | 			/* Stop the cp */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2054 | 			while ((ret = radeon_do_cp_idle(dev_priv)) != 0) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2055 | 				DRM_DEBUG("radeon_do_cp_idle %d\n", ret); | 
 | 2056 | #ifdef __linux__ | 
 | 2057 | 				schedule(); | 
 | 2058 | #else | 
 | 2059 | 				tsleep(&ret, PZERO, "rdnrel", 1); | 
 | 2060 | #endif | 
 | 2061 | 			} | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2062 | 			radeon_do_cp_stop(dev_priv); | 
 | 2063 | 			radeon_do_engine_reset(dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2064 | 		} | 
 | 2065 |  | 
 | 2066 | 		/* Disable *all* interrupts */ | 
 | 2067 | 		if (dev_priv->mmio)	/* remove this after permanent addmaps */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2068 | 			RADEON_WRITE(RADEON_GEN_INT_CNTL, 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2069 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2070 | 		if (dev_priv->mmio) {	/* remove all surfaces */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2071 | 			for (i = 0; i < RADEON_MAX_SURFACES; i++) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2072 | 				RADEON_WRITE(RADEON_SURFACE0_INFO + 16 * i, 0); | 
 | 2073 | 				RADEON_WRITE(RADEON_SURFACE0_LOWER_BOUND + | 
 | 2074 | 					     16 * i, 0); | 
 | 2075 | 				RADEON_WRITE(RADEON_SURFACE0_UPPER_BOUND + | 
 | 2076 | 					     16 * i, 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2077 | 			} | 
 | 2078 | 		} | 
 | 2079 |  | 
 | 2080 | 		/* Free memory heap structures */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2081 | 		radeon_mem_takedown(&(dev_priv->gart_heap)); | 
 | 2082 | 		radeon_mem_takedown(&(dev_priv->fb_heap)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2083 |  | 
 | 2084 | 		/* deallocate kernel resources */ | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2085 | 		radeon_do_cleanup_cp(dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2086 | 	} | 
 | 2087 | } | 
 | 2088 |  | 
 | 2089 | /* Just reset the CP ring.  Called as part of an X Server engine reset. | 
 | 2090 |  */ | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2091 | int radeon_cp_reset(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2092 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2093 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2094 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2095 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2096 | 	LOCK_TEST_WITH_RETURN(dev, file_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2097 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2098 | 	if (!dev_priv) { | 
| Márton Németh | 3e684ea | 2008-01-24 15:58:57 +1000 | [diff] [blame] | 2099 | 		DRM_DEBUG("called before init done\n"); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 2100 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2101 | 	} | 
 | 2102 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2103 | 	radeon_do_cp_reset(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2104 |  | 
 | 2105 | 	/* The CP is no longer running after an engine reset */ | 
 | 2106 | 	dev_priv->cp_running = 0; | 
 | 2107 |  | 
 | 2108 | 	return 0; | 
 | 2109 | } | 
 | 2110 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2111 | int radeon_cp_idle(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2112 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2113 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2114 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2115 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2116 | 	LOCK_TEST_WITH_RETURN(dev, file_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2117 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2118 | 	return radeon_do_cp_idle(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2119 | } | 
 | 2120 |  | 
 | 2121 | /* Added by Charl P. Botha to call radeon_do_resume_cp(). | 
 | 2122 |  */ | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2123 | int radeon_cp_resume(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2124 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2125 |  | 
 | 2126 | 	return radeon_do_resume_cp(dev); | 
 | 2127 | } | 
 | 2128 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2129 | int radeon_engine_reset(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2130 | { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2131 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2132 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2133 | 	LOCK_TEST_WITH_RETURN(dev, file_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2134 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2135 | 	return radeon_do_engine_reset(dev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2136 | } | 
 | 2137 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2138 | /* ================================================================ | 
 | 2139 |  * Fullscreen mode | 
 | 2140 |  */ | 
 | 2141 |  | 
 | 2142 | /* KW: Deprecated to say the least: | 
 | 2143 |  */ | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2144 | int radeon_fullscreen(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2145 | { | 
 | 2146 | 	return 0; | 
 | 2147 | } | 
 | 2148 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2149 | /* ================================================================ | 
 | 2150 |  * Freelist management | 
 | 2151 |  */ | 
 | 2152 |  | 
 | 2153 | /* Original comment: FIXME: ROTATE_BUFS is a hack to cycle through | 
 | 2154 |  *   bufs until freelist code is used.  Note this hides a problem with | 
 | 2155 |  *   the scratch register * (used to keep track of last buffer | 
 | 2156 |  *   completed) being written to before * the last buffer has actually | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2157 |  *   completed rendering. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2158 |  * | 
 | 2159 |  * KW:  It's also a good way to find free buffers quickly. | 
 | 2160 |  * | 
 | 2161 |  * KW: Ideally this loop wouldn't exist, and freelist_get wouldn't | 
 | 2162 |  * sleep.  However, bugs in older versions of radeon_accel.c mean that | 
 | 2163 |  * we essentially have to do this, else old clients will break. | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2164 |  * | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2165 |  * However, it does leave open a potential deadlock where all the | 
 | 2166 |  * buffers are held by other clients, which can't release them because | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2167 |  * they can't get the lock. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2168 |  */ | 
 | 2169 |  | 
| Dave Airlie | 056219e | 2007-07-11 16:17:42 +1000 | [diff] [blame] | 2170 | struct drm_buf *radeon_freelist_get(struct drm_device * dev) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2171 | { | 
| Dave Airlie | cdd55a2 | 2007-07-11 16:32:08 +1000 | [diff] [blame] | 2172 | 	struct drm_device_dma *dma = dev->dma; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2173 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 2174 | 	drm_radeon_buf_priv_t *buf_priv; | 
| Dave Airlie | 056219e | 2007-07-11 16:17:42 +1000 | [diff] [blame] | 2175 | 	struct drm_buf *buf; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2176 | 	int i, t; | 
 | 2177 | 	int start; | 
 | 2178 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2179 | 	if (++dev_priv->last_buf >= dma->buf_count) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2180 | 		dev_priv->last_buf = 0; | 
 | 2181 |  | 
 | 2182 | 	start = dev_priv->last_buf; | 
 | 2183 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2184 | 	for (t = 0; t < dev_priv->usec_timeout; t++) { | 
 | 2185 | 		u32 done_age = GET_SCRATCH(1); | 
 | 2186 | 		DRM_DEBUG("done_age = %d\n", done_age); | 
 | 2187 | 		for (i = start; i < dma->buf_count; i++) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2188 | 			buf = dma->buflist[i]; | 
 | 2189 | 			buf_priv = buf->dev_private; | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2190 | 			if (buf->file_priv == NULL || (buf->pending && | 
 | 2191 | 						       buf_priv->age <= | 
 | 2192 | 						       done_age)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2193 | 				dev_priv->stats.requested_bufs++; | 
 | 2194 | 				buf->pending = 0; | 
 | 2195 | 				return buf; | 
 | 2196 | 			} | 
 | 2197 | 			start = 0; | 
 | 2198 | 		} | 
 | 2199 |  | 
 | 2200 | 		if (t) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2201 | 			DRM_UDELAY(1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2202 | 			dev_priv->stats.freelist_loops++; | 
 | 2203 | 		} | 
 | 2204 | 	} | 
 | 2205 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2206 | 	DRM_DEBUG("returning NULL!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2207 | 	return NULL; | 
 | 2208 | } | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2209 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2210 | #if 0 | 
| Dave Airlie | 056219e | 2007-07-11 16:17:42 +1000 | [diff] [blame] | 2211 | struct drm_buf *radeon_freelist_get(struct drm_device * dev) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2212 | { | 
| Dave Airlie | cdd55a2 | 2007-07-11 16:32:08 +1000 | [diff] [blame] | 2213 | 	struct drm_device_dma *dma = dev->dma; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2214 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 2215 | 	drm_radeon_buf_priv_t *buf_priv; | 
| Dave Airlie | 056219e | 2007-07-11 16:17:42 +1000 | [diff] [blame] | 2216 | 	struct drm_buf *buf; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2217 | 	int i, t; | 
 | 2218 | 	int start; | 
 | 2219 | 	u32 done_age = DRM_READ32(dev_priv->ring_rptr, RADEON_SCRATCHOFF(1)); | 
 | 2220 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2221 | 	if (++dev_priv->last_buf >= dma->buf_count) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2222 | 		dev_priv->last_buf = 0; | 
 | 2223 |  | 
 | 2224 | 	start = dev_priv->last_buf; | 
 | 2225 | 	dev_priv->stats.freelist_loops++; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2226 |  | 
 | 2227 | 	for (t = 0; t < 2; t++) { | 
 | 2228 | 		for (i = start; i < dma->buf_count; i++) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2229 | 			buf = dma->buflist[i]; | 
 | 2230 | 			buf_priv = buf->dev_private; | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2231 | 			if (buf->file_priv == 0 || (buf->pending && | 
 | 2232 | 						    buf_priv->age <= | 
 | 2233 | 						    done_age)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2234 | 				dev_priv->stats.requested_bufs++; | 
 | 2235 | 				buf->pending = 0; | 
 | 2236 | 				return buf; | 
 | 2237 | 			} | 
 | 2238 | 		} | 
 | 2239 | 		start = 0; | 
 | 2240 | 	} | 
 | 2241 |  | 
 | 2242 | 	return NULL; | 
 | 2243 | } | 
 | 2244 | #endif | 
 | 2245 |  | 
| Dave Airlie | 84b1fd1 | 2007-07-11 15:53:27 +1000 | [diff] [blame] | 2246 | void radeon_freelist_reset(struct drm_device * dev) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2247 | { | 
| Dave Airlie | cdd55a2 | 2007-07-11 16:32:08 +1000 | [diff] [blame] | 2248 | 	struct drm_device_dma *dma = dev->dma; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2249 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 2250 | 	int i; | 
 | 2251 |  | 
 | 2252 | 	dev_priv->last_buf = 0; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2253 | 	for (i = 0; i < dma->buf_count; i++) { | 
| Dave Airlie | 056219e | 2007-07-11 16:17:42 +1000 | [diff] [blame] | 2254 | 		struct drm_buf *buf = dma->buflist[i]; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2255 | 		drm_radeon_buf_priv_t *buf_priv = buf->dev_private; | 
 | 2256 | 		buf_priv->age = 0; | 
 | 2257 | 	} | 
 | 2258 | } | 
 | 2259 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2260 | /* ================================================================ | 
 | 2261 |  * CP command submission | 
 | 2262 |  */ | 
 | 2263 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2264 | int radeon_wait_ring(drm_radeon_private_t * dev_priv, int n) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2265 | { | 
 | 2266 | 	drm_radeon_ring_buffer_t *ring = &dev_priv->ring; | 
 | 2267 | 	int i; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2268 | 	u32 last_head = GET_RING_HEAD(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2269 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2270 | 	for (i = 0; i < dev_priv->usec_timeout; i++) { | 
 | 2271 | 		u32 head = GET_RING_HEAD(dev_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2272 |  | 
 | 2273 | 		ring->space = (head - ring->tail) * sizeof(u32); | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2274 | 		if (ring->space <= 0) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2275 | 			ring->space += ring->size; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2276 | 		if (ring->space > n) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2277 | 			return 0; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2278 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2279 | 		dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; | 
 | 2280 |  | 
 | 2281 | 		if (head != last_head) | 
 | 2282 | 			i = 0; | 
 | 2283 | 		last_head = head; | 
 | 2284 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2285 | 		DRM_UDELAY(1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2286 | 	} | 
 | 2287 |  | 
 | 2288 | 	/* FIXME: This return value is ignored in the BEGIN_RING macro! */ | 
 | 2289 | #if RADEON_FIFO_DEBUG | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2290 | 	radeon_status(dev_priv); | 
 | 2291 | 	DRM_ERROR("failed!\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2292 | #endif | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 2293 | 	return -EBUSY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2294 | } | 
 | 2295 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2296 | static int radeon_cp_get_buffers(struct drm_device *dev, | 
 | 2297 | 				 struct drm_file *file_priv, | 
| Dave Airlie | c60ce62 | 2007-07-11 15:27:12 +1000 | [diff] [blame] | 2298 | 				 struct drm_dma * d) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2299 | { | 
 | 2300 | 	int i; | 
| Dave Airlie | 056219e | 2007-07-11 16:17:42 +1000 | [diff] [blame] | 2301 | 	struct drm_buf *buf; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2302 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2303 | 	for (i = d->granted_count; i < d->request_count; i++) { | 
 | 2304 | 		buf = radeon_freelist_get(dev); | 
 | 2305 | 		if (!buf) | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 2306 | 			return -EBUSY;	/* NOTE: broken client */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2307 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2308 | 		buf->file_priv = file_priv; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2309 |  | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2310 | 		if (DRM_COPY_TO_USER(&d->request_indices[i], &buf->idx, | 
 | 2311 | 				     sizeof(buf->idx))) | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 2312 | 			return -EFAULT; | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2313 | 		if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total, | 
 | 2314 | 				     sizeof(buf->total))) | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 2315 | 			return -EFAULT; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2316 |  | 
 | 2317 | 		d->granted_count++; | 
 | 2318 | 	} | 
 | 2319 | 	return 0; | 
 | 2320 | } | 
 | 2321 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2322 | int radeon_cp_buffers(struct drm_device *dev, void *data, struct drm_file *file_priv) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2323 | { | 
| Dave Airlie | cdd55a2 | 2007-07-11 16:32:08 +1000 | [diff] [blame] | 2324 | 	struct drm_device_dma *dma = dev->dma; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2325 | 	int ret = 0; | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2326 | 	struct drm_dma *d = data; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2327 |  | 
| Eric Anholt | 6c340ea | 2007-08-25 20:23:09 +1000 | [diff] [blame] | 2328 | 	LOCK_TEST_WITH_RETURN(dev, file_priv); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2329 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2330 | 	/* Please don't send us buffers. | 
 | 2331 | 	 */ | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2332 | 	if (d->send_count != 0) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2333 | 		DRM_ERROR("Process %d trying to send %d buffers via drmDMA\n", | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2334 | 			  DRM_CURRENTPID, d->send_count); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 2335 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2336 | 	} | 
 | 2337 |  | 
 | 2338 | 	/* We'll send you buffers. | 
 | 2339 | 	 */ | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2340 | 	if (d->request_count < 0 || d->request_count > dma->buf_count) { | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2341 | 		DRM_ERROR("Process %d trying to get %d buffers (of %d max)\n", | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2342 | 			  DRM_CURRENTPID, d->request_count, dma->buf_count); | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 2343 | 		return -EINVAL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2344 | 	} | 
 | 2345 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2346 | 	d->granted_count = 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2347 |  | 
| Eric Anholt | c153f45 | 2007-09-03 12:06:45 +1000 | [diff] [blame] | 2348 | 	if (d->request_count) { | 
 | 2349 | 		ret = radeon_cp_get_buffers(dev, file_priv, d); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2350 | 	} | 
 | 2351 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2352 | 	return ret; | 
 | 2353 | } | 
 | 2354 |  | 
| Dave Airlie | 22eae94 | 2005-11-10 22:16:34 +1100 | [diff] [blame] | 2355 | int radeon_driver_load(struct drm_device *dev, unsigned long flags) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2356 | { | 
 | 2357 | 	drm_radeon_private_t *dev_priv; | 
 | 2358 | 	int ret = 0; | 
 | 2359 |  | 
 | 2360 | 	dev_priv = drm_alloc(sizeof(drm_radeon_private_t), DRM_MEM_DRIVER); | 
 | 2361 | 	if (dev_priv == NULL) | 
| Eric Anholt | 20caafa | 2007-08-25 19:22:43 +1000 | [diff] [blame] | 2362 | 		return -ENOMEM; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2363 |  | 
 | 2364 | 	memset(dev_priv, 0, sizeof(drm_radeon_private_t)); | 
 | 2365 | 	dev->dev_private = (void *)dev_priv; | 
 | 2366 | 	dev_priv->flags = flags; | 
 | 2367 |  | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 2368 | 	switch (flags & RADEON_FAMILY_MASK) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2369 | 	case CHIP_R100: | 
 | 2370 | 	case CHIP_RV200: | 
 | 2371 | 	case CHIP_R200: | 
 | 2372 | 	case CHIP_R300: | 
| Dave Airlie | b15ec36 | 2006-08-19 17:43:52 +1000 | [diff] [blame] | 2373 | 	case CHIP_R350: | 
| Dave Airlie | 414ed53 | 2005-08-16 20:43:16 +1000 | [diff] [blame] | 2374 | 	case CHIP_R420: | 
| Dave Airlie | b15ec36 | 2006-08-19 17:43:52 +1000 | [diff] [blame] | 2375 | 	case CHIP_RV410: | 
| Dave Airlie | 3d5e2c1 | 2008-02-07 15:01:05 +1000 | [diff] [blame] | 2376 | 	case CHIP_RV515: | 
 | 2377 | 	case CHIP_R520: | 
 | 2378 | 	case CHIP_RV570: | 
 | 2379 | 	case CHIP_R580: | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 2380 | 		dev_priv->flags |= RADEON_HAS_HIERZ; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2381 | 		break; | 
 | 2382 | 	default: | 
| Dave Airlie | b5e89ed | 2005-09-25 14:28:13 +1000 | [diff] [blame] | 2383 | 		/* all other chips have no hierarchical z buffer */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2384 | 		break; | 
 | 2385 | 	} | 
| Dave Airlie | 414ed53 | 2005-08-16 20:43:16 +1000 | [diff] [blame] | 2386 |  | 
 | 2387 | 	if (drm_device_is_agp(dev)) | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 2388 | 		dev_priv->flags |= RADEON_IS_AGP; | 
| Dave Airlie | b15ec36 | 2006-08-19 17:43:52 +1000 | [diff] [blame] | 2389 | 	else if (drm_device_is_pcie(dev)) | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 2390 | 		dev_priv->flags |= RADEON_IS_PCIE; | 
| Dave Airlie | b15ec36 | 2006-08-19 17:43:52 +1000 | [diff] [blame] | 2391 | 	else | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 2392 | 		dev_priv->flags |= RADEON_IS_PCI; | 
| Dave Airlie | ea98a92 | 2005-09-11 20:28:11 +1000 | [diff] [blame] | 2393 |  | 
| Dave Airlie | 414ed53 | 2005-08-16 20:43:16 +1000 | [diff] [blame] | 2394 | 	DRM_DEBUG("%s card detected\n", | 
| Dave Airlie | 54a56ac | 2006-09-22 04:25:09 +1000 | [diff] [blame] | 2395 | 		  ((dev_priv->flags & RADEON_IS_AGP) ? "AGP" : (((dev_priv->flags & RADEON_IS_PCIE) ? "PCIE" : "PCI")))); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2396 | 	return ret; | 
 | 2397 | } | 
 | 2398 |  | 
| Dave Airlie | 22eae94 | 2005-11-10 22:16:34 +1100 | [diff] [blame] | 2399 | /* Create mappings for registers and framebuffer so userland doesn't necessarily | 
 | 2400 |  * have to find them. | 
 | 2401 |  */ | 
 | 2402 | int radeon_driver_firstopen(struct drm_device *dev) | 
| Dave Airlie | 836cf04 | 2005-07-10 19:27:04 +1000 | [diff] [blame] | 2403 | { | 
 | 2404 | 	int ret; | 
 | 2405 | 	drm_local_map_t *map; | 
 | 2406 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 2407 |  | 
| Dave Airlie | f2b04cd | 2007-05-08 15:19:23 +1000 | [diff] [blame] | 2408 | 	dev_priv->gart_info.table_size = RADEON_PCIGART_TABLE_SIZE; | 
 | 2409 |  | 
| Dave Airlie | 836cf04 | 2005-07-10 19:27:04 +1000 | [diff] [blame] | 2410 | 	ret = drm_addmap(dev, drm_get_resource_start(dev, 2), | 
 | 2411 | 			 drm_get_resource_len(dev, 2), _DRM_REGISTERS, | 
 | 2412 | 			 _DRM_READ_ONLY, &dev_priv->mmio); | 
 | 2413 | 	if (ret != 0) | 
 | 2414 | 		return ret; | 
 | 2415 |  | 
| Dave Airlie | 7fc8686 | 2007-11-05 10:45:27 +1000 | [diff] [blame] | 2416 | 	dev_priv->fb_aper_offset = drm_get_resource_start(dev, 0); | 
 | 2417 | 	ret = drm_addmap(dev, dev_priv->fb_aper_offset, | 
| Dave Airlie | 836cf04 | 2005-07-10 19:27:04 +1000 | [diff] [blame] | 2418 | 			 drm_get_resource_len(dev, 0), _DRM_FRAME_BUFFER, | 
 | 2419 | 			 _DRM_WRITE_COMBINING, &map); | 
 | 2420 | 	if (ret != 0) | 
 | 2421 | 		return ret; | 
 | 2422 |  | 
 | 2423 | 	return 0; | 
 | 2424 | } | 
 | 2425 |  | 
| Dave Airlie | 22eae94 | 2005-11-10 22:16:34 +1100 | [diff] [blame] | 2426 | int radeon_driver_unload(struct drm_device *dev) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2427 | { | 
 | 2428 | 	drm_radeon_private_t *dev_priv = dev->dev_private; | 
 | 2429 |  | 
 | 2430 | 	DRM_DEBUG("\n"); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2431 | 	drm_free(dev_priv, sizeof(*dev_priv), DRM_MEM_DRIVER); | 
 | 2432 |  | 
 | 2433 | 	dev->dev_private = NULL; | 
 | 2434 | 	return 0; | 
 | 2435 | } |