Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2010 Advanced Micro Devices, Inc. |
| 3 | * |
| 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 5 | * copy of this software and associated documentation files (the "Software"), |
| 6 | * to deal in the Software without restriction, including without limitation |
| 7 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 8 | * and/or sell copies of the Software, and to permit persons to whom the |
| 9 | * Software is furnished to do so, subject to the following conditions: |
| 10 | * |
| 11 | * The above copyright notice and this permission notice shall be included in |
| 12 | * all copies or substantial portions of the Software. |
| 13 | * |
| 14 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 15 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 16 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 17 | * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR |
| 18 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
| 19 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 20 | * OTHER DEALINGS IN THE SOFTWARE. |
| 21 | * |
| 22 | * Authors: Alex Deucher |
| 23 | */ |
| 24 | #include <linux/firmware.h> |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 25 | #include <linux/slab.h> |
Paul Gortmaker | e0cd360 | 2011-08-30 11:04:30 -0400 | [diff] [blame] | 26 | #include <linux/module.h> |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 27 | #include <drm/drmP.h> |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 28 | #include "radeon.h" |
| 29 | #include "radeon_asic.h" |
Slava Grigorev | bfc1f97 | 2014-12-22 17:26:51 -0500 | [diff] [blame] | 30 | #include "radeon_audio.h" |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 31 | #include <drm/radeon_drm.h> |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 32 | #include "nid.h" |
| 33 | #include "atom.h" |
| 34 | #include "ni_reg.h" |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 35 | #include "cayman_blit_shaders.h" |
Alex Deucher | 138e4e1 | 2013-01-11 15:33:13 -0500 | [diff] [blame] | 36 | #include "radeon_ucode.h" |
Alex Deucher | 2948f5e | 2013-04-12 13:52:52 -0400 | [diff] [blame] | 37 | #include "clearstate_cayman.h" |
| 38 | |
Alex Deucher | 1fd1177 | 2013-04-17 17:53:50 -0400 | [diff] [blame] | 39 | static const u32 tn_rlc_save_restore_register_list[] = |
Alex Deucher | 2948f5e | 2013-04-12 13:52:52 -0400 | [diff] [blame] | 40 | { |
| 41 | 0x98fc, |
| 42 | 0x98f0, |
| 43 | 0x9834, |
| 44 | 0x9838, |
| 45 | 0x9870, |
| 46 | 0x9874, |
| 47 | 0x8a14, |
| 48 | 0x8b24, |
| 49 | 0x8bcc, |
| 50 | 0x8b10, |
| 51 | 0x8c30, |
| 52 | 0x8d00, |
| 53 | 0x8d04, |
| 54 | 0x8c00, |
| 55 | 0x8c04, |
| 56 | 0x8c10, |
| 57 | 0x8c14, |
| 58 | 0x8d8c, |
| 59 | 0x8cf0, |
| 60 | 0x8e38, |
| 61 | 0x9508, |
| 62 | 0x9688, |
| 63 | 0x9608, |
| 64 | 0x960c, |
| 65 | 0x9610, |
| 66 | 0x9614, |
| 67 | 0x88c4, |
| 68 | 0x8978, |
| 69 | 0x88d4, |
| 70 | 0x900c, |
| 71 | 0x9100, |
| 72 | 0x913c, |
| 73 | 0x90e8, |
| 74 | 0x9354, |
| 75 | 0xa008, |
| 76 | 0x98f8, |
| 77 | 0x9148, |
| 78 | 0x914c, |
| 79 | 0x3f94, |
| 80 | 0x98f4, |
| 81 | 0x9b7c, |
| 82 | 0x3f8c, |
| 83 | 0x8950, |
| 84 | 0x8954, |
| 85 | 0x8a18, |
| 86 | 0x8b28, |
| 87 | 0x9144, |
| 88 | 0x3f90, |
| 89 | 0x915c, |
| 90 | 0x9160, |
| 91 | 0x9178, |
| 92 | 0x917c, |
| 93 | 0x9180, |
| 94 | 0x918c, |
| 95 | 0x9190, |
| 96 | 0x9194, |
| 97 | 0x9198, |
| 98 | 0x919c, |
| 99 | 0x91a8, |
| 100 | 0x91ac, |
| 101 | 0x91b0, |
| 102 | 0x91b4, |
| 103 | 0x91b8, |
| 104 | 0x91c4, |
| 105 | 0x91c8, |
| 106 | 0x91cc, |
| 107 | 0x91d0, |
| 108 | 0x91d4, |
| 109 | 0x91e0, |
| 110 | 0x91e4, |
| 111 | 0x91ec, |
| 112 | 0x91f0, |
| 113 | 0x91f4, |
| 114 | 0x9200, |
| 115 | 0x9204, |
| 116 | 0x929c, |
| 117 | 0x8030, |
| 118 | 0x9150, |
| 119 | 0x9a60, |
| 120 | 0x920c, |
| 121 | 0x9210, |
| 122 | 0x9228, |
| 123 | 0x922c, |
| 124 | 0x9244, |
| 125 | 0x9248, |
| 126 | 0x91e8, |
| 127 | 0x9294, |
| 128 | 0x9208, |
| 129 | 0x9224, |
| 130 | 0x9240, |
| 131 | 0x9220, |
| 132 | 0x923c, |
| 133 | 0x9258, |
| 134 | 0x9744, |
| 135 | 0xa200, |
| 136 | 0xa204, |
| 137 | 0xa208, |
| 138 | 0xa20c, |
| 139 | 0x8d58, |
| 140 | 0x9030, |
| 141 | 0x9034, |
| 142 | 0x9038, |
| 143 | 0x903c, |
| 144 | 0x9040, |
| 145 | 0x9654, |
| 146 | 0x897c, |
| 147 | 0xa210, |
| 148 | 0xa214, |
| 149 | 0x9868, |
| 150 | 0xa02c, |
| 151 | 0x9664, |
| 152 | 0x9698, |
| 153 | 0x949c, |
| 154 | 0x8e10, |
| 155 | 0x8e18, |
| 156 | 0x8c50, |
| 157 | 0x8c58, |
| 158 | 0x8c60, |
| 159 | 0x8c68, |
| 160 | 0x89b4, |
| 161 | 0x9830, |
| 162 | 0x802c, |
| 163 | }; |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 164 | |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 165 | extern bool evergreen_is_display_hung(struct radeon_device *rdev); |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 166 | extern void evergreen_print_gpu_status_regs(struct radeon_device *rdev); |
Alex Deucher | b9952a8 | 2011-03-02 20:07:33 -0500 | [diff] [blame] | 167 | extern void evergreen_mc_stop(struct radeon_device *rdev, struct evergreen_mc_save *save); |
| 168 | extern void evergreen_mc_resume(struct radeon_device *rdev, struct evergreen_mc_save *save); |
| 169 | extern int evergreen_mc_wait_for_idle(struct radeon_device *rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 170 | extern void evergreen_mc_program(struct radeon_device *rdev); |
| 171 | extern void evergreen_irq_suspend(struct radeon_device *rdev); |
| 172 | extern int evergreen_mc_init(struct radeon_device *rdev); |
Alex Deucher | d054ac1 | 2011-09-01 17:46:15 +0000 | [diff] [blame] | 173 | extern void evergreen_fix_pci_max_read_req_size(struct radeon_device *rdev); |
Ilija Hadzic | b07759b | 2011-09-20 10:22:58 -0400 | [diff] [blame] | 174 | extern void evergreen_pcie_gen2_enable(struct radeon_device *rdev); |
Alex Deucher | f52382d | 2013-02-15 11:02:50 -0500 | [diff] [blame] | 175 | extern void evergreen_program_aspm(struct radeon_device *rdev); |
Alex Deucher | 2948f5e | 2013-04-12 13:52:52 -0400 | [diff] [blame] | 176 | extern void sumo_rlc_fini(struct radeon_device *rdev); |
| 177 | extern int sumo_rlc_init(struct radeon_device *rdev); |
Alex Deucher | b5470b0 | 2013-11-01 16:25:10 -0400 | [diff] [blame] | 178 | extern void evergreen_gpu_pci_config_reset(struct radeon_device *rdev); |
Alex Deucher | b9952a8 | 2011-03-02 20:07:33 -0500 | [diff] [blame] | 179 | |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 180 | /* Firmware Names */ |
| 181 | MODULE_FIRMWARE("radeon/BARTS_pfp.bin"); |
| 182 | MODULE_FIRMWARE("radeon/BARTS_me.bin"); |
| 183 | MODULE_FIRMWARE("radeon/BARTS_mc.bin"); |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 184 | MODULE_FIRMWARE("radeon/BARTS_smc.bin"); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 185 | MODULE_FIRMWARE("radeon/BTC_rlc.bin"); |
| 186 | MODULE_FIRMWARE("radeon/TURKS_pfp.bin"); |
| 187 | MODULE_FIRMWARE("radeon/TURKS_me.bin"); |
| 188 | MODULE_FIRMWARE("radeon/TURKS_mc.bin"); |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 189 | MODULE_FIRMWARE("radeon/TURKS_smc.bin"); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 190 | MODULE_FIRMWARE("radeon/CAICOS_pfp.bin"); |
| 191 | MODULE_FIRMWARE("radeon/CAICOS_me.bin"); |
| 192 | MODULE_FIRMWARE("radeon/CAICOS_mc.bin"); |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 193 | MODULE_FIRMWARE("radeon/CAICOS_smc.bin"); |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 194 | MODULE_FIRMWARE("radeon/CAYMAN_pfp.bin"); |
| 195 | MODULE_FIRMWARE("radeon/CAYMAN_me.bin"); |
| 196 | MODULE_FIRMWARE("radeon/CAYMAN_mc.bin"); |
| 197 | MODULE_FIRMWARE("radeon/CAYMAN_rlc.bin"); |
Alex Deucher | 69e0b57 | 2013-04-12 16:42:42 -0400 | [diff] [blame] | 198 | MODULE_FIRMWARE("radeon/CAYMAN_smc.bin"); |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 199 | MODULE_FIRMWARE("radeon/ARUBA_pfp.bin"); |
| 200 | MODULE_FIRMWARE("radeon/ARUBA_me.bin"); |
| 201 | MODULE_FIRMWARE("radeon/ARUBA_rlc.bin"); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 202 | |
Alex Deucher | a2c96a2 | 2013-02-28 17:58:36 -0500 | [diff] [blame] | 203 | |
| 204 | static const u32 cayman_golden_registers2[] = |
| 205 | { |
| 206 | 0x3e5c, 0xffffffff, 0x00000000, |
| 207 | 0x3e48, 0xffffffff, 0x00000000, |
| 208 | 0x3e4c, 0xffffffff, 0x00000000, |
| 209 | 0x3e64, 0xffffffff, 0x00000000, |
| 210 | 0x3e50, 0xffffffff, 0x00000000, |
| 211 | 0x3e60, 0xffffffff, 0x00000000 |
| 212 | }; |
| 213 | |
| 214 | static const u32 cayman_golden_registers[] = |
| 215 | { |
| 216 | 0x5eb4, 0xffffffff, 0x00000002, |
| 217 | 0x5e78, 0x8f311ff1, 0x001000f0, |
| 218 | 0x3f90, 0xffff0000, 0xff000000, |
| 219 | 0x9148, 0xffff0000, 0xff000000, |
| 220 | 0x3f94, 0xffff0000, 0xff000000, |
| 221 | 0x914c, 0xffff0000, 0xff000000, |
| 222 | 0xc78, 0x00000080, 0x00000080, |
| 223 | 0xbd4, 0x70073777, 0x00011003, |
| 224 | 0xd02c, 0xbfffff1f, 0x08421000, |
| 225 | 0xd0b8, 0x73773777, 0x02011003, |
| 226 | 0x5bc0, 0x00200000, 0x50100000, |
| 227 | 0x98f8, 0x33773777, 0x02011003, |
| 228 | 0x98fc, 0xffffffff, 0x76541032, |
| 229 | 0x7030, 0x31000311, 0x00000011, |
| 230 | 0x2f48, 0x33773777, 0x42010001, |
| 231 | 0x6b28, 0x00000010, 0x00000012, |
| 232 | 0x7728, 0x00000010, 0x00000012, |
| 233 | 0x10328, 0x00000010, 0x00000012, |
| 234 | 0x10f28, 0x00000010, 0x00000012, |
| 235 | 0x11b28, 0x00000010, 0x00000012, |
| 236 | 0x12728, 0x00000010, 0x00000012, |
| 237 | 0x240c, 0x000007ff, 0x00000000, |
| 238 | 0x8a14, 0xf000001f, 0x00000007, |
| 239 | 0x8b24, 0x3fff3fff, 0x00ff0fff, |
| 240 | 0x8b10, 0x0000ff0f, 0x00000000, |
| 241 | 0x28a4c, 0x07ffffff, 0x06000000, |
| 242 | 0x10c, 0x00000001, 0x00010003, |
| 243 | 0xa02c, 0xffffffff, 0x0000009b, |
| 244 | 0x913c, 0x0000010f, 0x01000100, |
| 245 | 0x8c04, 0xf8ff00ff, 0x40600060, |
| 246 | 0x28350, 0x00000f01, 0x00000000, |
| 247 | 0x9508, 0x3700001f, 0x00000002, |
| 248 | 0x960c, 0xffffffff, 0x54763210, |
| 249 | 0x88c4, 0x001f3ae3, 0x00000082, |
| 250 | 0x88d0, 0xffffffff, 0x0f40df40, |
| 251 | 0x88d4, 0x0000001f, 0x00000010, |
| 252 | 0x8974, 0xffffffff, 0x00000000 |
| 253 | }; |
| 254 | |
| 255 | static const u32 dvst_golden_registers2[] = |
| 256 | { |
| 257 | 0x8f8, 0xffffffff, 0, |
| 258 | 0x8fc, 0x00380000, 0, |
| 259 | 0x8f8, 0xffffffff, 1, |
| 260 | 0x8fc, 0x0e000000, 0 |
| 261 | }; |
| 262 | |
| 263 | static const u32 dvst_golden_registers[] = |
| 264 | { |
| 265 | 0x690, 0x3fff3fff, 0x20c00033, |
| 266 | 0x918c, 0x0fff0fff, 0x00010006, |
| 267 | 0x91a8, 0x0fff0fff, 0x00010006, |
| 268 | 0x9150, 0xffffdfff, 0x6e944040, |
| 269 | 0x917c, 0x0fff0fff, 0x00030002, |
| 270 | 0x9198, 0x0fff0fff, 0x00030002, |
| 271 | 0x915c, 0x0fff0fff, 0x00010000, |
| 272 | 0x3f90, 0xffff0001, 0xff000000, |
| 273 | 0x9178, 0x0fff0fff, 0x00070000, |
| 274 | 0x9194, 0x0fff0fff, 0x00070000, |
| 275 | 0x9148, 0xffff0001, 0xff000000, |
| 276 | 0x9190, 0x0fff0fff, 0x00090008, |
| 277 | 0x91ac, 0x0fff0fff, 0x00090008, |
| 278 | 0x3f94, 0xffff0000, 0xff000000, |
| 279 | 0x914c, 0xffff0000, 0xff000000, |
| 280 | 0x929c, 0x00000fff, 0x00000001, |
| 281 | 0x55e4, 0xff607fff, 0xfc000100, |
| 282 | 0x8a18, 0xff000fff, 0x00000100, |
| 283 | 0x8b28, 0xff000fff, 0x00000100, |
| 284 | 0x9144, 0xfffc0fff, 0x00000100, |
| 285 | 0x6ed8, 0x00010101, 0x00010000, |
| 286 | 0x9830, 0xffffffff, 0x00000000, |
| 287 | 0x9834, 0xf00fffff, 0x00000400, |
| 288 | 0x9838, 0xfffffffe, 0x00000000, |
| 289 | 0xd0c0, 0xff000fff, 0x00000100, |
| 290 | 0xd02c, 0xbfffff1f, 0x08421000, |
| 291 | 0xd0b8, 0x73773777, 0x12010001, |
| 292 | 0x5bb0, 0x000000f0, 0x00000070, |
| 293 | 0x98f8, 0x73773777, 0x12010001, |
| 294 | 0x98fc, 0xffffffff, 0x00000010, |
| 295 | 0x9b7c, 0x00ff0000, 0x00fc0000, |
| 296 | 0x8030, 0x00001f0f, 0x0000100a, |
| 297 | 0x2f48, 0x73773777, 0x12010001, |
| 298 | 0x2408, 0x00030000, 0x000c007f, |
| 299 | 0x8a14, 0xf000003f, 0x00000007, |
| 300 | 0x8b24, 0x3fff3fff, 0x00ff0fff, |
| 301 | 0x8b10, 0x0000ff0f, 0x00000000, |
| 302 | 0x28a4c, 0x07ffffff, 0x06000000, |
| 303 | 0x4d8, 0x00000fff, 0x00000100, |
| 304 | 0xa008, 0xffffffff, 0x00010000, |
| 305 | 0x913c, 0xffff03ff, 0x01000100, |
| 306 | 0x8c00, 0x000000ff, 0x00000003, |
| 307 | 0x8c04, 0xf8ff00ff, 0x40600060, |
| 308 | 0x8cf0, 0x1fff1fff, 0x08e00410, |
| 309 | 0x28350, 0x00000f01, 0x00000000, |
| 310 | 0x9508, 0xf700071f, 0x00000002, |
| 311 | 0x960c, 0xffffffff, 0x54763210, |
| 312 | 0x20ef8, 0x01ff01ff, 0x00000002, |
| 313 | 0x20e98, 0xfffffbff, 0x00200000, |
| 314 | 0x2015c, 0xffffffff, 0x00000f40, |
| 315 | 0x88c4, 0x001f3ae3, 0x00000082, |
| 316 | 0x8978, 0x3fffffff, 0x04050140, |
| 317 | 0x88d4, 0x0000001f, 0x00000010, |
| 318 | 0x8974, 0xffffffff, 0x00000000 |
| 319 | }; |
| 320 | |
| 321 | static const u32 scrapper_golden_registers[] = |
| 322 | { |
| 323 | 0x690, 0x3fff3fff, 0x20c00033, |
| 324 | 0x918c, 0x0fff0fff, 0x00010006, |
| 325 | 0x918c, 0x0fff0fff, 0x00010006, |
| 326 | 0x91a8, 0x0fff0fff, 0x00010006, |
| 327 | 0x91a8, 0x0fff0fff, 0x00010006, |
| 328 | 0x9150, 0xffffdfff, 0x6e944040, |
| 329 | 0x9150, 0xffffdfff, 0x6e944040, |
| 330 | 0x917c, 0x0fff0fff, 0x00030002, |
| 331 | 0x917c, 0x0fff0fff, 0x00030002, |
| 332 | 0x9198, 0x0fff0fff, 0x00030002, |
| 333 | 0x9198, 0x0fff0fff, 0x00030002, |
| 334 | 0x915c, 0x0fff0fff, 0x00010000, |
| 335 | 0x915c, 0x0fff0fff, 0x00010000, |
| 336 | 0x3f90, 0xffff0001, 0xff000000, |
| 337 | 0x3f90, 0xffff0001, 0xff000000, |
| 338 | 0x9178, 0x0fff0fff, 0x00070000, |
| 339 | 0x9178, 0x0fff0fff, 0x00070000, |
| 340 | 0x9194, 0x0fff0fff, 0x00070000, |
| 341 | 0x9194, 0x0fff0fff, 0x00070000, |
| 342 | 0x9148, 0xffff0001, 0xff000000, |
| 343 | 0x9148, 0xffff0001, 0xff000000, |
| 344 | 0x9190, 0x0fff0fff, 0x00090008, |
| 345 | 0x9190, 0x0fff0fff, 0x00090008, |
| 346 | 0x91ac, 0x0fff0fff, 0x00090008, |
| 347 | 0x91ac, 0x0fff0fff, 0x00090008, |
| 348 | 0x3f94, 0xffff0000, 0xff000000, |
| 349 | 0x3f94, 0xffff0000, 0xff000000, |
| 350 | 0x914c, 0xffff0000, 0xff000000, |
| 351 | 0x914c, 0xffff0000, 0xff000000, |
| 352 | 0x929c, 0x00000fff, 0x00000001, |
| 353 | 0x929c, 0x00000fff, 0x00000001, |
| 354 | 0x55e4, 0xff607fff, 0xfc000100, |
| 355 | 0x8a18, 0xff000fff, 0x00000100, |
| 356 | 0x8a18, 0xff000fff, 0x00000100, |
| 357 | 0x8b28, 0xff000fff, 0x00000100, |
| 358 | 0x8b28, 0xff000fff, 0x00000100, |
| 359 | 0x9144, 0xfffc0fff, 0x00000100, |
| 360 | 0x9144, 0xfffc0fff, 0x00000100, |
| 361 | 0x6ed8, 0x00010101, 0x00010000, |
| 362 | 0x9830, 0xffffffff, 0x00000000, |
| 363 | 0x9830, 0xffffffff, 0x00000000, |
| 364 | 0x9834, 0xf00fffff, 0x00000400, |
| 365 | 0x9834, 0xf00fffff, 0x00000400, |
| 366 | 0x9838, 0xfffffffe, 0x00000000, |
| 367 | 0x9838, 0xfffffffe, 0x00000000, |
| 368 | 0xd0c0, 0xff000fff, 0x00000100, |
| 369 | 0xd02c, 0xbfffff1f, 0x08421000, |
| 370 | 0xd02c, 0xbfffff1f, 0x08421000, |
| 371 | 0xd0b8, 0x73773777, 0x12010001, |
| 372 | 0xd0b8, 0x73773777, 0x12010001, |
| 373 | 0x5bb0, 0x000000f0, 0x00000070, |
| 374 | 0x98f8, 0x73773777, 0x12010001, |
| 375 | 0x98f8, 0x73773777, 0x12010001, |
| 376 | 0x98fc, 0xffffffff, 0x00000010, |
| 377 | 0x98fc, 0xffffffff, 0x00000010, |
| 378 | 0x9b7c, 0x00ff0000, 0x00fc0000, |
| 379 | 0x9b7c, 0x00ff0000, 0x00fc0000, |
| 380 | 0x8030, 0x00001f0f, 0x0000100a, |
| 381 | 0x8030, 0x00001f0f, 0x0000100a, |
| 382 | 0x2f48, 0x73773777, 0x12010001, |
| 383 | 0x2f48, 0x73773777, 0x12010001, |
| 384 | 0x2408, 0x00030000, 0x000c007f, |
| 385 | 0x8a14, 0xf000003f, 0x00000007, |
| 386 | 0x8a14, 0xf000003f, 0x00000007, |
| 387 | 0x8b24, 0x3fff3fff, 0x00ff0fff, |
| 388 | 0x8b24, 0x3fff3fff, 0x00ff0fff, |
| 389 | 0x8b10, 0x0000ff0f, 0x00000000, |
| 390 | 0x8b10, 0x0000ff0f, 0x00000000, |
| 391 | 0x28a4c, 0x07ffffff, 0x06000000, |
| 392 | 0x28a4c, 0x07ffffff, 0x06000000, |
| 393 | 0x4d8, 0x00000fff, 0x00000100, |
| 394 | 0x4d8, 0x00000fff, 0x00000100, |
| 395 | 0xa008, 0xffffffff, 0x00010000, |
| 396 | 0xa008, 0xffffffff, 0x00010000, |
| 397 | 0x913c, 0xffff03ff, 0x01000100, |
| 398 | 0x913c, 0xffff03ff, 0x01000100, |
| 399 | 0x90e8, 0x001fffff, 0x010400c0, |
| 400 | 0x8c00, 0x000000ff, 0x00000003, |
| 401 | 0x8c00, 0x000000ff, 0x00000003, |
| 402 | 0x8c04, 0xf8ff00ff, 0x40600060, |
| 403 | 0x8c04, 0xf8ff00ff, 0x40600060, |
| 404 | 0x8c30, 0x0000000f, 0x00040005, |
| 405 | 0x8cf0, 0x1fff1fff, 0x08e00410, |
| 406 | 0x8cf0, 0x1fff1fff, 0x08e00410, |
| 407 | 0x900c, 0x00ffffff, 0x0017071f, |
| 408 | 0x28350, 0x00000f01, 0x00000000, |
| 409 | 0x28350, 0x00000f01, 0x00000000, |
| 410 | 0x9508, 0xf700071f, 0x00000002, |
| 411 | 0x9508, 0xf700071f, 0x00000002, |
| 412 | 0x9688, 0x00300000, 0x0017000f, |
| 413 | 0x960c, 0xffffffff, 0x54763210, |
| 414 | 0x960c, 0xffffffff, 0x54763210, |
| 415 | 0x20ef8, 0x01ff01ff, 0x00000002, |
| 416 | 0x20e98, 0xfffffbff, 0x00200000, |
| 417 | 0x2015c, 0xffffffff, 0x00000f40, |
| 418 | 0x88c4, 0x001f3ae3, 0x00000082, |
| 419 | 0x88c4, 0x001f3ae3, 0x00000082, |
| 420 | 0x8978, 0x3fffffff, 0x04050140, |
| 421 | 0x8978, 0x3fffffff, 0x04050140, |
| 422 | 0x88d4, 0x0000001f, 0x00000010, |
| 423 | 0x88d4, 0x0000001f, 0x00000010, |
| 424 | 0x8974, 0xffffffff, 0x00000000, |
| 425 | 0x8974, 0xffffffff, 0x00000000 |
| 426 | }; |
| 427 | |
| 428 | static void ni_init_golden_registers(struct radeon_device *rdev) |
| 429 | { |
| 430 | switch (rdev->family) { |
| 431 | case CHIP_CAYMAN: |
| 432 | radeon_program_register_sequence(rdev, |
| 433 | cayman_golden_registers, |
| 434 | (const u32)ARRAY_SIZE(cayman_golden_registers)); |
| 435 | radeon_program_register_sequence(rdev, |
| 436 | cayman_golden_registers2, |
| 437 | (const u32)ARRAY_SIZE(cayman_golden_registers2)); |
| 438 | break; |
| 439 | case CHIP_ARUBA: |
| 440 | if ((rdev->pdev->device == 0x9900) || |
| 441 | (rdev->pdev->device == 0x9901) || |
| 442 | (rdev->pdev->device == 0x9903) || |
| 443 | (rdev->pdev->device == 0x9904) || |
| 444 | (rdev->pdev->device == 0x9905) || |
| 445 | (rdev->pdev->device == 0x9906) || |
| 446 | (rdev->pdev->device == 0x9907) || |
| 447 | (rdev->pdev->device == 0x9908) || |
| 448 | (rdev->pdev->device == 0x9909) || |
| 449 | (rdev->pdev->device == 0x990A) || |
| 450 | (rdev->pdev->device == 0x990B) || |
| 451 | (rdev->pdev->device == 0x990C) || |
| 452 | (rdev->pdev->device == 0x990D) || |
| 453 | (rdev->pdev->device == 0x990E) || |
| 454 | (rdev->pdev->device == 0x990F) || |
| 455 | (rdev->pdev->device == 0x9910) || |
| 456 | (rdev->pdev->device == 0x9913) || |
| 457 | (rdev->pdev->device == 0x9917) || |
| 458 | (rdev->pdev->device == 0x9918)) { |
| 459 | radeon_program_register_sequence(rdev, |
| 460 | dvst_golden_registers, |
| 461 | (const u32)ARRAY_SIZE(dvst_golden_registers)); |
| 462 | radeon_program_register_sequence(rdev, |
| 463 | dvst_golden_registers2, |
| 464 | (const u32)ARRAY_SIZE(dvst_golden_registers2)); |
| 465 | } else { |
| 466 | radeon_program_register_sequence(rdev, |
| 467 | scrapper_golden_registers, |
| 468 | (const u32)ARRAY_SIZE(scrapper_golden_registers)); |
| 469 | radeon_program_register_sequence(rdev, |
| 470 | dvst_golden_registers2, |
| 471 | (const u32)ARRAY_SIZE(dvst_golden_registers2)); |
| 472 | } |
| 473 | break; |
| 474 | default: |
| 475 | break; |
| 476 | } |
| 477 | } |
| 478 | |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 479 | #define BTC_IO_MC_REGS_SIZE 29 |
| 480 | |
| 481 | static const u32 barts_io_mc_regs[BTC_IO_MC_REGS_SIZE][2] = { |
| 482 | {0x00000077, 0xff010100}, |
| 483 | {0x00000078, 0x00000000}, |
| 484 | {0x00000079, 0x00001434}, |
| 485 | {0x0000007a, 0xcc08ec08}, |
| 486 | {0x0000007b, 0x00040000}, |
| 487 | {0x0000007c, 0x000080c0}, |
| 488 | {0x0000007d, 0x09000000}, |
| 489 | {0x0000007e, 0x00210404}, |
| 490 | {0x00000081, 0x08a8e800}, |
| 491 | {0x00000082, 0x00030444}, |
| 492 | {0x00000083, 0x00000000}, |
| 493 | {0x00000085, 0x00000001}, |
| 494 | {0x00000086, 0x00000002}, |
| 495 | {0x00000087, 0x48490000}, |
| 496 | {0x00000088, 0x20244647}, |
| 497 | {0x00000089, 0x00000005}, |
| 498 | {0x0000008b, 0x66030000}, |
| 499 | {0x0000008c, 0x00006603}, |
| 500 | {0x0000008d, 0x00000100}, |
| 501 | {0x0000008f, 0x00001c0a}, |
| 502 | {0x00000090, 0xff000001}, |
| 503 | {0x00000094, 0x00101101}, |
| 504 | {0x00000095, 0x00000fff}, |
| 505 | {0x00000096, 0x00116fff}, |
| 506 | {0x00000097, 0x60010000}, |
| 507 | {0x00000098, 0x10010000}, |
| 508 | {0x00000099, 0x00006000}, |
| 509 | {0x0000009a, 0x00001000}, |
| 510 | {0x0000009f, 0x00946a00} |
| 511 | }; |
| 512 | |
| 513 | static const u32 turks_io_mc_regs[BTC_IO_MC_REGS_SIZE][2] = { |
| 514 | {0x00000077, 0xff010100}, |
| 515 | {0x00000078, 0x00000000}, |
| 516 | {0x00000079, 0x00001434}, |
| 517 | {0x0000007a, 0xcc08ec08}, |
| 518 | {0x0000007b, 0x00040000}, |
| 519 | {0x0000007c, 0x000080c0}, |
| 520 | {0x0000007d, 0x09000000}, |
| 521 | {0x0000007e, 0x00210404}, |
| 522 | {0x00000081, 0x08a8e800}, |
| 523 | {0x00000082, 0x00030444}, |
| 524 | {0x00000083, 0x00000000}, |
| 525 | {0x00000085, 0x00000001}, |
| 526 | {0x00000086, 0x00000002}, |
| 527 | {0x00000087, 0x48490000}, |
| 528 | {0x00000088, 0x20244647}, |
| 529 | {0x00000089, 0x00000005}, |
| 530 | {0x0000008b, 0x66030000}, |
| 531 | {0x0000008c, 0x00006603}, |
| 532 | {0x0000008d, 0x00000100}, |
| 533 | {0x0000008f, 0x00001c0a}, |
| 534 | {0x00000090, 0xff000001}, |
| 535 | {0x00000094, 0x00101101}, |
| 536 | {0x00000095, 0x00000fff}, |
| 537 | {0x00000096, 0x00116fff}, |
| 538 | {0x00000097, 0x60010000}, |
| 539 | {0x00000098, 0x10010000}, |
| 540 | {0x00000099, 0x00006000}, |
| 541 | {0x0000009a, 0x00001000}, |
| 542 | {0x0000009f, 0x00936a00} |
| 543 | }; |
| 544 | |
| 545 | static const u32 caicos_io_mc_regs[BTC_IO_MC_REGS_SIZE][2] = { |
| 546 | {0x00000077, 0xff010100}, |
| 547 | {0x00000078, 0x00000000}, |
| 548 | {0x00000079, 0x00001434}, |
| 549 | {0x0000007a, 0xcc08ec08}, |
| 550 | {0x0000007b, 0x00040000}, |
| 551 | {0x0000007c, 0x000080c0}, |
| 552 | {0x0000007d, 0x09000000}, |
| 553 | {0x0000007e, 0x00210404}, |
| 554 | {0x00000081, 0x08a8e800}, |
| 555 | {0x00000082, 0x00030444}, |
| 556 | {0x00000083, 0x00000000}, |
| 557 | {0x00000085, 0x00000001}, |
| 558 | {0x00000086, 0x00000002}, |
| 559 | {0x00000087, 0x48490000}, |
| 560 | {0x00000088, 0x20244647}, |
| 561 | {0x00000089, 0x00000005}, |
| 562 | {0x0000008b, 0x66030000}, |
| 563 | {0x0000008c, 0x00006603}, |
| 564 | {0x0000008d, 0x00000100}, |
| 565 | {0x0000008f, 0x00001c0a}, |
| 566 | {0x00000090, 0xff000001}, |
| 567 | {0x00000094, 0x00101101}, |
| 568 | {0x00000095, 0x00000fff}, |
| 569 | {0x00000096, 0x00116fff}, |
| 570 | {0x00000097, 0x60010000}, |
| 571 | {0x00000098, 0x10010000}, |
| 572 | {0x00000099, 0x00006000}, |
| 573 | {0x0000009a, 0x00001000}, |
| 574 | {0x0000009f, 0x00916a00} |
| 575 | }; |
| 576 | |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 577 | static const u32 cayman_io_mc_regs[BTC_IO_MC_REGS_SIZE][2] = { |
| 578 | {0x00000077, 0xff010100}, |
| 579 | {0x00000078, 0x00000000}, |
| 580 | {0x00000079, 0x00001434}, |
| 581 | {0x0000007a, 0xcc08ec08}, |
| 582 | {0x0000007b, 0x00040000}, |
| 583 | {0x0000007c, 0x000080c0}, |
| 584 | {0x0000007d, 0x09000000}, |
| 585 | {0x0000007e, 0x00210404}, |
| 586 | {0x00000081, 0x08a8e800}, |
| 587 | {0x00000082, 0x00030444}, |
| 588 | {0x00000083, 0x00000000}, |
| 589 | {0x00000085, 0x00000001}, |
| 590 | {0x00000086, 0x00000002}, |
| 591 | {0x00000087, 0x48490000}, |
| 592 | {0x00000088, 0x20244647}, |
| 593 | {0x00000089, 0x00000005}, |
| 594 | {0x0000008b, 0x66030000}, |
| 595 | {0x0000008c, 0x00006603}, |
| 596 | {0x0000008d, 0x00000100}, |
| 597 | {0x0000008f, 0x00001c0a}, |
| 598 | {0x00000090, 0xff000001}, |
| 599 | {0x00000094, 0x00101101}, |
| 600 | {0x00000095, 0x00000fff}, |
| 601 | {0x00000096, 0x00116fff}, |
| 602 | {0x00000097, 0x60010000}, |
| 603 | {0x00000098, 0x10010000}, |
| 604 | {0x00000099, 0x00006000}, |
| 605 | {0x0000009a, 0x00001000}, |
| 606 | {0x0000009f, 0x00976b00} |
| 607 | }; |
| 608 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 609 | int ni_mc_load_microcode(struct radeon_device *rdev) |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 610 | { |
| 611 | const __be32 *fw_data; |
| 612 | u32 mem_type, running, blackout = 0; |
| 613 | u32 *io_mc_regs; |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 614 | int i, ucode_size, regs_size; |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 615 | |
| 616 | if (!rdev->mc_fw) |
| 617 | return -EINVAL; |
| 618 | |
| 619 | switch (rdev->family) { |
| 620 | case CHIP_BARTS: |
| 621 | io_mc_regs = (u32 *)&barts_io_mc_regs; |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 622 | ucode_size = BTC_MC_UCODE_SIZE; |
| 623 | regs_size = BTC_IO_MC_REGS_SIZE; |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 624 | break; |
| 625 | case CHIP_TURKS: |
| 626 | io_mc_regs = (u32 *)&turks_io_mc_regs; |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 627 | ucode_size = BTC_MC_UCODE_SIZE; |
| 628 | regs_size = BTC_IO_MC_REGS_SIZE; |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 629 | break; |
| 630 | case CHIP_CAICOS: |
| 631 | default: |
| 632 | io_mc_regs = (u32 *)&caicos_io_mc_regs; |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 633 | ucode_size = BTC_MC_UCODE_SIZE; |
| 634 | regs_size = BTC_IO_MC_REGS_SIZE; |
| 635 | break; |
| 636 | case CHIP_CAYMAN: |
| 637 | io_mc_regs = (u32 *)&cayman_io_mc_regs; |
| 638 | ucode_size = CAYMAN_MC_UCODE_SIZE; |
| 639 | regs_size = BTC_IO_MC_REGS_SIZE; |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 640 | break; |
| 641 | } |
| 642 | |
| 643 | mem_type = (RREG32(MC_SEQ_MISC0) & MC_SEQ_MISC0_GDDR5_MASK) >> MC_SEQ_MISC0_GDDR5_SHIFT; |
| 644 | running = RREG32(MC_SEQ_SUP_CNTL) & RUN_MASK; |
| 645 | |
| 646 | if ((mem_type == MC_SEQ_MISC0_GDDR5_VALUE) && (running == 0)) { |
| 647 | if (running) { |
| 648 | blackout = RREG32(MC_SHARED_BLACKOUT_CNTL); |
| 649 | WREG32(MC_SHARED_BLACKOUT_CNTL, 1); |
| 650 | } |
| 651 | |
| 652 | /* reset the engine and set to writable */ |
| 653 | WREG32(MC_SEQ_SUP_CNTL, 0x00000008); |
| 654 | WREG32(MC_SEQ_SUP_CNTL, 0x00000010); |
| 655 | |
| 656 | /* load mc io regs */ |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 657 | for (i = 0; i < regs_size; i++) { |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 658 | WREG32(MC_SEQ_IO_DEBUG_INDEX, io_mc_regs[(i << 1)]); |
| 659 | WREG32(MC_SEQ_IO_DEBUG_DATA, io_mc_regs[(i << 1) + 1]); |
| 660 | } |
| 661 | /* load the MC ucode */ |
| 662 | fw_data = (const __be32 *)rdev->mc_fw->data; |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 663 | for (i = 0; i < ucode_size; i++) |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 664 | WREG32(MC_SEQ_SUP_PGM, be32_to_cpup(fw_data++)); |
| 665 | |
| 666 | /* put the engine back into the active state */ |
| 667 | WREG32(MC_SEQ_SUP_CNTL, 0x00000008); |
| 668 | WREG32(MC_SEQ_SUP_CNTL, 0x00000004); |
| 669 | WREG32(MC_SEQ_SUP_CNTL, 0x00000001); |
| 670 | |
| 671 | /* wait for training to complete */ |
Alex Deucher | 0e2c978 | 2011-11-02 18:08:25 -0400 | [diff] [blame] | 672 | for (i = 0; i < rdev->usec_timeout; i++) { |
| 673 | if (RREG32(MC_IO_PAD_CNTL_D0) & MEM_FALL_OUT_CMD) |
| 674 | break; |
| 675 | udelay(1); |
| 676 | } |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 677 | |
| 678 | if (running) |
| 679 | WREG32(MC_SHARED_BLACKOUT_CNTL, blackout); |
| 680 | } |
| 681 | |
| 682 | return 0; |
| 683 | } |
| 684 | |
| 685 | int ni_init_microcode(struct radeon_device *rdev) |
| 686 | { |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 687 | const char *chip_name; |
| 688 | const char *rlc_chip_name; |
| 689 | size_t pfp_req_size, me_req_size, rlc_req_size, mc_req_size; |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 690 | size_t smc_req_size = 0; |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 691 | char fw_name[30]; |
| 692 | int err; |
| 693 | |
| 694 | DRM_DEBUG("\n"); |
| 695 | |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 696 | switch (rdev->family) { |
| 697 | case CHIP_BARTS: |
| 698 | chip_name = "BARTS"; |
| 699 | rlc_chip_name = "BTC"; |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 700 | pfp_req_size = EVERGREEN_PFP_UCODE_SIZE * 4; |
| 701 | me_req_size = EVERGREEN_PM4_UCODE_SIZE * 4; |
| 702 | rlc_req_size = EVERGREEN_RLC_UCODE_SIZE * 4; |
| 703 | mc_req_size = BTC_MC_UCODE_SIZE * 4; |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 704 | smc_req_size = ALIGN(BARTS_SMC_UCODE_SIZE, 4); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 705 | break; |
| 706 | case CHIP_TURKS: |
| 707 | chip_name = "TURKS"; |
| 708 | rlc_chip_name = "BTC"; |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 709 | pfp_req_size = EVERGREEN_PFP_UCODE_SIZE * 4; |
| 710 | me_req_size = EVERGREEN_PM4_UCODE_SIZE * 4; |
| 711 | rlc_req_size = EVERGREEN_RLC_UCODE_SIZE * 4; |
| 712 | mc_req_size = BTC_MC_UCODE_SIZE * 4; |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 713 | smc_req_size = ALIGN(TURKS_SMC_UCODE_SIZE, 4); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 714 | break; |
| 715 | case CHIP_CAICOS: |
| 716 | chip_name = "CAICOS"; |
| 717 | rlc_chip_name = "BTC"; |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 718 | pfp_req_size = EVERGREEN_PFP_UCODE_SIZE * 4; |
| 719 | me_req_size = EVERGREEN_PM4_UCODE_SIZE * 4; |
| 720 | rlc_req_size = EVERGREEN_RLC_UCODE_SIZE * 4; |
| 721 | mc_req_size = BTC_MC_UCODE_SIZE * 4; |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 722 | smc_req_size = ALIGN(CAICOS_SMC_UCODE_SIZE, 4); |
Alex Deucher | 9b8253c | 2011-03-02 20:07:28 -0500 | [diff] [blame] | 723 | break; |
| 724 | case CHIP_CAYMAN: |
| 725 | chip_name = "CAYMAN"; |
| 726 | rlc_chip_name = "CAYMAN"; |
| 727 | pfp_req_size = CAYMAN_PFP_UCODE_SIZE * 4; |
| 728 | me_req_size = CAYMAN_PM4_UCODE_SIZE * 4; |
| 729 | rlc_req_size = CAYMAN_RLC_UCODE_SIZE * 4; |
| 730 | mc_req_size = CAYMAN_MC_UCODE_SIZE * 4; |
Alex Deucher | 69e0b57 | 2013-04-12 16:42:42 -0400 | [diff] [blame] | 731 | smc_req_size = ALIGN(CAYMAN_SMC_UCODE_SIZE, 4); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 732 | break; |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 733 | case CHIP_ARUBA: |
| 734 | chip_name = "ARUBA"; |
| 735 | rlc_chip_name = "ARUBA"; |
| 736 | /* pfp/me same size as CAYMAN */ |
| 737 | pfp_req_size = CAYMAN_PFP_UCODE_SIZE * 4; |
| 738 | me_req_size = CAYMAN_PM4_UCODE_SIZE * 4; |
| 739 | rlc_req_size = ARUBA_RLC_UCODE_SIZE * 4; |
| 740 | mc_req_size = 0; |
| 741 | break; |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 742 | default: BUG(); |
| 743 | } |
| 744 | |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 745 | DRM_INFO("Loading %s Microcode\n", chip_name); |
| 746 | |
| 747 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_pfp.bin", chip_name); |
Jerome Glisse | 0a16893 | 2013-07-11 15:53:01 -0400 | [diff] [blame] | 748 | err = request_firmware(&rdev->pfp_fw, fw_name, rdev->dev); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 749 | if (err) |
| 750 | goto out; |
| 751 | if (rdev->pfp_fw->size != pfp_req_size) { |
| 752 | printk(KERN_ERR |
| 753 | "ni_cp: Bogus length %zu in firmware \"%s\"\n", |
| 754 | rdev->pfp_fw->size, fw_name); |
| 755 | err = -EINVAL; |
| 756 | goto out; |
| 757 | } |
| 758 | |
| 759 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_me.bin", chip_name); |
Jerome Glisse | 0a16893 | 2013-07-11 15:53:01 -0400 | [diff] [blame] | 760 | err = request_firmware(&rdev->me_fw, fw_name, rdev->dev); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 761 | if (err) |
| 762 | goto out; |
| 763 | if (rdev->me_fw->size != me_req_size) { |
| 764 | printk(KERN_ERR |
| 765 | "ni_cp: Bogus length %zu in firmware \"%s\"\n", |
| 766 | rdev->me_fw->size, fw_name); |
| 767 | err = -EINVAL; |
| 768 | } |
| 769 | |
| 770 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_rlc.bin", rlc_chip_name); |
Jerome Glisse | 0a16893 | 2013-07-11 15:53:01 -0400 | [diff] [blame] | 771 | err = request_firmware(&rdev->rlc_fw, fw_name, rdev->dev); |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 772 | if (err) |
| 773 | goto out; |
| 774 | if (rdev->rlc_fw->size != rlc_req_size) { |
| 775 | printk(KERN_ERR |
| 776 | "ni_rlc: Bogus length %zu in firmware \"%s\"\n", |
| 777 | rdev->rlc_fw->size, fw_name); |
| 778 | err = -EINVAL; |
| 779 | } |
| 780 | |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 781 | /* no MC ucode on TN */ |
| 782 | if (!(rdev->flags & RADEON_IS_IGP)) { |
| 783 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_mc.bin", chip_name); |
Jerome Glisse | 0a16893 | 2013-07-11 15:53:01 -0400 | [diff] [blame] | 784 | err = request_firmware(&rdev->mc_fw, fw_name, rdev->dev); |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 785 | if (err) |
| 786 | goto out; |
| 787 | if (rdev->mc_fw->size != mc_req_size) { |
| 788 | printk(KERN_ERR |
| 789 | "ni_mc: Bogus length %zu in firmware \"%s\"\n", |
| 790 | rdev->mc_fw->size, fw_name); |
| 791 | err = -EINVAL; |
| 792 | } |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 793 | } |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 794 | |
Alex Deucher | 69e0b57 | 2013-04-12 16:42:42 -0400 | [diff] [blame] | 795 | if ((rdev->family >= CHIP_BARTS) && (rdev->family <= CHIP_CAYMAN)) { |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 796 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_smc.bin", chip_name); |
Jerome Glisse | 0a16893 | 2013-07-11 15:53:01 -0400 | [diff] [blame] | 797 | err = request_firmware(&rdev->smc_fw, fw_name, rdev->dev); |
Alex Deucher | 8a53fa2 | 2013-08-07 16:09:08 -0400 | [diff] [blame] | 798 | if (err) { |
| 799 | printk(KERN_ERR |
| 800 | "smc: error loading firmware \"%s\"\n", |
| 801 | fw_name); |
| 802 | release_firmware(rdev->smc_fw); |
| 803 | rdev->smc_fw = NULL; |
Alex Deucher | d836711 | 2013-10-16 11:36:30 -0400 | [diff] [blame] | 804 | err = 0; |
Alex Deucher | 8a53fa2 | 2013-08-07 16:09:08 -0400 | [diff] [blame] | 805 | } else if (rdev->smc_fw->size != smc_req_size) { |
Alex Deucher | 6596afd | 2013-06-26 00:15:24 -0400 | [diff] [blame] | 806 | printk(KERN_ERR |
| 807 | "ni_mc: Bogus length %zu in firmware \"%s\"\n", |
| 808 | rdev->mc_fw->size, fw_name); |
| 809 | err = -EINVAL; |
| 810 | } |
| 811 | } |
| 812 | |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 813 | out: |
Alex Deucher | 0af62b0 | 2011-01-06 21:19:31 -0500 | [diff] [blame] | 814 | if (err) { |
| 815 | if (err != -EINVAL) |
| 816 | printk(KERN_ERR |
| 817 | "ni_cp: Failed to load firmware \"%s\"\n", |
| 818 | fw_name); |
| 819 | release_firmware(rdev->pfp_fw); |
| 820 | rdev->pfp_fw = NULL; |
| 821 | release_firmware(rdev->me_fw); |
| 822 | rdev->me_fw = NULL; |
| 823 | release_firmware(rdev->rlc_fw); |
| 824 | rdev->rlc_fw = NULL; |
| 825 | release_firmware(rdev->mc_fw); |
| 826 | rdev->mc_fw = NULL; |
| 827 | } |
| 828 | return err; |
| 829 | } |
| 830 | |
Alex Deucher | e66582f | 2014-10-01 09:51:29 -0400 | [diff] [blame] | 831 | /** |
| 832 | * cayman_get_allowed_info_register - fetch the register for the info ioctl |
| 833 | * |
| 834 | * @rdev: radeon_device pointer |
| 835 | * @reg: register offset in bytes |
| 836 | * @val: register value |
| 837 | * |
| 838 | * Returns 0 for success or -EINVAL for an invalid register |
| 839 | * |
| 840 | */ |
| 841 | int cayman_get_allowed_info_register(struct radeon_device *rdev, |
| 842 | u32 reg, u32 *val) |
| 843 | { |
| 844 | switch (reg) { |
| 845 | case GRBM_STATUS: |
| 846 | case GRBM_STATUS_SE0: |
| 847 | case GRBM_STATUS_SE1: |
| 848 | case SRBM_STATUS: |
| 849 | case SRBM_STATUS2: |
| 850 | case (DMA_STATUS_REG + DMA0_REGISTER_OFFSET): |
| 851 | case (DMA_STATUS_REG + DMA1_REGISTER_OFFSET): |
| 852 | case UVD_STATUS: |
| 853 | *val = RREG32(reg); |
| 854 | return 0; |
| 855 | default: |
| 856 | return -EINVAL; |
| 857 | } |
| 858 | } |
| 859 | |
Alex Deucher | 29a1522 | 2012-12-14 11:57:36 -0500 | [diff] [blame] | 860 | int tn_get_temp(struct radeon_device *rdev) |
| 861 | { |
| 862 | u32 temp = RREG32_SMC(TN_CURRENT_GNB_TEMP) & 0x7ff; |
| 863 | int actual_temp = (temp / 8) - 49; |
| 864 | |
| 865 | return actual_temp * 1000; |
| 866 | } |
| 867 | |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 868 | /* |
| 869 | * Core functions |
| 870 | */ |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 871 | static void cayman_gpu_init(struct radeon_device *rdev) |
| 872 | { |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 873 | u32 gb_addr_config = 0; |
| 874 | u32 mc_shared_chmap, mc_arb_ramcfg; |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 875 | u32 cgts_tcc_disable; |
| 876 | u32 sx_debug_1; |
| 877 | u32 smx_dc_ctl0; |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 878 | u32 cgts_sm_ctrl_reg; |
| 879 | u32 hdp_host_path_cntl; |
| 880 | u32 tmp; |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 881 | u32 disabled_rb_mask; |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 882 | int i, j; |
| 883 | |
| 884 | switch (rdev->family) { |
| 885 | case CHIP_CAYMAN: |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 886 | rdev->config.cayman.max_shader_engines = 2; |
| 887 | rdev->config.cayman.max_pipes_per_simd = 4; |
| 888 | rdev->config.cayman.max_tile_pipes = 8; |
| 889 | rdev->config.cayman.max_simds_per_se = 12; |
| 890 | rdev->config.cayman.max_backends_per_se = 4; |
| 891 | rdev->config.cayman.max_texture_channel_caches = 8; |
| 892 | rdev->config.cayman.max_gprs = 256; |
| 893 | rdev->config.cayman.max_threads = 256; |
| 894 | rdev->config.cayman.max_gs_threads = 32; |
| 895 | rdev->config.cayman.max_stack_entries = 512; |
| 896 | rdev->config.cayman.sx_num_of_sets = 8; |
| 897 | rdev->config.cayman.sx_max_export_size = 256; |
| 898 | rdev->config.cayman.sx_max_export_pos_size = 64; |
| 899 | rdev->config.cayman.sx_max_export_smx_size = 192; |
| 900 | rdev->config.cayman.max_hw_contexts = 8; |
| 901 | rdev->config.cayman.sq_num_cf_insts = 2; |
| 902 | |
| 903 | rdev->config.cayman.sc_prim_fifo_size = 0x100; |
| 904 | rdev->config.cayman.sc_hiz_tile_fifo_size = 0x30; |
| 905 | rdev->config.cayman.sc_earlyz_tile_fifo_size = 0x130; |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 906 | gb_addr_config = CAYMAN_GB_ADDR_CONFIG_GOLDEN; |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 907 | break; |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 908 | case CHIP_ARUBA: |
| 909 | default: |
| 910 | rdev->config.cayman.max_shader_engines = 1; |
| 911 | rdev->config.cayman.max_pipes_per_simd = 4; |
| 912 | rdev->config.cayman.max_tile_pipes = 2; |
| 913 | if ((rdev->pdev->device == 0x9900) || |
Alex Deucher | d430f7d | 2012-06-05 09:50:28 -0400 | [diff] [blame] | 914 | (rdev->pdev->device == 0x9901) || |
| 915 | (rdev->pdev->device == 0x9905) || |
| 916 | (rdev->pdev->device == 0x9906) || |
| 917 | (rdev->pdev->device == 0x9907) || |
| 918 | (rdev->pdev->device == 0x9908) || |
| 919 | (rdev->pdev->device == 0x9909) || |
Alex Deucher | e4d1706 | 2013-03-08 13:44:15 -0500 | [diff] [blame] | 920 | (rdev->pdev->device == 0x990B) || |
| 921 | (rdev->pdev->device == 0x990C) || |
| 922 | (rdev->pdev->device == 0x990F) || |
Alex Deucher | d430f7d | 2012-06-05 09:50:28 -0400 | [diff] [blame] | 923 | (rdev->pdev->device == 0x9910) || |
Alex Deucher | e4d1706 | 2013-03-08 13:44:15 -0500 | [diff] [blame] | 924 | (rdev->pdev->device == 0x9917) || |
Alex Deucher | 62d1f92 | 2013-04-25 14:06:05 -0400 | [diff] [blame] | 925 | (rdev->pdev->device == 0x9999) || |
| 926 | (rdev->pdev->device == 0x999C)) { |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 927 | rdev->config.cayman.max_simds_per_se = 6; |
| 928 | rdev->config.cayman.max_backends_per_se = 2; |
Alex Deucher | e2f6c88f | 2013-12-19 19:41:46 -0500 | [diff] [blame] | 929 | rdev->config.cayman.max_hw_contexts = 8; |
| 930 | rdev->config.cayman.sx_max_export_size = 256; |
| 931 | rdev->config.cayman.sx_max_export_pos_size = 64; |
| 932 | rdev->config.cayman.sx_max_export_smx_size = 192; |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 933 | } else if ((rdev->pdev->device == 0x9903) || |
Alex Deucher | d430f7d | 2012-06-05 09:50:28 -0400 | [diff] [blame] | 934 | (rdev->pdev->device == 0x9904) || |
| 935 | (rdev->pdev->device == 0x990A) || |
Alex Deucher | e4d1706 | 2013-03-08 13:44:15 -0500 | [diff] [blame] | 936 | (rdev->pdev->device == 0x990D) || |
| 937 | (rdev->pdev->device == 0x990E) || |
Alex Deucher | d430f7d | 2012-06-05 09:50:28 -0400 | [diff] [blame] | 938 | (rdev->pdev->device == 0x9913) || |
Alex Deucher | 62d1f92 | 2013-04-25 14:06:05 -0400 | [diff] [blame] | 939 | (rdev->pdev->device == 0x9918) || |
| 940 | (rdev->pdev->device == 0x999D)) { |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 941 | rdev->config.cayman.max_simds_per_se = 4; |
| 942 | rdev->config.cayman.max_backends_per_se = 2; |
Alex Deucher | e2f6c88f | 2013-12-19 19:41:46 -0500 | [diff] [blame] | 943 | rdev->config.cayman.max_hw_contexts = 8; |
| 944 | rdev->config.cayman.sx_max_export_size = 256; |
| 945 | rdev->config.cayman.sx_max_export_pos_size = 64; |
| 946 | rdev->config.cayman.sx_max_export_smx_size = 192; |
Alex Deucher | d430f7d | 2012-06-05 09:50:28 -0400 | [diff] [blame] | 947 | } else if ((rdev->pdev->device == 0x9919) || |
| 948 | (rdev->pdev->device == 0x9990) || |
| 949 | (rdev->pdev->device == 0x9991) || |
| 950 | (rdev->pdev->device == 0x9994) || |
Alex Deucher | e4d1706 | 2013-03-08 13:44:15 -0500 | [diff] [blame] | 951 | (rdev->pdev->device == 0x9995) || |
| 952 | (rdev->pdev->device == 0x9996) || |
| 953 | (rdev->pdev->device == 0x999A) || |
Alex Deucher | d430f7d | 2012-06-05 09:50:28 -0400 | [diff] [blame] | 954 | (rdev->pdev->device == 0x99A0)) { |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 955 | rdev->config.cayman.max_simds_per_se = 3; |
| 956 | rdev->config.cayman.max_backends_per_se = 1; |
Alex Deucher | e2f6c88f | 2013-12-19 19:41:46 -0500 | [diff] [blame] | 957 | rdev->config.cayman.max_hw_contexts = 4; |
| 958 | rdev->config.cayman.sx_max_export_size = 128; |
| 959 | rdev->config.cayman.sx_max_export_pos_size = 32; |
| 960 | rdev->config.cayman.sx_max_export_smx_size = 96; |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 961 | } else { |
| 962 | rdev->config.cayman.max_simds_per_se = 2; |
| 963 | rdev->config.cayman.max_backends_per_se = 1; |
Alex Deucher | e2f6c88f | 2013-12-19 19:41:46 -0500 | [diff] [blame] | 964 | rdev->config.cayman.max_hw_contexts = 4; |
| 965 | rdev->config.cayman.sx_max_export_size = 128; |
| 966 | rdev->config.cayman.sx_max_export_pos_size = 32; |
| 967 | rdev->config.cayman.sx_max_export_smx_size = 96; |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 968 | } |
| 969 | rdev->config.cayman.max_texture_channel_caches = 2; |
| 970 | rdev->config.cayman.max_gprs = 256; |
| 971 | rdev->config.cayman.max_threads = 256; |
| 972 | rdev->config.cayman.max_gs_threads = 32; |
| 973 | rdev->config.cayman.max_stack_entries = 512; |
| 974 | rdev->config.cayman.sx_num_of_sets = 8; |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 975 | rdev->config.cayman.sq_num_cf_insts = 2; |
| 976 | |
| 977 | rdev->config.cayman.sc_prim_fifo_size = 0x40; |
| 978 | rdev->config.cayman.sc_hiz_tile_fifo_size = 0x30; |
| 979 | rdev->config.cayman.sc_earlyz_tile_fifo_size = 0x130; |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 980 | gb_addr_config = ARUBA_GB_ADDR_CONFIG_GOLDEN; |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 981 | break; |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 982 | } |
| 983 | |
| 984 | /* Initialize HDP */ |
| 985 | for (i = 0, j = 0; i < 32; i++, j += 0x18) { |
| 986 | WREG32((0x2c14 + j), 0x00000000); |
| 987 | WREG32((0x2c18 + j), 0x00000000); |
| 988 | WREG32((0x2c1c + j), 0x00000000); |
| 989 | WREG32((0x2c20 + j), 0x00000000); |
| 990 | WREG32((0x2c24 + j), 0x00000000); |
| 991 | } |
| 992 | |
| 993 | WREG32(GRBM_CNTL, GRBM_READ_TIMEOUT(0xff)); |
Christian König | acc1522 | 2015-02-18 13:19:28 +0100 | [diff] [blame] | 994 | WREG32(SRBM_INT_CNTL, 0x1); |
| 995 | WREG32(SRBM_INT_ACK, 0x1); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 996 | |
Alex Deucher | d054ac1 | 2011-09-01 17:46:15 +0000 | [diff] [blame] | 997 | evergreen_fix_pci_max_read_req_size(rdev); |
| 998 | |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 999 | mc_shared_chmap = RREG32(MC_SHARED_CHMAP); |
| 1000 | mc_arb_ramcfg = RREG32(MC_ARB_RAMCFG); |
| 1001 | |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1002 | tmp = (mc_arb_ramcfg & NOOFCOLS_MASK) >> NOOFCOLS_SHIFT; |
| 1003 | rdev->config.cayman.mem_row_size_in_kb = (4 * (1 << (8 + tmp))) / 1024; |
| 1004 | if (rdev->config.cayman.mem_row_size_in_kb > 4) |
| 1005 | rdev->config.cayman.mem_row_size_in_kb = 4; |
| 1006 | /* XXX use MC settings? */ |
| 1007 | rdev->config.cayman.shader_engine_tile_size = 32; |
| 1008 | rdev->config.cayman.num_gpus = 1; |
| 1009 | rdev->config.cayman.multi_gpu_tile_size = 64; |
| 1010 | |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1011 | tmp = (gb_addr_config & NUM_PIPES_MASK) >> NUM_PIPES_SHIFT; |
| 1012 | rdev->config.cayman.num_tile_pipes = (1 << tmp); |
| 1013 | tmp = (gb_addr_config & PIPE_INTERLEAVE_SIZE_MASK) >> PIPE_INTERLEAVE_SIZE_SHIFT; |
| 1014 | rdev->config.cayman.mem_max_burst_length_bytes = (tmp + 1) * 256; |
| 1015 | tmp = (gb_addr_config & NUM_SHADER_ENGINES_MASK) >> NUM_SHADER_ENGINES_SHIFT; |
| 1016 | rdev->config.cayman.num_shader_engines = tmp + 1; |
| 1017 | tmp = (gb_addr_config & NUM_GPUS_MASK) >> NUM_GPUS_SHIFT; |
| 1018 | rdev->config.cayman.num_gpus = tmp + 1; |
| 1019 | tmp = (gb_addr_config & MULTI_GPU_TILE_SIZE_MASK) >> MULTI_GPU_TILE_SIZE_SHIFT; |
| 1020 | rdev->config.cayman.multi_gpu_tile_size = 1 << tmp; |
| 1021 | tmp = (gb_addr_config & ROW_SIZE_MASK) >> ROW_SIZE_SHIFT; |
| 1022 | rdev->config.cayman.mem_row_size_in_kb = 1 << tmp; |
| 1023 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1024 | |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1025 | /* setup tiling info dword. gb_addr_config is not adequate since it does |
| 1026 | * not have bank info, so create a custom tiling dword. |
| 1027 | * bits 3:0 num_pipes |
| 1028 | * bits 7:4 num_banks |
| 1029 | * bits 11:8 group_size |
| 1030 | * bits 15:12 row_size |
| 1031 | */ |
| 1032 | rdev->config.cayman.tile_config = 0; |
| 1033 | switch (rdev->config.cayman.num_tile_pipes) { |
| 1034 | case 1: |
| 1035 | default: |
| 1036 | rdev->config.cayman.tile_config |= (0 << 0); |
| 1037 | break; |
| 1038 | case 2: |
| 1039 | rdev->config.cayman.tile_config |= (1 << 0); |
| 1040 | break; |
| 1041 | case 4: |
| 1042 | rdev->config.cayman.tile_config |= (2 << 0); |
| 1043 | break; |
| 1044 | case 8: |
| 1045 | rdev->config.cayman.tile_config |= (3 << 0); |
| 1046 | break; |
| 1047 | } |
Alex Deucher | 7b76e47 | 2012-03-20 17:18:36 -0400 | [diff] [blame] | 1048 | |
| 1049 | /* num banks is 8 on all fusion asics. 0 = 4, 1 = 8, 2 = 16 */ |
| 1050 | if (rdev->flags & RADEON_IS_IGP) |
Alex Deucher | 1f73cca | 2012-05-24 22:55:15 -0400 | [diff] [blame] | 1051 | rdev->config.cayman.tile_config |= 1 << 4; |
Alex Deucher | 29d6540 | 2012-05-31 18:53:36 -0400 | [diff] [blame] | 1052 | else { |
Alex Deucher | 5b23c90 | 2012-07-31 11:05:11 -0400 | [diff] [blame] | 1053 | switch ((mc_arb_ramcfg & NOOFBANK_MASK) >> NOOFBANK_SHIFT) { |
| 1054 | case 0: /* four banks */ |
Alex Deucher | 29d6540 | 2012-05-31 18:53:36 -0400 | [diff] [blame] | 1055 | rdev->config.cayman.tile_config |= 0 << 4; |
Alex Deucher | 5b23c90 | 2012-07-31 11:05:11 -0400 | [diff] [blame] | 1056 | break; |
| 1057 | case 1: /* eight banks */ |
| 1058 | rdev->config.cayman.tile_config |= 1 << 4; |
| 1059 | break; |
| 1060 | case 2: /* sixteen banks */ |
| 1061 | default: |
| 1062 | rdev->config.cayman.tile_config |= 2 << 4; |
| 1063 | break; |
| 1064 | } |
Alex Deucher | 29d6540 | 2012-05-31 18:53:36 -0400 | [diff] [blame] | 1065 | } |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1066 | rdev->config.cayman.tile_config |= |
Dave Airlie | cde5083 | 2011-05-19 14:14:41 +1000 | [diff] [blame] | 1067 | ((gb_addr_config & PIPE_INTERLEAVE_SIZE_MASK) >> PIPE_INTERLEAVE_SIZE_SHIFT) << 8; |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1068 | rdev->config.cayman.tile_config |= |
| 1069 | ((gb_addr_config & ROW_SIZE_MASK) >> ROW_SIZE_SHIFT) << 12; |
| 1070 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1071 | tmp = 0; |
| 1072 | for (i = (rdev->config.cayman.max_shader_engines - 1); i >= 0; i--) { |
| 1073 | u32 rb_disable_bitmap; |
| 1074 | |
| 1075 | WREG32(GRBM_GFX_INDEX, INSTANCE_BROADCAST_WRITES | SE_INDEX(i)); |
| 1076 | WREG32(RLC_GFX_INDEX, INSTANCE_BROADCAST_WRITES | SE_INDEX(i)); |
| 1077 | rb_disable_bitmap = (RREG32(CC_RB_BACKEND_DISABLE) & 0x00ff0000) >> 16; |
| 1078 | tmp <<= 4; |
| 1079 | tmp |= rb_disable_bitmap; |
| 1080 | } |
| 1081 | /* enabled rb are just the one not disabled :) */ |
| 1082 | disabled_rb_mask = tmp; |
Alex Deucher | cedb655 | 2013-04-09 10:13:22 -0400 | [diff] [blame] | 1083 | tmp = 0; |
| 1084 | for (i = 0; i < (rdev->config.cayman.max_backends_per_se * rdev->config.cayman.max_shader_engines); i++) |
| 1085 | tmp |= (1 << i); |
| 1086 | /* if all the backends are disabled, fix it up here */ |
| 1087 | if ((disabled_rb_mask & tmp) == tmp) { |
| 1088 | for (i = 0; i < (rdev->config.cayman.max_backends_per_se * rdev->config.cayman.max_shader_engines); i++) |
| 1089 | disabled_rb_mask &= ~(1 << i); |
| 1090 | } |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1091 | |
Alex Deucher | 65fcf66 | 2014-06-02 16:13:21 -0400 | [diff] [blame] | 1092 | for (i = 0; i < rdev->config.cayman.max_shader_engines; i++) { |
| 1093 | u32 simd_disable_bitmap; |
| 1094 | |
| 1095 | WREG32(GRBM_GFX_INDEX, INSTANCE_BROADCAST_WRITES | SE_INDEX(i)); |
| 1096 | WREG32(RLC_GFX_INDEX, INSTANCE_BROADCAST_WRITES | SE_INDEX(i)); |
| 1097 | simd_disable_bitmap = (RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0xffff0000) >> 16; |
| 1098 | simd_disable_bitmap |= 0xffffffff << rdev->config.cayman.max_simds_per_se; |
| 1099 | tmp <<= 16; |
| 1100 | tmp |= simd_disable_bitmap; |
| 1101 | } |
| 1102 | rdev->config.cayman.active_simds = hweight32(~tmp); |
| 1103 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1104 | WREG32(GRBM_GFX_INDEX, INSTANCE_BROADCAST_WRITES | SE_BROADCAST_WRITES); |
| 1105 | WREG32(RLC_GFX_INDEX, INSTANCE_BROADCAST_WRITES | SE_BROADCAST_WRITES); |
| 1106 | |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1107 | WREG32(GB_ADDR_CONFIG, gb_addr_config); |
| 1108 | WREG32(DMIF_ADDR_CONFIG, gb_addr_config); |
Alex Deucher | 7c1c7c1 | 2013-04-05 10:28:08 -0400 | [diff] [blame] | 1109 | if (ASIC_IS_DCE6(rdev)) |
| 1110 | WREG32(DMIF_ADDR_CALC, gb_addr_config); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1111 | WREG32(HDP_ADDR_CONFIG, gb_addr_config); |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 1112 | WREG32(DMA_TILING_CONFIG + DMA0_REGISTER_OFFSET, gb_addr_config); |
| 1113 | WREG32(DMA_TILING_CONFIG + DMA1_REGISTER_OFFSET, gb_addr_config); |
Christian König | 9a21059 | 2013-04-08 12:41:37 +0200 | [diff] [blame] | 1114 | WREG32(UVD_UDEC_ADDR_CONFIG, gb_addr_config); |
| 1115 | WREG32(UVD_UDEC_DB_ADDR_CONFIG, gb_addr_config); |
| 1116 | WREG32(UVD_UDEC_DBW_ADDR_CONFIG, gb_addr_config); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1117 | |
Alex Deucher | 8f612b2 | 2013-03-11 19:28:39 -0400 | [diff] [blame] | 1118 | if ((rdev->config.cayman.max_backends_per_se == 1) && |
| 1119 | (rdev->flags & RADEON_IS_IGP)) { |
Alex Deucher | dbfb00c | 2015-02-19 16:02:15 -0500 | [diff] [blame] | 1120 | if ((disabled_rb_mask & 3) == 2) { |
Alex Deucher | 8f612b2 | 2013-03-11 19:28:39 -0400 | [diff] [blame] | 1121 | /* RB1 disabled, RB0 enabled */ |
| 1122 | tmp = 0x00000000; |
Alex Deucher | dbfb00c | 2015-02-19 16:02:15 -0500 | [diff] [blame] | 1123 | } else { |
| 1124 | /* RB0 disabled, RB1 enabled */ |
| 1125 | tmp = 0x11111111; |
Alex Deucher | 8f612b2 | 2013-03-11 19:28:39 -0400 | [diff] [blame] | 1126 | } |
| 1127 | } else { |
| 1128 | tmp = gb_addr_config & NUM_PIPES_MASK; |
| 1129 | tmp = r6xx_remap_render_backend(rdev, tmp, |
| 1130 | rdev->config.cayman.max_backends_per_se * |
| 1131 | rdev->config.cayman.max_shader_engines, |
| 1132 | CAYMAN_MAX_BACKENDS, disabled_rb_mask); |
| 1133 | } |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1134 | WREG32(GB_BACKEND_MAP, tmp); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1135 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1136 | cgts_tcc_disable = 0xffff0000; |
| 1137 | for (i = 0; i < rdev->config.cayman.max_texture_channel_caches; i++) |
| 1138 | cgts_tcc_disable &= ~(1 << (16 + i)); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1139 | WREG32(CGTS_TCC_DISABLE, cgts_tcc_disable); |
| 1140 | WREG32(CGTS_SYS_TCC_DISABLE, cgts_tcc_disable); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1141 | WREG32(CGTS_USER_SYS_TCC_DISABLE, cgts_tcc_disable); |
| 1142 | WREG32(CGTS_USER_TCC_DISABLE, cgts_tcc_disable); |
| 1143 | |
| 1144 | /* reprogram the shader complex */ |
| 1145 | cgts_sm_ctrl_reg = RREG32(CGTS_SM_CTRL_REG); |
| 1146 | for (i = 0; i < 16; i++) |
| 1147 | WREG32(CGTS_SM_CTRL_REG, OVERRIDE); |
| 1148 | WREG32(CGTS_SM_CTRL_REG, cgts_sm_ctrl_reg); |
| 1149 | |
| 1150 | /* set HW defaults for 3D engine */ |
| 1151 | WREG32(CP_MEQ_THRESHOLDS, MEQ1_START(0x30) | MEQ2_START(0x60)); |
| 1152 | |
| 1153 | sx_debug_1 = RREG32(SX_DEBUG_1); |
| 1154 | sx_debug_1 |= ENABLE_NEW_SMX_ADDRESS; |
| 1155 | WREG32(SX_DEBUG_1, sx_debug_1); |
| 1156 | |
| 1157 | smx_dc_ctl0 = RREG32(SMX_DC_CTL0); |
| 1158 | smx_dc_ctl0 &= ~NUMBER_OF_SETS(0x1ff); |
Dave Airlie | 285e042 | 2011-05-09 14:54:33 +1000 | [diff] [blame] | 1159 | smx_dc_ctl0 |= NUMBER_OF_SETS(rdev->config.cayman.sx_num_of_sets); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1160 | WREG32(SMX_DC_CTL0, smx_dc_ctl0); |
| 1161 | |
| 1162 | WREG32(SPI_CONFIG_CNTL_1, VTX_DONE_DELAY(4) | CRC_SIMD_ID_WADDR_DISABLE); |
| 1163 | |
| 1164 | /* need to be explicitly zero-ed */ |
| 1165 | WREG32(VGT_OFFCHIP_LDS_BASE, 0); |
| 1166 | WREG32(SQ_LSTMP_RING_BASE, 0); |
| 1167 | WREG32(SQ_HSTMP_RING_BASE, 0); |
| 1168 | WREG32(SQ_ESTMP_RING_BASE, 0); |
| 1169 | WREG32(SQ_GSTMP_RING_BASE, 0); |
| 1170 | WREG32(SQ_VSTMP_RING_BASE, 0); |
| 1171 | WREG32(SQ_PSTMP_RING_BASE, 0); |
| 1172 | |
| 1173 | WREG32(TA_CNTL_AUX, DISABLE_CUBE_ANISO); |
| 1174 | |
Dave Airlie | 285e042 | 2011-05-09 14:54:33 +1000 | [diff] [blame] | 1175 | WREG32(SX_EXPORT_BUFFER_SIZES, (COLOR_BUFFER_SIZE((rdev->config.cayman.sx_max_export_size / 4) - 1) | |
| 1176 | POSITION_BUFFER_SIZE((rdev->config.cayman.sx_max_export_pos_size / 4) - 1) | |
| 1177 | SMX_BUFFER_SIZE((rdev->config.cayman.sx_max_export_smx_size / 4) - 1))); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1178 | |
Dave Airlie | 285e042 | 2011-05-09 14:54:33 +1000 | [diff] [blame] | 1179 | WREG32(PA_SC_FIFO_SIZE, (SC_PRIM_FIFO_SIZE(rdev->config.cayman.sc_prim_fifo_size) | |
| 1180 | SC_HIZ_TILE_FIFO_SIZE(rdev->config.cayman.sc_hiz_tile_fifo_size) | |
| 1181 | SC_EARLYZ_TILE_FIFO_SIZE(rdev->config.cayman.sc_earlyz_tile_fifo_size))); |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1182 | |
| 1183 | |
| 1184 | WREG32(VGT_NUM_INSTANCES, 1); |
| 1185 | |
| 1186 | WREG32(CP_PERFMON_CNTL, 0); |
| 1187 | |
Dave Airlie | 285e042 | 2011-05-09 14:54:33 +1000 | [diff] [blame] | 1188 | WREG32(SQ_MS_FIFO_SIZES, (CACHE_FIFO_SIZE(16 * rdev->config.cayman.sq_num_cf_insts) | |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1189 | FETCH_FIFO_HIWATER(0x4) | |
| 1190 | DONE_FIFO_HIWATER(0xe0) | |
| 1191 | ALU_UPDATE_FIFO_HIWATER(0x8))); |
| 1192 | |
| 1193 | WREG32(SQ_GPR_RESOURCE_MGMT_1, NUM_CLAUSE_TEMP_GPRS(4)); |
| 1194 | WREG32(SQ_CONFIG, (VC_ENABLE | |
| 1195 | EXPORT_SRC_C | |
| 1196 | GFX_PRIO(0) | |
| 1197 | CS1_PRIO(0) | |
| 1198 | CS2_PRIO(1))); |
| 1199 | WREG32(SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, DYN_GPR_ENABLE); |
| 1200 | |
| 1201 | WREG32(PA_SC_FORCE_EOV_MAX_CNTS, (FORCE_EOV_MAX_CLK_CNT(4095) | |
| 1202 | FORCE_EOV_MAX_REZ_CNT(255))); |
| 1203 | |
| 1204 | WREG32(VGT_CACHE_INVALIDATION, CACHE_INVALIDATION(VC_AND_TC) | |
| 1205 | AUTO_INVLD_EN(ES_AND_GS_AUTO)); |
| 1206 | |
| 1207 | WREG32(VGT_GS_VERTEX_REUSE, 16); |
| 1208 | WREG32(PA_SC_LINE_STIPPLE_STATE, 0); |
| 1209 | |
| 1210 | WREG32(CB_PERF_CTR0_SEL_0, 0); |
| 1211 | WREG32(CB_PERF_CTR0_SEL_1, 0); |
| 1212 | WREG32(CB_PERF_CTR1_SEL_0, 0); |
| 1213 | WREG32(CB_PERF_CTR1_SEL_1, 0); |
| 1214 | WREG32(CB_PERF_CTR2_SEL_0, 0); |
| 1215 | WREG32(CB_PERF_CTR2_SEL_1, 0); |
| 1216 | WREG32(CB_PERF_CTR3_SEL_0, 0); |
| 1217 | WREG32(CB_PERF_CTR3_SEL_1, 0); |
| 1218 | |
Dave Airlie | 0b65f83 | 2011-05-19 14:14:42 +1000 | [diff] [blame] | 1219 | tmp = RREG32(HDP_MISC_CNTL); |
| 1220 | tmp |= HDP_FLUSH_INVALIDATE_CACHE; |
| 1221 | WREG32(HDP_MISC_CNTL, tmp); |
| 1222 | |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1223 | hdp_host_path_cntl = RREG32(HDP_HOST_PATH_CNTL); |
| 1224 | WREG32(HDP_HOST_PATH_CNTL, hdp_host_path_cntl); |
| 1225 | |
| 1226 | WREG32(PA_CL_ENHANCE, CLIP_VTX_REORDER_ENA | NUM_CLIP_SEQ(3)); |
| 1227 | |
| 1228 | udelay(50); |
Alex Deucher | 8ba1046 | 2013-02-15 16:26:33 -0500 | [diff] [blame] | 1229 | |
| 1230 | /* set clockgating golden values on TN */ |
| 1231 | if (rdev->family == CHIP_ARUBA) { |
| 1232 | tmp = RREG32_CG(CG_CGTT_LOCAL_0); |
| 1233 | tmp &= ~0x00380000; |
| 1234 | WREG32_CG(CG_CGTT_LOCAL_0, tmp); |
| 1235 | tmp = RREG32_CG(CG_CGTT_LOCAL_1); |
| 1236 | tmp &= ~0x0e000000; |
| 1237 | WREG32_CG(CG_CGTT_LOCAL_1, tmp); |
| 1238 | } |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 1239 | } |
| 1240 | |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1241 | /* |
| 1242 | * GART |
| 1243 | */ |
| 1244 | void cayman_pcie_gart_tlb_flush(struct radeon_device *rdev) |
| 1245 | { |
| 1246 | /* flush hdp cache */ |
| 1247 | WREG32(HDP_MEM_COHERENCY_FLUSH_CNTL, 0x1); |
| 1248 | |
| 1249 | /* bits 0-7 are the VM contexts0-7 */ |
| 1250 | WREG32(VM_INVALIDATE_REQUEST, 1); |
| 1251 | } |
| 1252 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 1253 | static int cayman_pcie_gart_enable(struct radeon_device *rdev) |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1254 | { |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1255 | int i, r; |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1256 | |
Jerome Glisse | c9a1be9 | 2011-11-03 11:16:49 -0400 | [diff] [blame] | 1257 | if (rdev->gart.robj == NULL) { |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1258 | dev_err(rdev->dev, "No VRAM object for PCIE GART.\n"); |
| 1259 | return -EINVAL; |
| 1260 | } |
| 1261 | r = radeon_gart_table_vram_pin(rdev); |
| 1262 | if (r) |
| 1263 | return r; |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1264 | /* Setup TLB control */ |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1265 | WREG32(MC_VM_MX_L1_TLB_CNTL, |
| 1266 | (0xA << 7) | |
| 1267 | ENABLE_L1_TLB | |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1268 | ENABLE_L1_FRAGMENT_PROCESSING | |
| 1269 | SYSTEM_ACCESS_MODE_NOT_IN_SYS | |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1270 | ENABLE_ADVANCED_DRIVER_MODEL | |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1271 | SYSTEM_APERTURE_UNMAPPED_ACCESS_PASS_THRU); |
| 1272 | /* Setup L2 cache */ |
| 1273 | WREG32(VM_L2_CNTL, ENABLE_L2_CACHE | |
Christian König | ec3dbbc | 2014-05-10 12:17:55 +0200 | [diff] [blame] | 1274 | ENABLE_L2_FRAGMENT_PROCESSING | |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1275 | ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE | |
| 1276 | ENABLE_L2_PDE0_CACHE_LRU_UPDATE_BY_WRITE | |
| 1277 | EFFECTIVE_L2_QUEUE_SIZE(7) | |
| 1278 | CONTEXT1_IDENTITY_ACCESS_MODE(1)); |
| 1279 | WREG32(VM_L2_CNTL2, INVALIDATE_ALL_L1_TLBS | INVALIDATE_L2_CACHE); |
| 1280 | WREG32(VM_L2_CNTL3, L2_CACHE_BIGK_ASSOCIATIVITY | |
Christian König | ec3dbbc | 2014-05-10 12:17:55 +0200 | [diff] [blame] | 1281 | BANK_SELECT(6) | |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1282 | L2_CACHE_BIGK_FRAGMENT_SIZE(6)); |
| 1283 | /* setup context0 */ |
| 1284 | WREG32(VM_CONTEXT0_PAGE_TABLE_START_ADDR, rdev->mc.gtt_start >> 12); |
Christian König | 607d480 | 2015-05-12 14:56:17 +0200 | [diff] [blame] | 1285 | WREG32(VM_CONTEXT0_PAGE_TABLE_END_ADDR, (rdev->mc.gtt_end >> 12) - 1); |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1286 | WREG32(VM_CONTEXT0_PAGE_TABLE_BASE_ADDR, rdev->gart.table_addr >> 12); |
| 1287 | WREG32(VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR, |
| 1288 | (u32)(rdev->dummy_page.addr >> 12)); |
| 1289 | WREG32(VM_CONTEXT0_CNTL2, 0); |
| 1290 | WREG32(VM_CONTEXT0_CNTL, ENABLE_CONTEXT | PAGE_TABLE_DEPTH(0) | |
| 1291 | RANGE_PROTECTION_FAULT_ENABLE_DEFAULT); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1292 | |
| 1293 | WREG32(0x15D4, 0); |
| 1294 | WREG32(0x15D8, 0); |
| 1295 | WREG32(0x15DC, 0); |
| 1296 | |
| 1297 | /* empty context1-7 */ |
Alex Deucher | 23d4f1f | 2012-10-08 09:45:46 -0400 | [diff] [blame] | 1298 | /* Assign the pt base to something valid for now; the pts used for |
| 1299 | * the VMs are determined by the application and setup and assigned |
| 1300 | * on the fly in the vm part of radeon_gart.c |
| 1301 | */ |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1302 | for (i = 1; i < 8; i++) { |
| 1303 | WREG32(VM_CONTEXT0_PAGE_TABLE_START_ADDR + (i << 2), 0); |
Christian König | 607d480 | 2015-05-12 14:56:17 +0200 | [diff] [blame] | 1304 | WREG32(VM_CONTEXT0_PAGE_TABLE_END_ADDR + (i << 2), |
| 1305 | rdev->vm_manager.max_pfn - 1); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1306 | WREG32(VM_CONTEXT0_PAGE_TABLE_BASE_ADDR + (i << 2), |
Christian König | 054e01d | 2014-08-26 14:45:54 +0200 | [diff] [blame] | 1307 | rdev->vm_manager.saved_table_addr[i]); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1308 | } |
| 1309 | |
| 1310 | /* enable context1-7 */ |
| 1311 | WREG32(VM_CONTEXT1_PROTECTION_FAULT_DEFAULT_ADDR, |
| 1312 | (u32)(rdev->dummy_page.addr >> 12)); |
Christian König | ae133a1 | 2012-09-18 15:30:44 -0400 | [diff] [blame] | 1313 | WREG32(VM_CONTEXT1_CNTL2, 4); |
Dmitry Cherkasov | fa87e62 | 2012-09-17 19:36:19 +0200 | [diff] [blame] | 1314 | WREG32(VM_CONTEXT1_CNTL, ENABLE_CONTEXT | PAGE_TABLE_DEPTH(1) | |
Christian König | 4510fb9 | 2014-06-05 23:56:50 -0400 | [diff] [blame] | 1315 | PAGE_TABLE_BLOCK_SIZE(radeon_vm_block_size - 9) | |
Christian König | ae133a1 | 2012-09-18 15:30:44 -0400 | [diff] [blame] | 1316 | RANGE_PROTECTION_FAULT_ENABLE_INTERRUPT | |
| 1317 | RANGE_PROTECTION_FAULT_ENABLE_DEFAULT | |
| 1318 | DUMMY_PAGE_PROTECTION_FAULT_ENABLE_INTERRUPT | |
| 1319 | DUMMY_PAGE_PROTECTION_FAULT_ENABLE_DEFAULT | |
| 1320 | PDE0_PROTECTION_FAULT_ENABLE_INTERRUPT | |
| 1321 | PDE0_PROTECTION_FAULT_ENABLE_DEFAULT | |
| 1322 | VALID_PROTECTION_FAULT_ENABLE_INTERRUPT | |
| 1323 | VALID_PROTECTION_FAULT_ENABLE_DEFAULT | |
| 1324 | READ_PROTECTION_FAULT_ENABLE_INTERRUPT | |
| 1325 | READ_PROTECTION_FAULT_ENABLE_DEFAULT | |
| 1326 | WRITE_PROTECTION_FAULT_ENABLE_INTERRUPT | |
| 1327 | WRITE_PROTECTION_FAULT_ENABLE_DEFAULT); |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1328 | |
| 1329 | cayman_pcie_gart_tlb_flush(rdev); |
Tormod Volden | fcf4de5 | 2011-08-31 21:54:07 +0000 | [diff] [blame] | 1330 | DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", |
| 1331 | (unsigned)(rdev->mc.gtt_size >> 20), |
| 1332 | (unsigned long long)rdev->gart.table_addr); |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1333 | rdev->gart.ready = true; |
| 1334 | return 0; |
| 1335 | } |
| 1336 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 1337 | static void cayman_pcie_gart_disable(struct radeon_device *rdev) |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1338 | { |
Christian König | 054e01d | 2014-08-26 14:45:54 +0200 | [diff] [blame] | 1339 | unsigned i; |
| 1340 | |
| 1341 | for (i = 1; i < 8; ++i) { |
| 1342 | rdev->vm_manager.saved_table_addr[i] = RREG32( |
| 1343 | VM_CONTEXT0_PAGE_TABLE_BASE_ADDR + (i << 2)); |
| 1344 | } |
| 1345 | |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1346 | /* Disable all tables */ |
| 1347 | WREG32(VM_CONTEXT0_CNTL, 0); |
| 1348 | WREG32(VM_CONTEXT1_CNTL, 0); |
| 1349 | /* Setup TLB control */ |
| 1350 | WREG32(MC_VM_MX_L1_TLB_CNTL, ENABLE_L1_FRAGMENT_PROCESSING | |
| 1351 | SYSTEM_ACCESS_MODE_NOT_IN_SYS | |
| 1352 | SYSTEM_APERTURE_UNMAPPED_ACCESS_PASS_THRU); |
| 1353 | /* Setup L2 cache */ |
| 1354 | WREG32(VM_L2_CNTL, ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE | |
| 1355 | ENABLE_L2_PDE0_CACHE_LRU_UPDATE_BY_WRITE | |
| 1356 | EFFECTIVE_L2_QUEUE_SIZE(7) | |
| 1357 | CONTEXT1_IDENTITY_ACCESS_MODE(1)); |
| 1358 | WREG32(VM_L2_CNTL2, 0); |
| 1359 | WREG32(VM_L2_CNTL3, L2_CACHE_BIGK_ASSOCIATIVITY | |
| 1360 | L2_CACHE_BIGK_FRAGMENT_SIZE(6)); |
Jerome Glisse | c9a1be9 | 2011-11-03 11:16:49 -0400 | [diff] [blame] | 1361 | radeon_gart_table_vram_unpin(rdev); |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1362 | } |
| 1363 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 1364 | static void cayman_pcie_gart_fini(struct radeon_device *rdev) |
Alex Deucher | fa8198e | 2011-03-02 20:07:30 -0500 | [diff] [blame] | 1365 | { |
| 1366 | cayman_pcie_gart_disable(rdev); |
| 1367 | radeon_gart_table_vram_free(rdev); |
| 1368 | radeon_gart_fini(rdev); |
| 1369 | } |
| 1370 | |
Alex Deucher | 1b37078 | 2011-11-17 20:13:28 -0500 | [diff] [blame] | 1371 | void cayman_cp_int_cntl_setup(struct radeon_device *rdev, |
| 1372 | int ring, u32 cp_int_cntl) |
| 1373 | { |
| 1374 | u32 srbm_gfx_cntl = RREG32(SRBM_GFX_CNTL) & ~3; |
| 1375 | |
| 1376 | WREG32(SRBM_GFX_CNTL, srbm_gfx_cntl | (ring & 3)); |
| 1377 | WREG32(CP_INT_CNTL, cp_int_cntl); |
| 1378 | } |
| 1379 | |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1380 | /* |
| 1381 | * CP. |
| 1382 | */ |
Alex Deucher | b40e7e1 | 2011-11-17 14:57:50 -0500 | [diff] [blame] | 1383 | void cayman_fence_ring_emit(struct radeon_device *rdev, |
| 1384 | struct radeon_fence *fence) |
| 1385 | { |
| 1386 | struct radeon_ring *ring = &rdev->ring[fence->ring]; |
| 1387 | u64 addr = rdev->fence_drv[fence->ring].gpu_addr; |
Alex Deucher | 10e9ffa | 2014-01-16 18:02:59 -0500 | [diff] [blame] | 1388 | u32 cp_coher_cntl = PACKET3_FULL_CACHE_ENA | PACKET3_TC_ACTION_ENA | |
| 1389 | PACKET3_SH_ACTION_ENA; |
Alex Deucher | b40e7e1 | 2011-11-17 14:57:50 -0500 | [diff] [blame] | 1390 | |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1391 | /* flush read cache over gart for this vmid */ |
Alex Deucher | b40e7e1 | 2011-11-17 14:57:50 -0500 | [diff] [blame] | 1392 | radeon_ring_write(ring, PACKET3(PACKET3_SURFACE_SYNC, 3)); |
Alex Deucher | 10e9ffa | 2014-01-16 18:02:59 -0500 | [diff] [blame] | 1393 | radeon_ring_write(ring, PACKET3_ENGINE_ME | cp_coher_cntl); |
Alex Deucher | b40e7e1 | 2011-11-17 14:57:50 -0500 | [diff] [blame] | 1394 | radeon_ring_write(ring, 0xFFFFFFFF); |
| 1395 | radeon_ring_write(ring, 0); |
| 1396 | radeon_ring_write(ring, 10); /* poll interval */ |
| 1397 | /* EVENT_WRITE_EOP - flush caches, send int */ |
| 1398 | radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); |
| 1399 | radeon_ring_write(ring, EVENT_TYPE(CACHE_FLUSH_AND_INV_EVENT_TS) | EVENT_INDEX(5)); |
Christian König | 5e167cd | 2014-06-03 20:51:46 +0200 | [diff] [blame] | 1400 | radeon_ring_write(ring, lower_32_bits(addr)); |
Alex Deucher | b40e7e1 | 2011-11-17 14:57:50 -0500 | [diff] [blame] | 1401 | radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); |
| 1402 | radeon_ring_write(ring, fence->seq); |
| 1403 | radeon_ring_write(ring, 0); |
| 1404 | } |
| 1405 | |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1406 | void cayman_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib) |
| 1407 | { |
Christian König | 876dc9f | 2012-05-08 14:24:01 +0200 | [diff] [blame] | 1408 | struct radeon_ring *ring = &rdev->ring[ib->ring]; |
Christian König | 7c42bc1 | 2014-11-19 14:01:25 +0100 | [diff] [blame] | 1409 | unsigned vm_id = ib->vm ? ib->vm->ids[ib->ring].id : 0; |
Alex Deucher | 10e9ffa | 2014-01-16 18:02:59 -0500 | [diff] [blame] | 1410 | u32 cp_coher_cntl = PACKET3_FULL_CACHE_ENA | PACKET3_TC_ACTION_ENA | |
| 1411 | PACKET3_SH_ACTION_ENA; |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1412 | |
| 1413 | /* set to DX10/11 mode */ |
| 1414 | radeon_ring_write(ring, PACKET3(PACKET3_MODE_CONTROL, 0)); |
| 1415 | radeon_ring_write(ring, 1); |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 1416 | |
| 1417 | if (ring->rptr_save_reg) { |
| 1418 | uint32_t next_rptr = ring->wptr + 3 + 4 + 8; |
| 1419 | radeon_ring_write(ring, PACKET3(PACKET3_SET_CONFIG_REG, 1)); |
| 1420 | radeon_ring_write(ring, ((ring->rptr_save_reg - |
| 1421 | PACKET3_SET_CONFIG_REG_START) >> 2)); |
| 1422 | radeon_ring_write(ring, next_rptr); |
| 1423 | } |
| 1424 | |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1425 | radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); |
| 1426 | radeon_ring_write(ring, |
| 1427 | #ifdef __BIG_ENDIAN |
| 1428 | (2 << 0) | |
| 1429 | #endif |
| 1430 | (ib->gpu_addr & 0xFFFFFFFC)); |
| 1431 | radeon_ring_write(ring, upper_32_bits(ib->gpu_addr) & 0xFF); |
Christian König | 7c42bc1 | 2014-11-19 14:01:25 +0100 | [diff] [blame] | 1432 | radeon_ring_write(ring, ib->length_dw | (vm_id << 24)); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1433 | |
| 1434 | /* flush read cache over gart for this vmid */ |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1435 | radeon_ring_write(ring, PACKET3(PACKET3_SURFACE_SYNC, 3)); |
Alex Deucher | 10e9ffa | 2014-01-16 18:02:59 -0500 | [diff] [blame] | 1436 | radeon_ring_write(ring, PACKET3_ENGINE_ME | cp_coher_cntl); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1437 | radeon_ring_write(ring, 0xFFFFFFFF); |
| 1438 | radeon_ring_write(ring, 0); |
Christian König | 7c42bc1 | 2014-11-19 14:01:25 +0100 | [diff] [blame] | 1439 | radeon_ring_write(ring, (vm_id << 24) | 10); /* poll interval */ |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 1440 | } |
| 1441 | |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1442 | static void cayman_cp_enable(struct radeon_device *rdev, bool enable) |
| 1443 | { |
| 1444 | if (enable) |
| 1445 | WREG32(CP_ME_CNTL, 0); |
| 1446 | else { |
Alex Deucher | 50efa51 | 2014-01-27 11:26:33 -0500 | [diff] [blame] | 1447 | if (rdev->asic->copy.copy_ring_index == RADEON_RING_TYPE_GFX_INDEX) |
| 1448 | radeon_ttm_set_active_vram_size(rdev, rdev->mc.visible_vram_size); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1449 | WREG32(CP_ME_CNTL, (CP_ME_HALT | CP_PFP_HALT)); |
| 1450 | WREG32(SCRATCH_UMSK, 0); |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 1451 | rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false; |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1452 | } |
| 1453 | } |
| 1454 | |
Alex Deucher | ea31bf6 | 2013-12-09 19:44:30 -0500 | [diff] [blame] | 1455 | u32 cayman_gfx_get_rptr(struct radeon_device *rdev, |
| 1456 | struct radeon_ring *ring) |
| 1457 | { |
| 1458 | u32 rptr; |
| 1459 | |
| 1460 | if (rdev->wb.enabled) |
| 1461 | rptr = rdev->wb.wb[ring->rptr_offs/4]; |
| 1462 | else { |
| 1463 | if (ring->idx == RADEON_RING_TYPE_GFX_INDEX) |
| 1464 | rptr = RREG32(CP_RB0_RPTR); |
| 1465 | else if (ring->idx == CAYMAN_RING_TYPE_CP1_INDEX) |
| 1466 | rptr = RREG32(CP_RB1_RPTR); |
| 1467 | else |
| 1468 | rptr = RREG32(CP_RB2_RPTR); |
| 1469 | } |
| 1470 | |
| 1471 | return rptr; |
| 1472 | } |
| 1473 | |
| 1474 | u32 cayman_gfx_get_wptr(struct radeon_device *rdev, |
| 1475 | struct radeon_ring *ring) |
| 1476 | { |
| 1477 | u32 wptr; |
| 1478 | |
| 1479 | if (ring->idx == RADEON_RING_TYPE_GFX_INDEX) |
| 1480 | wptr = RREG32(CP_RB0_WPTR); |
| 1481 | else if (ring->idx == CAYMAN_RING_TYPE_CP1_INDEX) |
| 1482 | wptr = RREG32(CP_RB1_WPTR); |
| 1483 | else |
| 1484 | wptr = RREG32(CP_RB2_WPTR); |
| 1485 | |
| 1486 | return wptr; |
| 1487 | } |
| 1488 | |
| 1489 | void cayman_gfx_set_wptr(struct radeon_device *rdev, |
| 1490 | struct radeon_ring *ring) |
| 1491 | { |
| 1492 | if (ring->idx == RADEON_RING_TYPE_GFX_INDEX) { |
| 1493 | WREG32(CP_RB0_WPTR, ring->wptr); |
| 1494 | (void)RREG32(CP_RB0_WPTR); |
| 1495 | } else if (ring->idx == CAYMAN_RING_TYPE_CP1_INDEX) { |
| 1496 | WREG32(CP_RB1_WPTR, ring->wptr); |
| 1497 | (void)RREG32(CP_RB1_WPTR); |
| 1498 | } else { |
| 1499 | WREG32(CP_RB2_WPTR, ring->wptr); |
| 1500 | (void)RREG32(CP_RB2_WPTR); |
| 1501 | } |
| 1502 | } |
| 1503 | |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1504 | static int cayman_cp_load_microcode(struct radeon_device *rdev) |
| 1505 | { |
| 1506 | const __be32 *fw_data; |
| 1507 | int i; |
| 1508 | |
| 1509 | if (!rdev->me_fw || !rdev->pfp_fw) |
| 1510 | return -EINVAL; |
| 1511 | |
| 1512 | cayman_cp_enable(rdev, false); |
| 1513 | |
| 1514 | fw_data = (const __be32 *)rdev->pfp_fw->data; |
| 1515 | WREG32(CP_PFP_UCODE_ADDR, 0); |
| 1516 | for (i = 0; i < CAYMAN_PFP_UCODE_SIZE; i++) |
| 1517 | WREG32(CP_PFP_UCODE_DATA, be32_to_cpup(fw_data++)); |
| 1518 | WREG32(CP_PFP_UCODE_ADDR, 0); |
| 1519 | |
| 1520 | fw_data = (const __be32 *)rdev->me_fw->data; |
| 1521 | WREG32(CP_ME_RAM_WADDR, 0); |
| 1522 | for (i = 0; i < CAYMAN_PM4_UCODE_SIZE; i++) |
| 1523 | WREG32(CP_ME_RAM_DATA, be32_to_cpup(fw_data++)); |
| 1524 | |
| 1525 | WREG32(CP_PFP_UCODE_ADDR, 0); |
| 1526 | WREG32(CP_ME_RAM_WADDR, 0); |
| 1527 | WREG32(CP_ME_RAM_RADDR, 0); |
| 1528 | return 0; |
| 1529 | } |
| 1530 | |
| 1531 | static int cayman_cp_start(struct radeon_device *rdev) |
| 1532 | { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1533 | struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1534 | int r, i; |
| 1535 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1536 | r = radeon_ring_lock(rdev, ring, 7); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1537 | if (r) { |
| 1538 | DRM_ERROR("radeon: cp failed to lock ring (%d).\n", r); |
| 1539 | return r; |
| 1540 | } |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1541 | radeon_ring_write(ring, PACKET3(PACKET3_ME_INITIALIZE, 5)); |
| 1542 | radeon_ring_write(ring, 0x1); |
| 1543 | radeon_ring_write(ring, 0x0); |
| 1544 | radeon_ring_write(ring, rdev->config.cayman.max_hw_contexts - 1); |
| 1545 | radeon_ring_write(ring, PACKET3_ME_INITIALIZE_DEVICE_ID(1)); |
| 1546 | radeon_ring_write(ring, 0); |
| 1547 | radeon_ring_write(ring, 0); |
Michel Dänzer | 1538a9e | 2014-08-18 17:34:55 +0900 | [diff] [blame] | 1548 | radeon_ring_unlock_commit(rdev, ring, false); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1549 | |
| 1550 | cayman_cp_enable(rdev, true); |
| 1551 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1552 | r = radeon_ring_lock(rdev, ring, cayman_default_size + 19); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1553 | if (r) { |
| 1554 | DRM_ERROR("radeon: cp failed to lock ring (%d).\n", r); |
| 1555 | return r; |
| 1556 | } |
| 1557 | |
| 1558 | /* setup clear context state */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1559 | radeon_ring_write(ring, PACKET3(PACKET3_PREAMBLE_CNTL, 0)); |
| 1560 | radeon_ring_write(ring, PACKET3_PREAMBLE_BEGIN_CLEAR_STATE); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1561 | |
| 1562 | for (i = 0; i < cayman_default_size; i++) |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1563 | radeon_ring_write(ring, cayman_default_state[i]); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1564 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1565 | radeon_ring_write(ring, PACKET3(PACKET3_PREAMBLE_CNTL, 0)); |
| 1566 | radeon_ring_write(ring, PACKET3_PREAMBLE_END_CLEAR_STATE); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1567 | |
| 1568 | /* set clear context state */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1569 | radeon_ring_write(ring, PACKET3(PACKET3_CLEAR_STATE, 0)); |
| 1570 | radeon_ring_write(ring, 0); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1571 | |
| 1572 | /* SQ_VTX_BASE_VTX_LOC */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1573 | radeon_ring_write(ring, 0xc0026f00); |
| 1574 | radeon_ring_write(ring, 0x00000000); |
| 1575 | radeon_ring_write(ring, 0x00000000); |
| 1576 | radeon_ring_write(ring, 0x00000000); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1577 | |
| 1578 | /* Clear consts */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1579 | radeon_ring_write(ring, 0xc0036f00); |
| 1580 | radeon_ring_write(ring, 0x00000bc4); |
| 1581 | radeon_ring_write(ring, 0xffffffff); |
| 1582 | radeon_ring_write(ring, 0xffffffff); |
| 1583 | radeon_ring_write(ring, 0xffffffff); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1584 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1585 | radeon_ring_write(ring, 0xc0026900); |
| 1586 | radeon_ring_write(ring, 0x00000316); |
| 1587 | radeon_ring_write(ring, 0x0000000e); /* VGT_VERTEX_REUSE_BLOCK_CNTL */ |
| 1588 | radeon_ring_write(ring, 0x00000010); /* */ |
Alex Deucher | 9b91d18 | 2011-03-02 20:07:39 -0500 | [diff] [blame] | 1589 | |
Michel Dänzer | 1538a9e | 2014-08-18 17:34:55 +0900 | [diff] [blame] | 1590 | radeon_ring_unlock_commit(rdev, ring, false); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1591 | |
| 1592 | /* XXX init other rings */ |
| 1593 | |
| 1594 | return 0; |
| 1595 | } |
| 1596 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 1597 | static void cayman_cp_fini(struct radeon_device *rdev) |
| 1598 | { |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 1599 | struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 1600 | cayman_cp_enable(rdev, false); |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 1601 | radeon_ring_fini(rdev, ring); |
| 1602 | radeon_scratch_free(rdev, ring->rptr_save_reg); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 1603 | } |
| 1604 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 1605 | static int cayman_cp_resume(struct radeon_device *rdev) |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1606 | { |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1607 | static const int ridx[] = { |
| 1608 | RADEON_RING_TYPE_GFX_INDEX, |
| 1609 | CAYMAN_RING_TYPE_CP1_INDEX, |
| 1610 | CAYMAN_RING_TYPE_CP2_INDEX |
| 1611 | }; |
| 1612 | static const unsigned cp_rb_cntl[] = { |
| 1613 | CP_RB0_CNTL, |
| 1614 | CP_RB1_CNTL, |
| 1615 | CP_RB2_CNTL, |
| 1616 | }; |
| 1617 | static const unsigned cp_rb_rptr_addr[] = { |
| 1618 | CP_RB0_RPTR_ADDR, |
| 1619 | CP_RB1_RPTR_ADDR, |
| 1620 | CP_RB2_RPTR_ADDR |
| 1621 | }; |
| 1622 | static const unsigned cp_rb_rptr_addr_hi[] = { |
| 1623 | CP_RB0_RPTR_ADDR_HI, |
| 1624 | CP_RB1_RPTR_ADDR_HI, |
| 1625 | CP_RB2_RPTR_ADDR_HI |
| 1626 | }; |
| 1627 | static const unsigned cp_rb_base[] = { |
| 1628 | CP_RB0_BASE, |
| 1629 | CP_RB1_BASE, |
| 1630 | CP_RB2_BASE |
| 1631 | }; |
Alex Deucher | ea31bf6 | 2013-12-09 19:44:30 -0500 | [diff] [blame] | 1632 | static const unsigned cp_rb_rptr[] = { |
| 1633 | CP_RB0_RPTR, |
| 1634 | CP_RB1_RPTR, |
| 1635 | CP_RB2_RPTR |
| 1636 | }; |
| 1637 | static const unsigned cp_rb_wptr[] = { |
| 1638 | CP_RB0_WPTR, |
| 1639 | CP_RB1_WPTR, |
| 1640 | CP_RB2_WPTR |
| 1641 | }; |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1642 | struct radeon_ring *ring; |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1643 | int i, r; |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1644 | |
| 1645 | /* Reset cp; if cp is reset, then PA, SH, VGT also need to be reset */ |
| 1646 | WREG32(GRBM_SOFT_RESET, (SOFT_RESET_CP | |
| 1647 | SOFT_RESET_PA | |
| 1648 | SOFT_RESET_SH | |
| 1649 | SOFT_RESET_VGT | |
Jerome Glisse | a49a50d | 2011-08-24 20:00:17 +0000 | [diff] [blame] | 1650 | SOFT_RESET_SPI | |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1651 | SOFT_RESET_SX)); |
| 1652 | RREG32(GRBM_SOFT_RESET); |
| 1653 | mdelay(15); |
| 1654 | WREG32(GRBM_SOFT_RESET, 0); |
| 1655 | RREG32(GRBM_SOFT_RESET); |
| 1656 | |
Christian König | 15d3332 | 2011-09-15 19:02:22 +0200 | [diff] [blame] | 1657 | WREG32(CP_SEM_WAIT_TIMER, 0x0); |
Alex Deucher | 11ef3f1f | 2012-01-20 14:47:43 -0500 | [diff] [blame] | 1658 | WREG32(CP_SEM_INCOMPLETE_TIMER_CNTL, 0x0); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1659 | |
| 1660 | /* Set the write pointer delay */ |
| 1661 | WREG32(CP_RB_WPTR_DELAY, 0); |
| 1662 | |
| 1663 | WREG32(CP_DEBUG, (1 << 27)); |
| 1664 | |
Adam Buchbinder | 48fc7f7 | 2012-09-19 21:48:00 -0400 | [diff] [blame] | 1665 | /* set the wb address whether it's enabled or not */ |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1666 | WREG32(SCRATCH_ADDR, ((rdev->wb.gpu_addr + RADEON_WB_SCRATCH_OFFSET) >> 8) & 0xFFFFFFFF); |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1667 | WREG32(SCRATCH_UMSK, 0xff); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1668 | |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1669 | for (i = 0; i < 3; ++i) { |
| 1670 | uint32_t rb_cntl; |
| 1671 | uint64_t addr; |
| 1672 | |
| 1673 | /* Set ring buffer size */ |
| 1674 | ring = &rdev->ring[ridx[i]]; |
Daniel Vetter | b72a892 | 2013-07-10 14:11:59 +0200 | [diff] [blame] | 1675 | rb_cntl = order_base_2(ring->ring_size / 8); |
| 1676 | rb_cntl |= order_base_2(RADEON_GPU_PAGE_SIZE/8) << 8; |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1677 | #ifdef __BIG_ENDIAN |
| 1678 | rb_cntl |= BUF_SWAP_32BIT; |
| 1679 | #endif |
| 1680 | WREG32(cp_rb_cntl[i], rb_cntl); |
| 1681 | |
Adam Buchbinder | 48fc7f7 | 2012-09-19 21:48:00 -0400 | [diff] [blame] | 1682 | /* set the wb address whether it's enabled or not */ |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1683 | addr = rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET; |
| 1684 | WREG32(cp_rb_rptr_addr[i], addr & 0xFFFFFFFC); |
| 1685 | WREG32(cp_rb_rptr_addr_hi[i], upper_32_bits(addr) & 0xFF); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1686 | } |
| 1687 | |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1688 | /* set the rb base addr, this causes an internal reset of ALL rings */ |
| 1689 | for (i = 0; i < 3; ++i) { |
| 1690 | ring = &rdev->ring[ridx[i]]; |
| 1691 | WREG32(cp_rb_base[i], ring->gpu_addr >> 8); |
| 1692 | } |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1693 | |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1694 | for (i = 0; i < 3; ++i) { |
| 1695 | /* Initialize the ring buffer's read and write pointers */ |
| 1696 | ring = &rdev->ring[ridx[i]]; |
| 1697 | WREG32_P(cp_rb_cntl[i], RB_RPTR_WR_ENA, ~RB_RPTR_WR_ENA); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1698 | |
Christian König | ff212f2 | 2014-02-18 14:52:33 +0100 | [diff] [blame] | 1699 | ring->wptr = 0; |
| 1700 | WREG32(cp_rb_rptr[i], 0); |
Alex Deucher | ea31bf6 | 2013-12-09 19:44:30 -0500 | [diff] [blame] | 1701 | WREG32(cp_rb_wptr[i], ring->wptr); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1702 | |
Christian König | b90ca98 | 2012-07-04 21:36:53 +0200 | [diff] [blame] | 1703 | mdelay(1); |
| 1704 | WREG32_P(cp_rb_cntl[i], 0, ~RB_RPTR_WR_ENA); |
| 1705 | } |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1706 | |
| 1707 | /* start the rings */ |
| 1708 | cayman_cp_start(rdev); |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1709 | rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true; |
| 1710 | rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false; |
| 1711 | rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false; |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1712 | /* this only test cp0 */ |
Alex Deucher | f712812 | 2012-02-23 17:53:45 -0500 | [diff] [blame] | 1713 | r = radeon_ring_test(rdev, RADEON_RING_TYPE_GFX_INDEX, &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]); |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1714 | if (r) { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1715 | rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false; |
| 1716 | rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false; |
| 1717 | rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false; |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1718 | return r; |
| 1719 | } |
| 1720 | |
Alex Deucher | 50efa51 | 2014-01-27 11:26:33 -0500 | [diff] [blame] | 1721 | if (rdev->asic->copy.copy_ring_index == RADEON_RING_TYPE_GFX_INDEX) |
| 1722 | radeon_ttm_set_active_vram_size(rdev, rdev->mc.real_vram_size); |
| 1723 | |
Alex Deucher | 0c88a02 | 2011-03-02 20:07:31 -0500 | [diff] [blame] | 1724 | return 0; |
| 1725 | } |
| 1726 | |
Christian König | 2483b4e | 2013-08-13 11:56:54 +0200 | [diff] [blame] | 1727 | u32 cayman_gpu_check_soft_reset(struct radeon_device *rdev) |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 1728 | { |
| 1729 | u32 reset_mask = 0; |
| 1730 | u32 tmp; |
| 1731 | |
| 1732 | /* GRBM_STATUS */ |
| 1733 | tmp = RREG32(GRBM_STATUS); |
| 1734 | if (tmp & (PA_BUSY | SC_BUSY | |
| 1735 | SH_BUSY | SX_BUSY | |
| 1736 | TA_BUSY | VGT_BUSY | |
| 1737 | DB_BUSY | CB_BUSY | |
| 1738 | GDS_BUSY | SPI_BUSY | |
| 1739 | IA_BUSY | IA_BUSY_NO_DMA)) |
| 1740 | reset_mask |= RADEON_RESET_GFX; |
| 1741 | |
| 1742 | if (tmp & (CF_RQ_PENDING | PF_RQ_PENDING | |
| 1743 | CP_BUSY | CP_COHERENCY_BUSY)) |
| 1744 | reset_mask |= RADEON_RESET_CP; |
| 1745 | |
| 1746 | if (tmp & GRBM_EE_BUSY) |
| 1747 | reset_mask |= RADEON_RESET_GRBM | RADEON_RESET_GFX | RADEON_RESET_CP; |
| 1748 | |
| 1749 | /* DMA_STATUS_REG 0 */ |
| 1750 | tmp = RREG32(DMA_STATUS_REG + DMA0_REGISTER_OFFSET); |
| 1751 | if (!(tmp & DMA_IDLE)) |
| 1752 | reset_mask |= RADEON_RESET_DMA; |
| 1753 | |
| 1754 | /* DMA_STATUS_REG 1 */ |
| 1755 | tmp = RREG32(DMA_STATUS_REG + DMA1_REGISTER_OFFSET); |
| 1756 | if (!(tmp & DMA_IDLE)) |
| 1757 | reset_mask |= RADEON_RESET_DMA1; |
| 1758 | |
| 1759 | /* SRBM_STATUS2 */ |
| 1760 | tmp = RREG32(SRBM_STATUS2); |
| 1761 | if (tmp & DMA_BUSY) |
| 1762 | reset_mask |= RADEON_RESET_DMA; |
| 1763 | |
| 1764 | if (tmp & DMA1_BUSY) |
| 1765 | reset_mask |= RADEON_RESET_DMA1; |
| 1766 | |
| 1767 | /* SRBM_STATUS */ |
| 1768 | tmp = RREG32(SRBM_STATUS); |
| 1769 | if (tmp & (RLC_RQ_PENDING | RLC_BUSY)) |
| 1770 | reset_mask |= RADEON_RESET_RLC; |
| 1771 | |
| 1772 | if (tmp & IH_BUSY) |
| 1773 | reset_mask |= RADEON_RESET_IH; |
| 1774 | |
| 1775 | if (tmp & SEM_BUSY) |
| 1776 | reset_mask |= RADEON_RESET_SEM; |
| 1777 | |
| 1778 | if (tmp & GRBM_RQ_PENDING) |
| 1779 | reset_mask |= RADEON_RESET_GRBM; |
| 1780 | |
| 1781 | if (tmp & VMC_BUSY) |
| 1782 | reset_mask |= RADEON_RESET_VMC; |
| 1783 | |
| 1784 | if (tmp & (MCB_BUSY | MCB_NON_DISPLAY_BUSY | |
| 1785 | MCC_BUSY | MCD_BUSY)) |
| 1786 | reset_mask |= RADEON_RESET_MC; |
| 1787 | |
| 1788 | if (evergreen_is_display_hung(rdev)) |
| 1789 | reset_mask |= RADEON_RESET_DISPLAY; |
| 1790 | |
| 1791 | /* VM_L2_STATUS */ |
| 1792 | tmp = RREG32(VM_L2_STATUS); |
| 1793 | if (tmp & L2_BUSY) |
| 1794 | reset_mask |= RADEON_RESET_VMC; |
| 1795 | |
Alex Deucher | d808fc8 | 2013-02-28 10:03:08 -0500 | [diff] [blame] | 1796 | /* Skip MC reset as it's mostly likely not hung, just busy */ |
| 1797 | if (reset_mask & RADEON_RESET_MC) { |
| 1798 | DRM_DEBUG("MC busy: 0x%08X, clearing.\n", reset_mask); |
| 1799 | reset_mask &= ~RADEON_RESET_MC; |
| 1800 | } |
| 1801 | |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 1802 | return reset_mask; |
| 1803 | } |
| 1804 | |
| 1805 | static void cayman_gpu_soft_reset(struct radeon_device *rdev, u32 reset_mask) |
Alex Deucher | 271d6fed | 2013-01-03 12:48:05 -0500 | [diff] [blame] | 1806 | { |
| 1807 | struct evergreen_mc_save save; |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1808 | u32 grbm_soft_reset = 0, srbm_soft_reset = 0; |
| 1809 | u32 tmp; |
Alex Deucher | 19fc42e | 2013-01-14 11:04:39 -0500 | [diff] [blame] | 1810 | |
Alex Deucher | 271d6fed | 2013-01-03 12:48:05 -0500 | [diff] [blame] | 1811 | if (reset_mask == 0) |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 1812 | return; |
Alex Deucher | 271d6fed | 2013-01-03 12:48:05 -0500 | [diff] [blame] | 1813 | |
| 1814 | dev_info(rdev->dev, "GPU softreset: 0x%08X\n", reset_mask); |
| 1815 | |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1816 | evergreen_print_gpu_status_regs(rdev); |
Alex Deucher | 271d6fed | 2013-01-03 12:48:05 -0500 | [diff] [blame] | 1817 | dev_info(rdev->dev, " VM_CONTEXT0_PROTECTION_FAULT_ADDR 0x%08X\n", |
| 1818 | RREG32(0x14F8)); |
| 1819 | dev_info(rdev->dev, " VM_CONTEXT0_PROTECTION_FAULT_STATUS 0x%08X\n", |
| 1820 | RREG32(0x14D8)); |
| 1821 | dev_info(rdev->dev, " VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x%08X\n", |
| 1822 | RREG32(0x14FC)); |
| 1823 | dev_info(rdev->dev, " VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x%08X\n", |
| 1824 | RREG32(0x14DC)); |
| 1825 | |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1826 | /* Disable CP parsing/prefetching */ |
| 1827 | WREG32(CP_ME_CNTL, CP_ME_HALT | CP_PFP_HALT); |
| 1828 | |
| 1829 | if (reset_mask & RADEON_RESET_DMA) { |
| 1830 | /* dma0 */ |
| 1831 | tmp = RREG32(DMA_RB_CNTL + DMA0_REGISTER_OFFSET); |
| 1832 | tmp &= ~DMA_RB_ENABLE; |
| 1833 | WREG32(DMA_RB_CNTL + DMA0_REGISTER_OFFSET, tmp); |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 1834 | } |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1835 | |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 1836 | if (reset_mask & RADEON_RESET_DMA1) { |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1837 | /* dma1 */ |
| 1838 | tmp = RREG32(DMA_RB_CNTL + DMA1_REGISTER_OFFSET); |
| 1839 | tmp &= ~DMA_RB_ENABLE; |
| 1840 | WREG32(DMA_RB_CNTL + DMA1_REGISTER_OFFSET, tmp); |
| 1841 | } |
| 1842 | |
Alex Deucher | 90fb877 | 2013-01-23 18:59:17 -0500 | [diff] [blame] | 1843 | udelay(50); |
| 1844 | |
| 1845 | evergreen_mc_stop(rdev, &save); |
| 1846 | if (evergreen_mc_wait_for_idle(rdev)) { |
| 1847 | dev_warn(rdev->dev, "Wait for MC idle timedout !\n"); |
| 1848 | } |
| 1849 | |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1850 | if (reset_mask & (RADEON_RESET_GFX | RADEON_RESET_COMPUTE)) { |
| 1851 | grbm_soft_reset = SOFT_RESET_CB | |
| 1852 | SOFT_RESET_DB | |
| 1853 | SOFT_RESET_GDS | |
| 1854 | SOFT_RESET_PA | |
| 1855 | SOFT_RESET_SC | |
| 1856 | SOFT_RESET_SPI | |
| 1857 | SOFT_RESET_SH | |
| 1858 | SOFT_RESET_SX | |
| 1859 | SOFT_RESET_TC | |
| 1860 | SOFT_RESET_TA | |
| 1861 | SOFT_RESET_VGT | |
| 1862 | SOFT_RESET_IA; |
| 1863 | } |
| 1864 | |
| 1865 | if (reset_mask & RADEON_RESET_CP) { |
| 1866 | grbm_soft_reset |= SOFT_RESET_CP | SOFT_RESET_VGT; |
| 1867 | |
| 1868 | srbm_soft_reset |= SOFT_RESET_GRBM; |
| 1869 | } |
Alex Deucher | 271d6fed | 2013-01-03 12:48:05 -0500 | [diff] [blame] | 1870 | |
| 1871 | if (reset_mask & RADEON_RESET_DMA) |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 1872 | srbm_soft_reset |= SOFT_RESET_DMA; |
| 1873 | |
| 1874 | if (reset_mask & RADEON_RESET_DMA1) |
| 1875 | srbm_soft_reset |= SOFT_RESET_DMA1; |
| 1876 | |
| 1877 | if (reset_mask & RADEON_RESET_DISPLAY) |
| 1878 | srbm_soft_reset |= SOFT_RESET_DC; |
| 1879 | |
| 1880 | if (reset_mask & RADEON_RESET_RLC) |
| 1881 | srbm_soft_reset |= SOFT_RESET_RLC; |
| 1882 | |
| 1883 | if (reset_mask & RADEON_RESET_SEM) |
| 1884 | srbm_soft_reset |= SOFT_RESET_SEM; |
| 1885 | |
| 1886 | if (reset_mask & RADEON_RESET_IH) |
| 1887 | srbm_soft_reset |= SOFT_RESET_IH; |
| 1888 | |
| 1889 | if (reset_mask & RADEON_RESET_GRBM) |
| 1890 | srbm_soft_reset |= SOFT_RESET_GRBM; |
| 1891 | |
| 1892 | if (reset_mask & RADEON_RESET_VMC) |
| 1893 | srbm_soft_reset |= SOFT_RESET_VMC; |
| 1894 | |
Alex Deucher | 24178ec | 2013-01-24 15:00:17 -0500 | [diff] [blame] | 1895 | if (!(rdev->flags & RADEON_IS_IGP)) { |
| 1896 | if (reset_mask & RADEON_RESET_MC) |
| 1897 | srbm_soft_reset |= SOFT_RESET_MC; |
| 1898 | } |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1899 | |
| 1900 | if (grbm_soft_reset) { |
| 1901 | tmp = RREG32(GRBM_SOFT_RESET); |
| 1902 | tmp |= grbm_soft_reset; |
| 1903 | dev_info(rdev->dev, "GRBM_SOFT_RESET=0x%08X\n", tmp); |
| 1904 | WREG32(GRBM_SOFT_RESET, tmp); |
| 1905 | tmp = RREG32(GRBM_SOFT_RESET); |
| 1906 | |
| 1907 | udelay(50); |
| 1908 | |
| 1909 | tmp &= ~grbm_soft_reset; |
| 1910 | WREG32(GRBM_SOFT_RESET, tmp); |
| 1911 | tmp = RREG32(GRBM_SOFT_RESET); |
| 1912 | } |
| 1913 | |
| 1914 | if (srbm_soft_reset) { |
| 1915 | tmp = RREG32(SRBM_SOFT_RESET); |
| 1916 | tmp |= srbm_soft_reset; |
| 1917 | dev_info(rdev->dev, "SRBM_SOFT_RESET=0x%08X\n", tmp); |
| 1918 | WREG32(SRBM_SOFT_RESET, tmp); |
| 1919 | tmp = RREG32(SRBM_SOFT_RESET); |
| 1920 | |
| 1921 | udelay(50); |
| 1922 | |
| 1923 | tmp &= ~srbm_soft_reset; |
| 1924 | WREG32(SRBM_SOFT_RESET, tmp); |
| 1925 | tmp = RREG32(SRBM_SOFT_RESET); |
| 1926 | } |
Alex Deucher | 271d6fed | 2013-01-03 12:48:05 -0500 | [diff] [blame] | 1927 | |
| 1928 | /* Wait a little for things to settle down */ |
| 1929 | udelay(50); |
| 1930 | |
Alex Deucher | b9952a8 | 2011-03-02 20:07:33 -0500 | [diff] [blame] | 1931 | evergreen_mc_resume(rdev, &save); |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1932 | udelay(50); |
Alex Deucher | 410a341 | 2013-01-18 13:05:39 -0500 | [diff] [blame] | 1933 | |
Alex Deucher | 187e359 | 2013-01-18 14:51:38 -0500 | [diff] [blame] | 1934 | evergreen_print_gpu_status_regs(rdev); |
Alex Deucher | b9952a8 | 2011-03-02 20:07:33 -0500 | [diff] [blame] | 1935 | } |
| 1936 | |
| 1937 | int cayman_asic_reset(struct radeon_device *rdev) |
| 1938 | { |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 1939 | u32 reset_mask; |
| 1940 | |
| 1941 | reset_mask = cayman_gpu_check_soft_reset(rdev); |
| 1942 | |
| 1943 | if (reset_mask) |
| 1944 | r600_set_bios_scratch_engine_hung(rdev, true); |
| 1945 | |
| 1946 | cayman_gpu_soft_reset(rdev, reset_mask); |
| 1947 | |
| 1948 | reset_mask = cayman_gpu_check_soft_reset(rdev); |
| 1949 | |
Alex Deucher | b5470b0 | 2013-11-01 16:25:10 -0400 | [diff] [blame] | 1950 | if (reset_mask) |
| 1951 | evergreen_gpu_pci_config_reset(rdev); |
| 1952 | |
| 1953 | r600_set_bios_scratch_engine_hung(rdev, false); |
Alex Deucher | 168757e | 2013-01-18 19:17:22 -0500 | [diff] [blame] | 1954 | |
| 1955 | return 0; |
Alex Deucher | b9952a8 | 2011-03-02 20:07:33 -0500 | [diff] [blame] | 1956 | } |
| 1957 | |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 1958 | /** |
Alex Deucher | 123bc18 | 2013-01-24 11:37:19 -0500 | [diff] [blame] | 1959 | * cayman_gfx_is_lockup - Check if the GFX engine is locked up |
| 1960 | * |
| 1961 | * @rdev: radeon_device pointer |
| 1962 | * @ring: radeon_ring structure holding ring information |
| 1963 | * |
| 1964 | * Check if the GFX engine is locked up. |
| 1965 | * Returns true if the engine appears to be locked up, false if not. |
| 1966 | */ |
| 1967 | bool cayman_gfx_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring) |
| 1968 | { |
| 1969 | u32 reset_mask = cayman_gpu_check_soft_reset(rdev); |
| 1970 | |
| 1971 | if (!(reset_mask & (RADEON_RESET_GFX | |
| 1972 | RADEON_RESET_COMPUTE | |
| 1973 | RADEON_RESET_CP))) { |
Christian König | ff212f2 | 2014-02-18 14:52:33 +0100 | [diff] [blame] | 1974 | radeon_ring_lockup_update(rdev, ring); |
Alex Deucher | 123bc18 | 2013-01-24 11:37:19 -0500 | [diff] [blame] | 1975 | return false; |
| 1976 | } |
Alex Deucher | 123bc18 | 2013-01-24 11:37:19 -0500 | [diff] [blame] | 1977 | return radeon_ring_test_lockup(rdev, ring); |
| 1978 | } |
| 1979 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 1980 | static int cayman_startup(struct radeon_device *rdev) |
| 1981 | { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1982 | struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 1983 | int r; |
| 1984 | |
Ilija Hadzic | b07759b | 2011-09-20 10:22:58 -0400 | [diff] [blame] | 1985 | /* enable pcie gen2 link */ |
| 1986 | evergreen_pcie_gen2_enable(rdev); |
Alex Deucher | f52382d | 2013-02-15 11:02:50 -0500 | [diff] [blame] | 1987 | /* enable aspm */ |
| 1988 | evergreen_program_aspm(rdev); |
Ilija Hadzic | b07759b | 2011-09-20 10:22:58 -0400 | [diff] [blame] | 1989 | |
Alex Deucher | e5903d3 | 2013-08-30 08:58:20 -0400 | [diff] [blame] | 1990 | /* scratch needs to be initialized before MC */ |
| 1991 | r = r600_vram_scratch_init(rdev); |
| 1992 | if (r) |
| 1993 | return r; |
| 1994 | |
Alex Deucher | 6fab3feb | 2013-08-04 12:13:17 -0400 | [diff] [blame] | 1995 | evergreen_mc_program(rdev); |
| 1996 | |
Alex Deucher | 6c7bcce | 2013-12-18 14:07:14 -0500 | [diff] [blame] | 1997 | if (!(rdev->flags & RADEON_IS_IGP) && !rdev->pm.dpm_enabled) { |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 1998 | r = ni_mc_load_microcode(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 1999 | if (r) { |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 2000 | DRM_ERROR("Failed to load MC firmware!\n"); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2001 | return r; |
| 2002 | } |
| 2003 | } |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2004 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2005 | r = cayman_pcie_gart_enable(rdev); |
| 2006 | if (r) |
| 2007 | return r; |
| 2008 | cayman_gpu_init(rdev); |
| 2009 | |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 2010 | /* allocate rlc buffers */ |
| 2011 | if (rdev->flags & RADEON_IS_IGP) { |
Alex Deucher | 2948f5e | 2013-04-12 13:52:52 -0400 | [diff] [blame] | 2012 | rdev->rlc.reg_list = tn_rlc_save_restore_register_list; |
Alex Deucher | 1fd1177 | 2013-04-17 17:53:50 -0400 | [diff] [blame] | 2013 | rdev->rlc.reg_list_size = |
| 2014 | (u32)ARRAY_SIZE(tn_rlc_save_restore_register_list); |
Alex Deucher | 2948f5e | 2013-04-12 13:52:52 -0400 | [diff] [blame] | 2015 | rdev->rlc.cs_data = cayman_cs_data; |
| 2016 | r = sumo_rlc_init(rdev); |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 2017 | if (r) { |
| 2018 | DRM_ERROR("Failed to init rlc BOs!\n"); |
| 2019 | return r; |
| 2020 | } |
| 2021 | } |
| 2022 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2023 | /* allocate wb buffer */ |
| 2024 | r = radeon_wb_init(rdev); |
| 2025 | if (r) |
| 2026 | return r; |
| 2027 | |
Jerome Glisse | 30eb77f | 2011-11-20 20:45:34 +0000 | [diff] [blame] | 2028 | r = radeon_fence_driver_start_ring(rdev, RADEON_RING_TYPE_GFX_INDEX); |
| 2029 | if (r) { |
| 2030 | dev_err(rdev->dev, "failed initializing CP fences (%d).\n", r); |
| 2031 | return r; |
| 2032 | } |
| 2033 | |
Christian König | e409b12 | 2013-08-13 11:56:53 +0200 | [diff] [blame] | 2034 | r = uvd_v2_2_resume(rdev); |
Christian König | f2ba57b | 2013-04-08 12:41:29 +0200 | [diff] [blame] | 2035 | if (!r) { |
| 2036 | r = radeon_fence_driver_start_ring(rdev, |
| 2037 | R600_RING_TYPE_UVD_INDEX); |
| 2038 | if (r) |
| 2039 | dev_err(rdev->dev, "UVD fences init error (%d).\n", r); |
| 2040 | } |
| 2041 | if (r) |
| 2042 | rdev->ring[R600_RING_TYPE_UVD_INDEX].ring_size = 0; |
| 2043 | |
Christian König | a918efa | 2015-05-11 22:01:53 +0200 | [diff] [blame^] | 2044 | if (rdev->family == CHIP_ARUBA) { |
| 2045 | r = radeon_vce_resume(rdev); |
| 2046 | if (!r) |
| 2047 | r = vce_v1_0_resume(rdev); |
| 2048 | |
| 2049 | if (!r) |
| 2050 | r = radeon_fence_driver_start_ring(rdev, |
| 2051 | TN_RING_TYPE_VCE1_INDEX); |
| 2052 | if (!r) |
| 2053 | r = radeon_fence_driver_start_ring(rdev, |
| 2054 | TN_RING_TYPE_VCE2_INDEX); |
| 2055 | |
| 2056 | if (r) { |
| 2057 | dev_err(rdev->dev, "VCE init error (%d).\n", r); |
| 2058 | rdev->ring[TN_RING_TYPE_VCE1_INDEX].ring_size = 0; |
| 2059 | rdev->ring[TN_RING_TYPE_VCE2_INDEX].ring_size = 0; |
| 2060 | } |
| 2061 | } |
| 2062 | |
Jerome Glisse | 30eb77f | 2011-11-20 20:45:34 +0000 | [diff] [blame] | 2063 | r = radeon_fence_driver_start_ring(rdev, CAYMAN_RING_TYPE_CP1_INDEX); |
| 2064 | if (r) { |
| 2065 | dev_err(rdev->dev, "failed initializing CP fences (%d).\n", r); |
| 2066 | return r; |
| 2067 | } |
| 2068 | |
| 2069 | r = radeon_fence_driver_start_ring(rdev, CAYMAN_RING_TYPE_CP2_INDEX); |
| 2070 | if (r) { |
| 2071 | dev_err(rdev->dev, "failed initializing CP fences (%d).\n", r); |
| 2072 | return r; |
| 2073 | } |
| 2074 | |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2075 | r = radeon_fence_driver_start_ring(rdev, R600_RING_TYPE_DMA_INDEX); |
| 2076 | if (r) { |
| 2077 | dev_err(rdev->dev, "failed initializing DMA fences (%d).\n", r); |
| 2078 | return r; |
| 2079 | } |
| 2080 | |
| 2081 | r = radeon_fence_driver_start_ring(rdev, CAYMAN_RING_TYPE_DMA1_INDEX); |
| 2082 | if (r) { |
| 2083 | dev_err(rdev->dev, "failed initializing DMA fences (%d).\n", r); |
| 2084 | return r; |
| 2085 | } |
| 2086 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2087 | /* Enable IRQ */ |
Adis Hamzić | e49f395 | 2013-06-02 16:47:54 +0200 | [diff] [blame] | 2088 | if (!rdev->irq.installed) { |
| 2089 | r = radeon_irq_kms_init(rdev); |
| 2090 | if (r) |
| 2091 | return r; |
| 2092 | } |
| 2093 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2094 | r = r600_irq_init(rdev); |
| 2095 | if (r) { |
| 2096 | DRM_ERROR("radeon: IH init failed (%d).\n", r); |
| 2097 | radeon_irq_kms_fini(rdev); |
| 2098 | return r; |
| 2099 | } |
| 2100 | evergreen_irq_set(rdev); |
| 2101 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2102 | r = radeon_ring_init(rdev, ring, ring->ring_size, RADEON_WB_CP_RPTR_OFFSET, |
Christian König | 2e1e6da | 2013-08-13 11:56:52 +0200 | [diff] [blame] | 2103 | RADEON_CP_PACKET2); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2104 | if (r) |
| 2105 | return r; |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2106 | |
| 2107 | ring = &rdev->ring[R600_RING_TYPE_DMA_INDEX]; |
| 2108 | r = radeon_ring_init(rdev, ring, ring->ring_size, R600_WB_DMA_RPTR_OFFSET, |
Christian König | 2e1e6da | 2013-08-13 11:56:52 +0200 | [diff] [blame] | 2109 | DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2110 | if (r) |
| 2111 | return r; |
| 2112 | |
| 2113 | ring = &rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX]; |
| 2114 | r = radeon_ring_init(rdev, ring, ring->ring_size, CAYMAN_WB_DMA1_RPTR_OFFSET, |
Christian König | 2e1e6da | 2013-08-13 11:56:52 +0200 | [diff] [blame] | 2115 | DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2116 | if (r) |
| 2117 | return r; |
| 2118 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2119 | r = cayman_cp_load_microcode(rdev); |
| 2120 | if (r) |
| 2121 | return r; |
| 2122 | r = cayman_cp_resume(rdev); |
| 2123 | if (r) |
| 2124 | return r; |
| 2125 | |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2126 | r = cayman_dma_resume(rdev); |
| 2127 | if (r) |
| 2128 | return r; |
| 2129 | |
Christian König | f2ba57b | 2013-04-08 12:41:29 +0200 | [diff] [blame] | 2130 | ring = &rdev->ring[R600_RING_TYPE_UVD_INDEX]; |
| 2131 | if (ring->ring_size) { |
Christian König | 02c9f7f | 2013-08-13 11:56:51 +0200 | [diff] [blame] | 2132 | r = radeon_ring_init(rdev, ring, ring->ring_size, 0, |
Christian König | 2e1e6da | 2013-08-13 11:56:52 +0200 | [diff] [blame] | 2133 | RADEON_CP_PACKET2); |
Christian König | f2ba57b | 2013-04-08 12:41:29 +0200 | [diff] [blame] | 2134 | if (!r) |
Christian König | e409b12 | 2013-08-13 11:56:53 +0200 | [diff] [blame] | 2135 | r = uvd_v1_0_init(rdev); |
Christian König | f2ba57b | 2013-04-08 12:41:29 +0200 | [diff] [blame] | 2136 | if (r) |
| 2137 | DRM_ERROR("radeon: failed initializing UVD (%d).\n", r); |
| 2138 | } |
| 2139 | |
Christian König | a918efa | 2015-05-11 22:01:53 +0200 | [diff] [blame^] | 2140 | ring = &rdev->ring[TN_RING_TYPE_VCE1_INDEX]; |
| 2141 | if (ring->ring_size) |
| 2142 | r = radeon_ring_init(rdev, ring, ring->ring_size, 0, 0x0); |
| 2143 | |
| 2144 | ring = &rdev->ring[TN_RING_TYPE_VCE2_INDEX]; |
| 2145 | if (ring->ring_size) |
| 2146 | r = radeon_ring_init(rdev, ring, ring->ring_size, 0, 0x0); |
| 2147 | |
| 2148 | if (!r) |
| 2149 | r = vce_v1_0_init(rdev); |
| 2150 | else if (r != -ENOENT) |
| 2151 | DRM_ERROR("radeon: failed initializing VCE (%d).\n", r); |
| 2152 | |
Christian König | 2898c34 | 2012-07-05 11:55:34 +0200 | [diff] [blame] | 2153 | r = radeon_ib_pool_init(rdev); |
| 2154 | if (r) { |
| 2155 | dev_err(rdev->dev, "IB initialization failed (%d).\n", r); |
Jerome Glisse | b15ba51 | 2011-11-15 11:48:34 -0500 | [diff] [blame] | 2156 | return r; |
Christian König | 2898c34 | 2012-07-05 11:55:34 +0200 | [diff] [blame] | 2157 | } |
Jerome Glisse | b15ba51 | 2011-11-15 11:48:34 -0500 | [diff] [blame] | 2158 | |
Christian König | c6105f2 | 2012-07-05 14:32:00 +0200 | [diff] [blame] | 2159 | r = radeon_vm_manager_init(rdev); |
| 2160 | if (r) { |
| 2161 | dev_err(rdev->dev, "vm manager initialization failed (%d).\n", r); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 2162 | return r; |
Christian König | c6105f2 | 2012-07-05 14:32:00 +0200 | [diff] [blame] | 2163 | } |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 2164 | |
Slava Grigorev | bfc1f97 | 2014-12-22 17:26:51 -0500 | [diff] [blame] | 2165 | r = radeon_audio_init(rdev); |
| 2166 | if (r) |
| 2167 | return r; |
Rafał Miłecki | 6b53a05 | 2012-06-11 12:34:01 +0200 | [diff] [blame] | 2168 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2169 | return 0; |
| 2170 | } |
| 2171 | |
| 2172 | int cayman_resume(struct radeon_device *rdev) |
| 2173 | { |
| 2174 | int r; |
| 2175 | |
| 2176 | /* Do not reset GPU before posting, on rv770 hw unlike on r500 hw, |
| 2177 | * posting will perform necessary task to bring back GPU into good |
| 2178 | * shape. |
| 2179 | */ |
| 2180 | /* post card */ |
| 2181 | atom_asic_init(rdev->mode_info.atom_context); |
| 2182 | |
Alex Deucher | a2c96a2 | 2013-02-28 17:58:36 -0500 | [diff] [blame] | 2183 | /* init golden registers */ |
| 2184 | ni_init_golden_registers(rdev); |
| 2185 | |
Alex Deucher | bc6a629 | 2014-02-25 12:01:28 -0500 | [diff] [blame] | 2186 | if (rdev->pm.pm_method == PM_METHOD_DPM) |
| 2187 | radeon_pm_resume(rdev); |
Alex Deucher | 6c7bcce | 2013-12-18 14:07:14 -0500 | [diff] [blame] | 2188 | |
Jerome Glisse | b15ba51 | 2011-11-15 11:48:34 -0500 | [diff] [blame] | 2189 | rdev->accel_working = true; |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2190 | r = cayman_startup(rdev); |
| 2191 | if (r) { |
| 2192 | DRM_ERROR("cayman startup failed on resume\n"); |
Jerome Glisse | 6b7746e | 2012-02-20 17:57:20 -0500 | [diff] [blame] | 2193 | rdev->accel_working = false; |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2194 | return r; |
| 2195 | } |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2196 | return r; |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2197 | } |
| 2198 | |
| 2199 | int cayman_suspend(struct radeon_device *rdev) |
| 2200 | { |
Alex Deucher | 6c7bcce | 2013-12-18 14:07:14 -0500 | [diff] [blame] | 2201 | radeon_pm_suspend(rdev); |
Slava Grigorev | 7991d66 | 2014-12-03 17:07:01 -0500 | [diff] [blame] | 2202 | radeon_audio_fini(rdev); |
Alex Deucher | fa3daf9 | 2013-03-11 15:32:26 -0400 | [diff] [blame] | 2203 | radeon_vm_manager_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2204 | cayman_cp_enable(rdev, false); |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2205 | cayman_dma_stop(rdev); |
Christian König | e409b12 | 2013-08-13 11:56:53 +0200 | [diff] [blame] | 2206 | uvd_v1_0_fini(rdev); |
Christian König | f2ba57b | 2013-04-08 12:41:29 +0200 | [diff] [blame] | 2207 | radeon_uvd_suspend(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2208 | evergreen_irq_suspend(rdev); |
| 2209 | radeon_wb_disable(rdev); |
| 2210 | cayman_pcie_gart_disable(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2211 | return 0; |
| 2212 | } |
| 2213 | |
| 2214 | /* Plan is to move initialization in that function and use |
| 2215 | * helper function so that radeon_device_init pretty much |
| 2216 | * do nothing more than calling asic specific function. This |
| 2217 | * should also allow to remove a bunch of callback function |
| 2218 | * like vram_info. |
| 2219 | */ |
| 2220 | int cayman_init(struct radeon_device *rdev) |
| 2221 | { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2222 | struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2223 | int r; |
| 2224 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2225 | /* Read BIOS */ |
| 2226 | if (!radeon_get_bios(rdev)) { |
| 2227 | if (ASIC_IS_AVIVO(rdev)) |
| 2228 | return -EINVAL; |
| 2229 | } |
| 2230 | /* Must be an ATOMBIOS */ |
| 2231 | if (!rdev->is_atom_bios) { |
| 2232 | dev_err(rdev->dev, "Expecting atombios for cayman GPU\n"); |
| 2233 | return -EINVAL; |
| 2234 | } |
| 2235 | r = radeon_atombios_init(rdev); |
| 2236 | if (r) |
| 2237 | return r; |
| 2238 | |
| 2239 | /* Post card if necessary */ |
| 2240 | if (!radeon_card_posted(rdev)) { |
| 2241 | if (!rdev->bios) { |
| 2242 | dev_err(rdev->dev, "Card not posted and no BIOS - ignoring\n"); |
| 2243 | return -EINVAL; |
| 2244 | } |
| 2245 | DRM_INFO("GPU not posted. posting now...\n"); |
| 2246 | atom_asic_init(rdev->mode_info.atom_context); |
| 2247 | } |
Alex Deucher | a2c96a2 | 2013-02-28 17:58:36 -0500 | [diff] [blame] | 2248 | /* init golden registers */ |
| 2249 | ni_init_golden_registers(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2250 | /* Initialize scratch registers */ |
| 2251 | r600_scratch_init(rdev); |
| 2252 | /* Initialize surface registers */ |
| 2253 | radeon_surface_init(rdev); |
| 2254 | /* Initialize clocks */ |
| 2255 | radeon_get_clock_info(rdev->ddev); |
| 2256 | /* Fence driver */ |
Jerome Glisse | 30eb77f | 2011-11-20 20:45:34 +0000 | [diff] [blame] | 2257 | r = radeon_fence_driver_init(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2258 | if (r) |
| 2259 | return r; |
| 2260 | /* initialize memory controller */ |
| 2261 | r = evergreen_mc_init(rdev); |
| 2262 | if (r) |
| 2263 | return r; |
| 2264 | /* Memory manager */ |
| 2265 | r = radeon_bo_init(rdev); |
| 2266 | if (r) |
| 2267 | return r; |
| 2268 | |
Alex Deucher | 01ac879 | 2013-12-18 19:11:27 -0500 | [diff] [blame] | 2269 | if (rdev->flags & RADEON_IS_IGP) { |
| 2270 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw) { |
| 2271 | r = ni_init_microcode(rdev); |
| 2272 | if (r) { |
| 2273 | DRM_ERROR("Failed to load firmware!\n"); |
| 2274 | return r; |
| 2275 | } |
| 2276 | } |
| 2277 | } else { |
| 2278 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw || !rdev->mc_fw) { |
| 2279 | r = ni_init_microcode(rdev); |
| 2280 | if (r) { |
| 2281 | DRM_ERROR("Failed to load firmware!\n"); |
| 2282 | return r; |
| 2283 | } |
| 2284 | } |
| 2285 | } |
| 2286 | |
Alex Deucher | 6c7bcce | 2013-12-18 14:07:14 -0500 | [diff] [blame] | 2287 | /* Initialize power management */ |
| 2288 | radeon_pm_init(rdev); |
| 2289 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2290 | ring->ring_obj = NULL; |
| 2291 | r600_ring_init(rdev, ring, 1024 * 1024); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2292 | |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2293 | ring = &rdev->ring[R600_RING_TYPE_DMA_INDEX]; |
| 2294 | ring->ring_obj = NULL; |
| 2295 | r600_ring_init(rdev, ring, 64 * 1024); |
| 2296 | |
| 2297 | ring = &rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX]; |
| 2298 | ring->ring_obj = NULL; |
| 2299 | r600_ring_init(rdev, ring, 64 * 1024); |
| 2300 | |
Christian König | f2ba57b | 2013-04-08 12:41:29 +0200 | [diff] [blame] | 2301 | r = radeon_uvd_init(rdev); |
| 2302 | if (!r) { |
| 2303 | ring = &rdev->ring[R600_RING_TYPE_UVD_INDEX]; |
| 2304 | ring->ring_obj = NULL; |
| 2305 | r600_ring_init(rdev, ring, 4096); |
| 2306 | } |
| 2307 | |
Christian König | a918efa | 2015-05-11 22:01:53 +0200 | [diff] [blame^] | 2308 | if (rdev->family == CHIP_ARUBA) { |
| 2309 | r = radeon_vce_init(rdev); |
| 2310 | if (!r) { |
| 2311 | ring = &rdev->ring[TN_RING_TYPE_VCE1_INDEX]; |
| 2312 | ring->ring_obj = NULL; |
| 2313 | r600_ring_init(rdev, ring, 4096); |
| 2314 | |
| 2315 | ring = &rdev->ring[TN_RING_TYPE_VCE2_INDEX]; |
| 2316 | ring->ring_obj = NULL; |
| 2317 | r600_ring_init(rdev, ring, 4096); |
| 2318 | } |
| 2319 | } |
| 2320 | |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2321 | rdev->ih.ring_obj = NULL; |
| 2322 | r600_ih_ring_init(rdev, 64 * 1024); |
| 2323 | |
| 2324 | r = r600_pcie_gart_init(rdev); |
| 2325 | if (r) |
| 2326 | return r; |
| 2327 | |
| 2328 | rdev->accel_working = true; |
| 2329 | r = cayman_startup(rdev); |
| 2330 | if (r) { |
| 2331 | dev_err(rdev->dev, "disabling GPU acceleration\n"); |
| 2332 | cayman_cp_fini(rdev); |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2333 | cayman_dma_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2334 | r600_irq_fini(rdev); |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 2335 | if (rdev->flags & RADEON_IS_IGP) |
Alex Deucher | 2948f5e | 2013-04-12 13:52:52 -0400 | [diff] [blame] | 2336 | sumo_rlc_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2337 | radeon_wb_fini(rdev); |
Christian König | 2898c34 | 2012-07-05 11:55:34 +0200 | [diff] [blame] | 2338 | radeon_ib_pool_fini(rdev); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 2339 | radeon_vm_manager_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2340 | radeon_irq_kms_fini(rdev); |
| 2341 | cayman_pcie_gart_fini(rdev); |
| 2342 | rdev->accel_working = false; |
| 2343 | } |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2344 | |
| 2345 | /* Don't start up if the MC ucode is missing. |
| 2346 | * The default clocks and voltages before the MC ucode |
| 2347 | * is loaded are not suffient for advanced operations. |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 2348 | * |
| 2349 | * We can skip this check for TN, because there is no MC |
| 2350 | * ucode. |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2351 | */ |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 2352 | if (!rdev->mc_fw && !(rdev->flags & RADEON_IS_IGP)) { |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2353 | DRM_ERROR("radeon: MC ucode required for NI+.\n"); |
| 2354 | return -EINVAL; |
| 2355 | } |
| 2356 | |
| 2357 | return 0; |
| 2358 | } |
| 2359 | |
| 2360 | void cayman_fini(struct radeon_device *rdev) |
| 2361 | { |
Alex Deucher | 6c7bcce | 2013-12-18 14:07:14 -0500 | [diff] [blame] | 2362 | radeon_pm_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2363 | cayman_cp_fini(rdev); |
Alex Deucher | f60cbd1 | 2012-12-04 15:27:33 -0500 | [diff] [blame] | 2364 | cayman_dma_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2365 | r600_irq_fini(rdev); |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 2366 | if (rdev->flags & RADEON_IS_IGP) |
Alex Deucher | 2948f5e | 2013-04-12 13:52:52 -0400 | [diff] [blame] | 2367 | sumo_rlc_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2368 | radeon_wb_fini(rdev); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 2369 | radeon_vm_manager_fini(rdev); |
Christian König | 2898c34 | 2012-07-05 11:55:34 +0200 | [diff] [blame] | 2370 | radeon_ib_pool_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2371 | radeon_irq_kms_fini(rdev); |
Christian König | e409b12 | 2013-08-13 11:56:53 +0200 | [diff] [blame] | 2372 | uvd_v1_0_fini(rdev); |
Christian König | f2ba57b | 2013-04-08 12:41:29 +0200 | [diff] [blame] | 2373 | radeon_uvd_fini(rdev); |
Christian König | a918efa | 2015-05-11 22:01:53 +0200 | [diff] [blame^] | 2374 | radeon_vce_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2375 | cayman_pcie_gart_fini(rdev); |
Alex Deucher | 16cdf04 | 2011-10-28 10:30:02 -0400 | [diff] [blame] | 2376 | r600_vram_scratch_fini(rdev); |
Alex Deucher | 755d819 | 2011-03-02 20:07:34 -0500 | [diff] [blame] | 2377 | radeon_gem_fini(rdev); |
| 2378 | radeon_fence_driver_fini(rdev); |
| 2379 | radeon_bo_fini(rdev); |
| 2380 | radeon_atombios_fini(rdev); |
| 2381 | kfree(rdev->bios); |
| 2382 | rdev->bios = NULL; |
| 2383 | } |
| 2384 | |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 2385 | /* |
| 2386 | * vm |
| 2387 | */ |
| 2388 | int cayman_vm_init(struct radeon_device *rdev) |
| 2389 | { |
| 2390 | /* number of VMs */ |
| 2391 | rdev->vm_manager.nvm = 8; |
| 2392 | /* base offset of vram pages */ |
Alex Deucher | e71270f | 2012-03-20 17:18:38 -0400 | [diff] [blame] | 2393 | if (rdev->flags & RADEON_IS_IGP) { |
| 2394 | u64 tmp = RREG32(FUS_MC_VM_FB_OFFSET); |
| 2395 | tmp <<= 22; |
| 2396 | rdev->vm_manager.vram_base_offset = tmp; |
| 2397 | } else |
| 2398 | rdev->vm_manager.vram_base_offset = 0; |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 2399 | return 0; |
| 2400 | } |
| 2401 | |
| 2402 | void cayman_vm_fini(struct radeon_device *rdev) |
| 2403 | { |
| 2404 | } |
| 2405 | |
Alex Deucher | 54e2e49 | 2013-06-13 18:26:25 -0400 | [diff] [blame] | 2406 | /** |
| 2407 | * cayman_vm_decode_fault - print human readable fault info |
| 2408 | * |
| 2409 | * @rdev: radeon_device pointer |
| 2410 | * @status: VM_CONTEXT1_PROTECTION_FAULT_STATUS register value |
| 2411 | * @addr: VM_CONTEXT1_PROTECTION_FAULT_ADDR register value |
| 2412 | * |
| 2413 | * Print human readable fault information (cayman/TN). |
| 2414 | */ |
| 2415 | void cayman_vm_decode_fault(struct radeon_device *rdev, |
| 2416 | u32 status, u32 addr) |
| 2417 | { |
| 2418 | u32 mc_id = (status & MEMORY_CLIENT_ID_MASK) >> MEMORY_CLIENT_ID_SHIFT; |
| 2419 | u32 vmid = (status & FAULT_VMID_MASK) >> FAULT_VMID_SHIFT; |
| 2420 | u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; |
| 2421 | char *block; |
| 2422 | |
| 2423 | switch (mc_id) { |
| 2424 | case 32: |
| 2425 | case 16: |
| 2426 | case 96: |
| 2427 | case 80: |
| 2428 | case 160: |
| 2429 | case 144: |
| 2430 | case 224: |
| 2431 | case 208: |
| 2432 | block = "CB"; |
| 2433 | break; |
| 2434 | case 33: |
| 2435 | case 17: |
| 2436 | case 97: |
| 2437 | case 81: |
| 2438 | case 161: |
| 2439 | case 145: |
| 2440 | case 225: |
| 2441 | case 209: |
| 2442 | block = "CB_FMASK"; |
| 2443 | break; |
| 2444 | case 34: |
| 2445 | case 18: |
| 2446 | case 98: |
| 2447 | case 82: |
| 2448 | case 162: |
| 2449 | case 146: |
| 2450 | case 226: |
| 2451 | case 210: |
| 2452 | block = "CB_CMASK"; |
| 2453 | break; |
| 2454 | case 35: |
| 2455 | case 19: |
| 2456 | case 99: |
| 2457 | case 83: |
| 2458 | case 163: |
| 2459 | case 147: |
| 2460 | case 227: |
| 2461 | case 211: |
| 2462 | block = "CB_IMMED"; |
| 2463 | break; |
| 2464 | case 36: |
| 2465 | case 20: |
| 2466 | case 100: |
| 2467 | case 84: |
| 2468 | case 164: |
| 2469 | case 148: |
| 2470 | case 228: |
| 2471 | case 212: |
| 2472 | block = "DB"; |
| 2473 | break; |
| 2474 | case 37: |
| 2475 | case 21: |
| 2476 | case 101: |
| 2477 | case 85: |
| 2478 | case 165: |
| 2479 | case 149: |
| 2480 | case 229: |
| 2481 | case 213: |
| 2482 | block = "DB_HTILE"; |
| 2483 | break; |
| 2484 | case 38: |
| 2485 | case 22: |
| 2486 | case 102: |
| 2487 | case 86: |
| 2488 | case 166: |
| 2489 | case 150: |
| 2490 | case 230: |
| 2491 | case 214: |
| 2492 | block = "SX"; |
| 2493 | break; |
| 2494 | case 39: |
| 2495 | case 23: |
| 2496 | case 103: |
| 2497 | case 87: |
| 2498 | case 167: |
| 2499 | case 151: |
| 2500 | case 231: |
| 2501 | case 215: |
| 2502 | block = "DB_STEN"; |
| 2503 | break; |
| 2504 | case 40: |
| 2505 | case 24: |
| 2506 | case 104: |
| 2507 | case 88: |
| 2508 | case 232: |
| 2509 | case 216: |
| 2510 | case 168: |
| 2511 | case 152: |
| 2512 | block = "TC_TFETCH"; |
| 2513 | break; |
| 2514 | case 41: |
| 2515 | case 25: |
| 2516 | case 105: |
| 2517 | case 89: |
| 2518 | case 233: |
| 2519 | case 217: |
| 2520 | case 169: |
| 2521 | case 153: |
| 2522 | block = "TC_VFETCH"; |
| 2523 | break; |
| 2524 | case 42: |
| 2525 | case 26: |
| 2526 | case 106: |
| 2527 | case 90: |
| 2528 | case 234: |
| 2529 | case 218: |
| 2530 | case 170: |
| 2531 | case 154: |
| 2532 | block = "VC"; |
| 2533 | break; |
| 2534 | case 112: |
| 2535 | block = "CP"; |
| 2536 | break; |
| 2537 | case 113: |
| 2538 | case 114: |
| 2539 | block = "SH"; |
| 2540 | break; |
| 2541 | case 115: |
| 2542 | block = "VGT"; |
| 2543 | break; |
| 2544 | case 178: |
| 2545 | block = "IH"; |
| 2546 | break; |
| 2547 | case 51: |
| 2548 | block = "RLC"; |
| 2549 | break; |
| 2550 | case 55: |
| 2551 | block = "DMA"; |
| 2552 | break; |
| 2553 | case 56: |
| 2554 | block = "HDP"; |
| 2555 | break; |
| 2556 | default: |
| 2557 | block = "unknown"; |
| 2558 | break; |
| 2559 | } |
| 2560 | |
| 2561 | printk("VM fault (0x%02x, vmid %d) at page %u, %s from %s (%d)\n", |
| 2562 | protections, vmid, addr, |
| 2563 | (status & MEMORY_CLIENT_RW_MASK) ? "write" : "read", |
| 2564 | block, mc_id); |
| 2565 | } |
| 2566 | |
Alex Deucher | 7a08329 | 2012-08-31 13:51:21 -0400 | [diff] [blame] | 2567 | /** |
| 2568 | * cayman_vm_flush - vm flush using the CP |
| 2569 | * |
| 2570 | * @rdev: radeon_device pointer |
| 2571 | * |
| 2572 | * Update the page table base and flush the VM TLB |
| 2573 | * using the CP (cayman-si). |
| 2574 | */ |
Christian König | faffaf6 | 2014-11-19 14:01:19 +0100 | [diff] [blame] | 2575 | void cayman_vm_flush(struct radeon_device *rdev, struct radeon_ring *ring, |
| 2576 | unsigned vm_id, uint64_t pd_addr) |
Christian König | 9b40e5d | 2012-08-08 12:22:43 +0200 | [diff] [blame] | 2577 | { |
Christian König | faffaf6 | 2014-11-19 14:01:19 +0100 | [diff] [blame] | 2578 | radeon_ring_write(ring, PACKET0(VM_CONTEXT0_PAGE_TABLE_BASE_ADDR + (vm_id << 2), 0)); |
| 2579 | radeon_ring_write(ring, pd_addr >> 12); |
Christian König | ee60e29 | 2012-08-09 16:21:08 +0200 | [diff] [blame] | 2580 | |
Christian König | 9b40e5d | 2012-08-08 12:22:43 +0200 | [diff] [blame] | 2581 | /* flush hdp cache */ |
| 2582 | radeon_ring_write(ring, PACKET0(HDP_MEM_COHERENCY_FLUSH_CNTL, 0)); |
| 2583 | radeon_ring_write(ring, 0x1); |
| 2584 | |
| 2585 | /* bits 0-7 are the VM contexts0-7 */ |
| 2586 | radeon_ring_write(ring, PACKET0(VM_INVALIDATE_REQUEST, 0)); |
Christian König | faffaf6 | 2014-11-19 14:01:19 +0100 | [diff] [blame] | 2587 | radeon_ring_write(ring, 1 << vm_id); |
Christian König | 58f8cf5 | 2012-10-22 17:42:35 +0200 | [diff] [blame] | 2588 | |
Alex Deucher | cbfc35b | 2015-01-05 19:42:25 -0500 | [diff] [blame] | 2589 | /* wait for the invalidate to complete */ |
| 2590 | radeon_ring_write(ring, PACKET3(PACKET3_WAIT_REG_MEM, 5)); |
| 2591 | radeon_ring_write(ring, (WAIT_REG_MEM_FUNCTION(0) | /* always */ |
| 2592 | WAIT_REG_MEM_ENGINE(0))); /* me */ |
| 2593 | radeon_ring_write(ring, VM_INVALIDATE_REQUEST >> 2); |
| 2594 | radeon_ring_write(ring, 0); |
| 2595 | radeon_ring_write(ring, 0); /* ref */ |
| 2596 | radeon_ring_write(ring, 0); /* mask */ |
| 2597 | radeon_ring_write(ring, 0x20); /* poll interval */ |
| 2598 | |
Christian König | 58f8cf5 | 2012-10-22 17:42:35 +0200 | [diff] [blame] | 2599 | /* sync PFP to ME, otherwise we might get invalid PFP reads */ |
| 2600 | radeon_ring_write(ring, PACKET3(PACKET3_PFP_SYNC_ME, 0)); |
| 2601 | radeon_ring_write(ring, 0x0); |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 2602 | } |
Alex Deucher | 0fda42a | 2015-05-11 22:01:50 +0200 | [diff] [blame] | 2603 | |
| 2604 | int tn_set_vce_clocks(struct radeon_device *rdev, u32 evclk, u32 ecclk) |
| 2605 | { |
| 2606 | struct atom_clock_dividers dividers; |
| 2607 | int r, i; |
| 2608 | |
| 2609 | r = radeon_atom_get_clock_dividers(rdev, COMPUTE_ENGINE_PLL_PARAM, |
| 2610 | ecclk, false, ÷rs); |
| 2611 | if (r) |
| 2612 | return r; |
| 2613 | |
| 2614 | for (i = 0; i < 100; i++) { |
| 2615 | if (RREG32(CG_ECLK_STATUS) & ECLK_STATUS) |
| 2616 | break; |
| 2617 | mdelay(10); |
| 2618 | } |
| 2619 | if (i == 100) |
| 2620 | return -ETIMEDOUT; |
| 2621 | |
| 2622 | WREG32_P(CG_ECLK_CNTL, dividers.post_div, ~(ECLK_DIR_CNTL_EN|ECLK_DIVIDER_MASK)); |
| 2623 | |
| 2624 | for (i = 0; i < 100; i++) { |
| 2625 | if (RREG32(CG_ECLK_STATUS) & ECLK_STATUS) |
| 2626 | break; |
| 2627 | mdelay(10); |
| 2628 | } |
| 2629 | if (i == 100) |
| 2630 | return -ETIMEDOUT; |
| 2631 | |
| 2632 | return 0; |
| 2633 | } |