Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2008 Advanced Micro Devices, Inc. |
| 3 | * Copyright 2008 Red Hat Inc. |
| 4 | * Copyright 2009 Jerome Glisse. |
| 5 | * |
| 6 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 7 | * copy of this software and associated documentation files (the "Software"), |
| 8 | * to deal in the Software without restriction, including without limitation |
| 9 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 10 | * and/or sell copies of the Software, and to permit persons to whom the |
| 11 | * Software is furnished to do so, subject to the following conditions: |
| 12 | * |
| 13 | * The above copyright notice and this permission notice shall be included in |
| 14 | * all copies or substantial portions of the Software. |
| 15 | * |
| 16 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 17 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 18 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 19 | * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR |
| 20 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
| 21 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 22 | * OTHER DEALINGS IN THE SOFTWARE. |
| 23 | * |
| 24 | * Authors: Dave Airlie |
| 25 | * Alex Deucher |
| 26 | * Jerome Glisse |
| 27 | */ |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 28 | #include <linux/slab.h> |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 29 | #include <linux/seq_file.h> |
| 30 | #include <linux/firmware.h> |
| 31 | #include <linux/platform_device.h> |
Paul Gortmaker | e0cd360 | 2011-08-30 11:04:30 -0400 | [diff] [blame] | 32 | #include <linux/module.h> |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 33 | #include <drm/drmP.h> |
| 34 | #include <drm/radeon_drm.h> |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 35 | #include "radeon.h" |
Daniel Vetter | e699037 | 2010-03-11 21:19:17 +0000 | [diff] [blame] | 36 | #include "radeon_asic.h" |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 37 | #include "radeon_mode.h" |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 38 | #include "r600d.h" |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 39 | #include "atom.h" |
Jerome Glisse | d39c3b8 | 2009-09-28 18:34:43 +0200 | [diff] [blame] | 40 | #include "avivod.h" |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 41 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 42 | #define PFP_UCODE_SIZE 576 |
| 43 | #define PM4_UCODE_SIZE 1792 |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 44 | #define RLC_UCODE_SIZE 768 |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 45 | #define R700_PFP_UCODE_SIZE 848 |
| 46 | #define R700_PM4_UCODE_SIZE 1360 |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 47 | #define R700_RLC_UCODE_SIZE 1024 |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 48 | #define EVERGREEN_PFP_UCODE_SIZE 1120 |
| 49 | #define EVERGREEN_PM4_UCODE_SIZE 1376 |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 50 | #define EVERGREEN_RLC_UCODE_SIZE 768 |
Alex Deucher | 1272780 | 2011-03-02 20:07:32 -0500 | [diff] [blame] | 51 | #define CAYMAN_RLC_UCODE_SIZE 1024 |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 52 | #define ARUBA_RLC_UCODE_SIZE 1536 |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 53 | |
| 54 | /* Firmware Names */ |
| 55 | MODULE_FIRMWARE("radeon/R600_pfp.bin"); |
| 56 | MODULE_FIRMWARE("radeon/R600_me.bin"); |
| 57 | MODULE_FIRMWARE("radeon/RV610_pfp.bin"); |
| 58 | MODULE_FIRMWARE("radeon/RV610_me.bin"); |
| 59 | MODULE_FIRMWARE("radeon/RV630_pfp.bin"); |
| 60 | MODULE_FIRMWARE("radeon/RV630_me.bin"); |
| 61 | MODULE_FIRMWARE("radeon/RV620_pfp.bin"); |
| 62 | MODULE_FIRMWARE("radeon/RV620_me.bin"); |
| 63 | MODULE_FIRMWARE("radeon/RV635_pfp.bin"); |
| 64 | MODULE_FIRMWARE("radeon/RV635_me.bin"); |
| 65 | MODULE_FIRMWARE("radeon/RV670_pfp.bin"); |
| 66 | MODULE_FIRMWARE("radeon/RV670_me.bin"); |
| 67 | MODULE_FIRMWARE("radeon/RS780_pfp.bin"); |
| 68 | MODULE_FIRMWARE("radeon/RS780_me.bin"); |
| 69 | MODULE_FIRMWARE("radeon/RV770_pfp.bin"); |
| 70 | MODULE_FIRMWARE("radeon/RV770_me.bin"); |
| 71 | MODULE_FIRMWARE("radeon/RV730_pfp.bin"); |
| 72 | MODULE_FIRMWARE("radeon/RV730_me.bin"); |
| 73 | MODULE_FIRMWARE("radeon/RV710_pfp.bin"); |
| 74 | MODULE_FIRMWARE("radeon/RV710_me.bin"); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 75 | MODULE_FIRMWARE("radeon/R600_rlc.bin"); |
| 76 | MODULE_FIRMWARE("radeon/R700_rlc.bin"); |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 77 | MODULE_FIRMWARE("radeon/CEDAR_pfp.bin"); |
| 78 | MODULE_FIRMWARE("radeon/CEDAR_me.bin"); |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 79 | MODULE_FIRMWARE("radeon/CEDAR_rlc.bin"); |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 80 | MODULE_FIRMWARE("radeon/REDWOOD_pfp.bin"); |
| 81 | MODULE_FIRMWARE("radeon/REDWOOD_me.bin"); |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 82 | MODULE_FIRMWARE("radeon/REDWOOD_rlc.bin"); |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 83 | MODULE_FIRMWARE("radeon/JUNIPER_pfp.bin"); |
| 84 | MODULE_FIRMWARE("radeon/JUNIPER_me.bin"); |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 85 | MODULE_FIRMWARE("radeon/JUNIPER_rlc.bin"); |
Dave Airlie | a743374 | 2010-04-09 15:31:09 +1000 | [diff] [blame] | 86 | MODULE_FIRMWARE("radeon/CYPRESS_pfp.bin"); |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 87 | MODULE_FIRMWARE("radeon/CYPRESS_me.bin"); |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 88 | MODULE_FIRMWARE("radeon/CYPRESS_rlc.bin"); |
Alex Deucher | 439bd6c | 2010-11-22 17:56:31 -0500 | [diff] [blame] | 89 | MODULE_FIRMWARE("radeon/PALM_pfp.bin"); |
| 90 | MODULE_FIRMWARE("radeon/PALM_me.bin"); |
| 91 | MODULE_FIRMWARE("radeon/SUMO_rlc.bin"); |
Alex Deucher | d5c5a72 | 2011-05-31 15:42:48 -0400 | [diff] [blame] | 92 | MODULE_FIRMWARE("radeon/SUMO_pfp.bin"); |
| 93 | MODULE_FIRMWARE("radeon/SUMO_me.bin"); |
| 94 | MODULE_FIRMWARE("radeon/SUMO2_pfp.bin"); |
| 95 | MODULE_FIRMWARE("radeon/SUMO2_me.bin"); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 96 | |
| 97 | int r600_debugfs_mc_info_init(struct radeon_device *rdev); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 98 | |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 99 | /* r600,rv610,rv630,rv620,rv635,rv670 */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 100 | int r600_mc_wait_for_idle(struct radeon_device *rdev); |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 101 | static void r600_gpu_init(struct radeon_device *rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 102 | void r600_fini(struct radeon_device *rdev); |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 103 | void r600_irq_disable(struct radeon_device *rdev); |
Alex Deucher | 9e46a48 | 2011-01-06 18:49:35 -0500 | [diff] [blame] | 104 | static void r600_pcie_gen2_enable(struct radeon_device *rdev); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 105 | |
Alex Deucher | 21a8122 | 2010-07-02 12:58:16 -0400 | [diff] [blame] | 106 | /* get temperature in millidegrees */ |
Alex Deucher | 20d391d | 2011-02-01 16:12:34 -0500 | [diff] [blame] | 107 | int rv6xx_get_temp(struct radeon_device *rdev) |
Alex Deucher | 21a8122 | 2010-07-02 12:58:16 -0400 | [diff] [blame] | 108 | { |
| 109 | u32 temp = (RREG32(CG_THERMAL_STATUS) & ASIC_T_MASK) >> |
| 110 | ASIC_T_SHIFT; |
Alex Deucher | 20d391d | 2011-02-01 16:12:34 -0500 | [diff] [blame] | 111 | int actual_temp = temp & 0xff; |
Alex Deucher | 21a8122 | 2010-07-02 12:58:16 -0400 | [diff] [blame] | 112 | |
Alex Deucher | 20d391d | 2011-02-01 16:12:34 -0500 | [diff] [blame] | 113 | if (temp & 0x100) |
| 114 | actual_temp -= 256; |
| 115 | |
| 116 | return actual_temp * 1000; |
Alex Deucher | 21a8122 | 2010-07-02 12:58:16 -0400 | [diff] [blame] | 117 | } |
| 118 | |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 119 | void r600_pm_get_dynpm_state(struct radeon_device *rdev) |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 120 | { |
| 121 | int i; |
| 122 | |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 123 | rdev->pm.dynpm_can_upclock = true; |
| 124 | rdev->pm.dynpm_can_downclock = true; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 125 | |
| 126 | /* power state array is low to high, default is first */ |
| 127 | if ((rdev->flags & RADEON_IS_IGP) || (rdev->family == CHIP_R600)) { |
| 128 | int min_power_state_index = 0; |
| 129 | |
| 130 | if (rdev->pm.num_power_states > 2) |
| 131 | min_power_state_index = 1; |
| 132 | |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 133 | switch (rdev->pm.dynpm_planned_action) { |
| 134 | case DYNPM_ACTION_MINIMUM: |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 135 | rdev->pm.requested_power_state_index = min_power_state_index; |
| 136 | rdev->pm.requested_clock_mode_index = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 137 | rdev->pm.dynpm_can_downclock = false; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 138 | break; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 139 | case DYNPM_ACTION_DOWNCLOCK: |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 140 | if (rdev->pm.current_power_state_index == min_power_state_index) { |
| 141 | rdev->pm.requested_power_state_index = rdev->pm.current_power_state_index; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 142 | rdev->pm.dynpm_can_downclock = false; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 143 | } else { |
| 144 | if (rdev->pm.active_crtc_count > 1) { |
| 145 | for (i = 0; i < rdev->pm.num_power_states; i++) { |
Alex Deucher | d731117 | 2010-05-03 01:13:14 -0400 | [diff] [blame] | 146 | if (rdev->pm.power_state[i].flags & RADEON_PM_STATE_SINGLE_DISPLAY_ONLY) |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 147 | continue; |
| 148 | else if (i >= rdev->pm.current_power_state_index) { |
| 149 | rdev->pm.requested_power_state_index = |
| 150 | rdev->pm.current_power_state_index; |
| 151 | break; |
| 152 | } else { |
| 153 | rdev->pm.requested_power_state_index = i; |
| 154 | break; |
| 155 | } |
| 156 | } |
Alex Deucher | 773c3fa | 2010-06-25 16:21:27 -0400 | [diff] [blame] | 157 | } else { |
| 158 | if (rdev->pm.current_power_state_index == 0) |
| 159 | rdev->pm.requested_power_state_index = |
| 160 | rdev->pm.num_power_states - 1; |
| 161 | else |
| 162 | rdev->pm.requested_power_state_index = |
| 163 | rdev->pm.current_power_state_index - 1; |
| 164 | } |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 165 | } |
| 166 | rdev->pm.requested_clock_mode_index = 0; |
Alex Deucher | d731117 | 2010-05-03 01:13:14 -0400 | [diff] [blame] | 167 | /* don't use the power state if crtcs are active and no display flag is set */ |
| 168 | if ((rdev->pm.active_crtc_count > 0) && |
| 169 | (rdev->pm.power_state[rdev->pm.requested_power_state_index]. |
| 170 | clock_info[rdev->pm.requested_clock_mode_index].flags & |
| 171 | RADEON_PM_MODE_NO_DISPLAY)) { |
| 172 | rdev->pm.requested_power_state_index++; |
| 173 | } |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 174 | break; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 175 | case DYNPM_ACTION_UPCLOCK: |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 176 | if (rdev->pm.current_power_state_index == (rdev->pm.num_power_states - 1)) { |
| 177 | rdev->pm.requested_power_state_index = rdev->pm.current_power_state_index; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 178 | rdev->pm.dynpm_can_upclock = false; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 179 | } else { |
| 180 | if (rdev->pm.active_crtc_count > 1) { |
| 181 | for (i = (rdev->pm.num_power_states - 1); i >= 0; i--) { |
Alex Deucher | d731117 | 2010-05-03 01:13:14 -0400 | [diff] [blame] | 182 | if (rdev->pm.power_state[i].flags & RADEON_PM_STATE_SINGLE_DISPLAY_ONLY) |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 183 | continue; |
| 184 | else if (i <= rdev->pm.current_power_state_index) { |
| 185 | rdev->pm.requested_power_state_index = |
| 186 | rdev->pm.current_power_state_index; |
| 187 | break; |
| 188 | } else { |
| 189 | rdev->pm.requested_power_state_index = i; |
| 190 | break; |
| 191 | } |
| 192 | } |
| 193 | } else |
| 194 | rdev->pm.requested_power_state_index = |
| 195 | rdev->pm.current_power_state_index + 1; |
| 196 | } |
| 197 | rdev->pm.requested_clock_mode_index = 0; |
| 198 | break; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 199 | case DYNPM_ACTION_DEFAULT: |
Alex Deucher | 58e21df | 2010-03-22 13:31:08 -0400 | [diff] [blame] | 200 | rdev->pm.requested_power_state_index = rdev->pm.default_power_state_index; |
| 201 | rdev->pm.requested_clock_mode_index = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 202 | rdev->pm.dynpm_can_upclock = false; |
Alex Deucher | 58e21df | 2010-03-22 13:31:08 -0400 | [diff] [blame] | 203 | break; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 204 | case DYNPM_ACTION_NONE: |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 205 | default: |
| 206 | DRM_ERROR("Requested mode for not defined action\n"); |
| 207 | return; |
| 208 | } |
| 209 | } else { |
| 210 | /* XXX select a power state based on AC/DC, single/dualhead, etc. */ |
| 211 | /* for now just select the first power state and switch between clock modes */ |
| 212 | /* power state array is low to high, default is first (0) */ |
| 213 | if (rdev->pm.active_crtc_count > 1) { |
| 214 | rdev->pm.requested_power_state_index = -1; |
| 215 | /* start at 1 as we don't want the default mode */ |
| 216 | for (i = 1; i < rdev->pm.num_power_states; i++) { |
Alex Deucher | d731117 | 2010-05-03 01:13:14 -0400 | [diff] [blame] | 217 | if (rdev->pm.power_state[i].flags & RADEON_PM_STATE_SINGLE_DISPLAY_ONLY) |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 218 | continue; |
| 219 | else if ((rdev->pm.power_state[i].type == POWER_STATE_TYPE_PERFORMANCE) || |
| 220 | (rdev->pm.power_state[i].type == POWER_STATE_TYPE_BATTERY)) { |
| 221 | rdev->pm.requested_power_state_index = i; |
| 222 | break; |
| 223 | } |
| 224 | } |
| 225 | /* if nothing selected, grab the default state. */ |
| 226 | if (rdev->pm.requested_power_state_index == -1) |
| 227 | rdev->pm.requested_power_state_index = 0; |
| 228 | } else |
| 229 | rdev->pm.requested_power_state_index = 1; |
| 230 | |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 231 | switch (rdev->pm.dynpm_planned_action) { |
| 232 | case DYNPM_ACTION_MINIMUM: |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 233 | rdev->pm.requested_clock_mode_index = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 234 | rdev->pm.dynpm_can_downclock = false; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 235 | break; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 236 | case DYNPM_ACTION_DOWNCLOCK: |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 237 | if (rdev->pm.requested_power_state_index == rdev->pm.current_power_state_index) { |
| 238 | if (rdev->pm.current_clock_mode_index == 0) { |
| 239 | rdev->pm.requested_clock_mode_index = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 240 | rdev->pm.dynpm_can_downclock = false; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 241 | } else |
| 242 | rdev->pm.requested_clock_mode_index = |
| 243 | rdev->pm.current_clock_mode_index - 1; |
| 244 | } else { |
| 245 | rdev->pm.requested_clock_mode_index = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 246 | rdev->pm.dynpm_can_downclock = false; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 247 | } |
Alex Deucher | d731117 | 2010-05-03 01:13:14 -0400 | [diff] [blame] | 248 | /* don't use the power state if crtcs are active and no display flag is set */ |
| 249 | if ((rdev->pm.active_crtc_count > 0) && |
| 250 | (rdev->pm.power_state[rdev->pm.requested_power_state_index]. |
| 251 | clock_info[rdev->pm.requested_clock_mode_index].flags & |
| 252 | RADEON_PM_MODE_NO_DISPLAY)) { |
| 253 | rdev->pm.requested_clock_mode_index++; |
| 254 | } |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 255 | break; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 256 | case DYNPM_ACTION_UPCLOCK: |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 257 | if (rdev->pm.requested_power_state_index == rdev->pm.current_power_state_index) { |
| 258 | if (rdev->pm.current_clock_mode_index == |
| 259 | (rdev->pm.power_state[rdev->pm.requested_power_state_index].num_clock_modes - 1)) { |
| 260 | rdev->pm.requested_clock_mode_index = rdev->pm.current_clock_mode_index; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 261 | rdev->pm.dynpm_can_upclock = false; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 262 | } else |
| 263 | rdev->pm.requested_clock_mode_index = |
| 264 | rdev->pm.current_clock_mode_index + 1; |
| 265 | } else { |
| 266 | rdev->pm.requested_clock_mode_index = |
| 267 | rdev->pm.power_state[rdev->pm.requested_power_state_index].num_clock_modes - 1; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 268 | rdev->pm.dynpm_can_upclock = false; |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 269 | } |
| 270 | break; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 271 | case DYNPM_ACTION_DEFAULT: |
Alex Deucher | 58e21df | 2010-03-22 13:31:08 -0400 | [diff] [blame] | 272 | rdev->pm.requested_power_state_index = rdev->pm.default_power_state_index; |
| 273 | rdev->pm.requested_clock_mode_index = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 274 | rdev->pm.dynpm_can_upclock = false; |
Alex Deucher | 58e21df | 2010-03-22 13:31:08 -0400 | [diff] [blame] | 275 | break; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 276 | case DYNPM_ACTION_NONE: |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 277 | default: |
| 278 | DRM_ERROR("Requested mode for not defined action\n"); |
| 279 | return; |
| 280 | } |
| 281 | } |
| 282 | |
Dave Airlie | d9fdaaf | 2010-08-02 10:42:55 +1000 | [diff] [blame] | 283 | DRM_DEBUG_DRIVER("Requested: e: %d m: %d p: %d\n", |
Alex Deucher | ce8a3eb | 2010-05-07 16:58:27 -0400 | [diff] [blame] | 284 | rdev->pm.power_state[rdev->pm.requested_power_state_index]. |
| 285 | clock_info[rdev->pm.requested_clock_mode_index].sclk, |
| 286 | rdev->pm.power_state[rdev->pm.requested_power_state_index]. |
| 287 | clock_info[rdev->pm.requested_clock_mode_index].mclk, |
| 288 | rdev->pm.power_state[rdev->pm.requested_power_state_index]. |
| 289 | pcie_lanes); |
Alex Deucher | a48b9b4 | 2010-04-22 14:03:55 -0400 | [diff] [blame] | 290 | } |
| 291 | |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 292 | void rs780_pm_init_profile(struct radeon_device *rdev) |
| 293 | { |
| 294 | if (rdev->pm.num_power_states == 2) { |
| 295 | /* default */ |
| 296 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 297 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 298 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; |
| 299 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0; |
| 300 | /* low sh */ |
| 301 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 0; |
| 302 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 0; |
| 303 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; |
| 304 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 305 | /* mid sh */ |
| 306 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 0; |
| 307 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = 0; |
| 308 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_cm_idx = 0; |
| 309 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 310 | /* high sh */ |
| 311 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_ps_idx = 0; |
| 312 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_ps_idx = 1; |
| 313 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_cm_idx = 0; |
| 314 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_cm_idx = 0; |
| 315 | /* low mh */ |
| 316 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_ps_idx = 0; |
| 317 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_ps_idx = 0; |
| 318 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_cm_idx = 0; |
| 319 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 320 | /* mid mh */ |
| 321 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_ps_idx = 0; |
| 322 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_ps_idx = 0; |
| 323 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_cm_idx = 0; |
| 324 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 325 | /* high mh */ |
| 326 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_ps_idx = 0; |
| 327 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_ps_idx = 1; |
| 328 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_cm_idx = 0; |
| 329 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_cm_idx = 0; |
| 330 | } else if (rdev->pm.num_power_states == 3) { |
| 331 | /* default */ |
| 332 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 333 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 334 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; |
| 335 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0; |
| 336 | /* low sh */ |
| 337 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 1; |
| 338 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 1; |
| 339 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; |
| 340 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 341 | /* mid sh */ |
| 342 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 1; |
| 343 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = 1; |
| 344 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_cm_idx = 0; |
| 345 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 346 | /* high sh */ |
| 347 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_ps_idx = 1; |
| 348 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_ps_idx = 2; |
| 349 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_cm_idx = 0; |
| 350 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_cm_idx = 0; |
| 351 | /* low mh */ |
| 352 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_ps_idx = 1; |
| 353 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_ps_idx = 1; |
| 354 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_cm_idx = 0; |
| 355 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 356 | /* mid mh */ |
| 357 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_ps_idx = 1; |
| 358 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_ps_idx = 1; |
| 359 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_cm_idx = 0; |
| 360 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 361 | /* high mh */ |
| 362 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_ps_idx = 1; |
| 363 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_ps_idx = 2; |
| 364 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_cm_idx = 0; |
| 365 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_cm_idx = 0; |
| 366 | } else { |
| 367 | /* default */ |
| 368 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 369 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 370 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; |
| 371 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0; |
| 372 | /* low sh */ |
| 373 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 2; |
| 374 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 2; |
| 375 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; |
| 376 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 377 | /* mid sh */ |
| 378 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 2; |
| 379 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = 2; |
| 380 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_cm_idx = 0; |
| 381 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 382 | /* high sh */ |
| 383 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_ps_idx = 2; |
| 384 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_ps_idx = 3; |
| 385 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_cm_idx = 0; |
| 386 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_cm_idx = 0; |
| 387 | /* low mh */ |
| 388 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_ps_idx = 2; |
| 389 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_ps_idx = 0; |
| 390 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_cm_idx = 0; |
| 391 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 392 | /* mid mh */ |
| 393 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_ps_idx = 2; |
| 394 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_ps_idx = 0; |
| 395 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_cm_idx = 0; |
| 396 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 397 | /* high mh */ |
| 398 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_ps_idx = 2; |
| 399 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_ps_idx = 3; |
| 400 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_cm_idx = 0; |
| 401 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_cm_idx = 0; |
| 402 | } |
| 403 | } |
| 404 | |
| 405 | void r600_pm_init_profile(struct radeon_device *rdev) |
| 406 | { |
Alex Deucher | bbe26ff | 2011-11-04 10:09:42 -0400 | [diff] [blame] | 407 | int idx; |
| 408 | |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 409 | if (rdev->family == CHIP_R600) { |
| 410 | /* XXX */ |
| 411 | /* default */ |
| 412 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 413 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 414 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 415 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 416 | /* low sh */ |
| 417 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 418 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 419 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 420 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 421 | /* mid sh */ |
| 422 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 423 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 424 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_cm_idx = 0; |
| 425 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 426 | /* high sh */ |
| 427 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 428 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 429 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_cm_idx = 0; |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 430 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 431 | /* low mh */ |
| 432 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 433 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 434 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_cm_idx = 0; |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 435 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 436 | /* mid mh */ |
| 437 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 438 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 439 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_cm_idx = 0; |
| 440 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 441 | /* high mh */ |
| 442 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 443 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 444 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_cm_idx = 0; |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 445 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 446 | } else { |
| 447 | if (rdev->pm.num_power_states < 4) { |
| 448 | /* default */ |
| 449 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 450 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 451 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; |
| 452 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 2; |
| 453 | /* low sh */ |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 454 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 1; |
| 455 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 1; |
| 456 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 457 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; |
| 458 | /* mid sh */ |
| 459 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 1; |
| 460 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = 1; |
| 461 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_cm_idx = 0; |
| 462 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_cm_idx = 1; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 463 | /* high sh */ |
| 464 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_ps_idx = 1; |
| 465 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_ps_idx = 1; |
| 466 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_cm_idx = 0; |
| 467 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_cm_idx = 2; |
| 468 | /* low mh */ |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 469 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_ps_idx = 2; |
| 470 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_ps_idx = 2; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 471 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 472 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_cm_idx = 0; |
| 473 | /* low mh */ |
| 474 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_ps_idx = 2; |
| 475 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_ps_idx = 2; |
| 476 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_cm_idx = 0; |
| 477 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_cm_idx = 1; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 478 | /* high mh */ |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 479 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_ps_idx = 2; |
| 480 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_ps_idx = 2; |
| 481 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_cm_idx = 0; |
| 482 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_cm_idx = 2; |
| 483 | } else { |
| 484 | /* default */ |
| 485 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; |
| 486 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; |
| 487 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; |
| 488 | rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 2; |
| 489 | /* low sh */ |
Alex Deucher | bbe26ff | 2011-11-04 10:09:42 -0400 | [diff] [blame] | 490 | if (rdev->flags & RADEON_IS_MOBILITY) |
| 491 | idx = radeon_pm_get_type_index(rdev, POWER_STATE_TYPE_BATTERY, 0); |
| 492 | else |
| 493 | idx = radeon_pm_get_type_index(rdev, POWER_STATE_TYPE_PERFORMANCE, 0); |
| 494 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = idx; |
| 495 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = idx; |
| 496 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; |
| 497 | rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 498 | /* mid sh */ |
Alex Deucher | bbe26ff | 2011-11-04 10:09:42 -0400 | [diff] [blame] | 499 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = idx; |
| 500 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = idx; |
| 501 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_cm_idx = 0; |
| 502 | rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_cm_idx = 1; |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 503 | /* high sh */ |
Alex Deucher | bbe26ff | 2011-11-04 10:09:42 -0400 | [diff] [blame] | 504 | idx = radeon_pm_get_type_index(rdev, POWER_STATE_TYPE_PERFORMANCE, 0); |
| 505 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_ps_idx = idx; |
| 506 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_ps_idx = idx; |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 507 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_off_cm_idx = 0; |
| 508 | rdev->pm.profiles[PM_PROFILE_HIGH_SH_IDX].dpms_on_cm_idx = 2; |
| 509 | /* low mh */ |
Alex Deucher | bbe26ff | 2011-11-04 10:09:42 -0400 | [diff] [blame] | 510 | if (rdev->flags & RADEON_IS_MOBILITY) |
| 511 | idx = radeon_pm_get_type_index(rdev, POWER_STATE_TYPE_BATTERY, 1); |
| 512 | else |
| 513 | idx = radeon_pm_get_type_index(rdev, POWER_STATE_TYPE_PERFORMANCE, 1); |
| 514 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_ps_idx = idx; |
| 515 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_ps_idx = idx; |
| 516 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_cm_idx = 0; |
| 517 | rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_cm_idx = 0; |
Alex Deucher | c9e75b2 | 2010-06-02 17:56:01 -0400 | [diff] [blame] | 518 | /* mid mh */ |
Alex Deucher | bbe26ff | 2011-11-04 10:09:42 -0400 | [diff] [blame] | 519 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_ps_idx = idx; |
| 520 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_ps_idx = idx; |
| 521 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_off_cm_idx = 0; |
| 522 | rdev->pm.profiles[PM_PROFILE_MID_MH_IDX].dpms_on_cm_idx = 1; |
Alex Deucher | 4bff517 | 2010-05-17 19:41:26 -0400 | [diff] [blame] | 523 | /* high mh */ |
Alex Deucher | bbe26ff | 2011-11-04 10:09:42 -0400 | [diff] [blame] | 524 | idx = radeon_pm_get_type_index(rdev, POWER_STATE_TYPE_PERFORMANCE, 1); |
| 525 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_ps_idx = idx; |
| 526 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_ps_idx = idx; |
Alex Deucher | ce8f537 | 2010-05-07 15:10:16 -0400 | [diff] [blame] | 527 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_off_cm_idx = 0; |
| 528 | rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_cm_idx = 2; |
| 529 | } |
| 530 | } |
Alex Deucher | bae6b562 | 2010-04-22 13:38:05 -0400 | [diff] [blame] | 531 | } |
| 532 | |
Alex Deucher | 49e02b7 | 2010-04-23 17:57:27 -0400 | [diff] [blame] | 533 | void r600_pm_misc(struct radeon_device *rdev) |
| 534 | { |
Rafał Miłecki | a081a9d | 2010-06-07 18:20:25 -0400 | [diff] [blame] | 535 | int req_ps_idx = rdev->pm.requested_power_state_index; |
| 536 | int req_cm_idx = rdev->pm.requested_clock_mode_index; |
| 537 | struct radeon_power_state *ps = &rdev->pm.power_state[req_ps_idx]; |
| 538 | struct radeon_voltage *voltage = &ps->clock_info[req_cm_idx].voltage; |
Alex Deucher | 7ac9aa5 | 2010-05-27 19:25:54 -0400 | [diff] [blame] | 539 | |
Alex Deucher | 4d60173 | 2010-06-07 18:15:18 -0400 | [diff] [blame] | 540 | if ((voltage->type == VOLTAGE_SW) && voltage->voltage) { |
Alex Deucher | a377e18 | 2011-06-20 13:00:31 -0400 | [diff] [blame] | 541 | /* 0xff01 is a flag rather then an actual voltage */ |
| 542 | if (voltage->voltage == 0xff01) |
| 543 | return; |
Alex Deucher | 4d60173 | 2010-06-07 18:15:18 -0400 | [diff] [blame] | 544 | if (voltage->voltage != rdev->pm.current_vddc) { |
Alex Deucher | 8a83ec5 | 2011-04-12 14:49:23 -0400 | [diff] [blame] | 545 | radeon_atom_set_voltage(rdev, voltage->voltage, SET_VOLTAGE_TYPE_ASIC_VDDC); |
Alex Deucher | 4d60173 | 2010-06-07 18:15:18 -0400 | [diff] [blame] | 546 | rdev->pm.current_vddc = voltage->voltage; |
Dave Airlie | d9fdaaf | 2010-08-02 10:42:55 +1000 | [diff] [blame] | 547 | DRM_DEBUG_DRIVER("Setting: v: %d\n", voltage->voltage); |
Alex Deucher | 4d60173 | 2010-06-07 18:15:18 -0400 | [diff] [blame] | 548 | } |
| 549 | } |
Alex Deucher | 49e02b7 | 2010-04-23 17:57:27 -0400 | [diff] [blame] | 550 | } |
| 551 | |
Alex Deucher | def9ba9 | 2010-04-22 12:39:58 -0400 | [diff] [blame] | 552 | bool r600_gui_idle(struct radeon_device *rdev) |
| 553 | { |
| 554 | if (RREG32(GRBM_STATUS) & GUI_ACTIVE) |
| 555 | return false; |
| 556 | else |
| 557 | return true; |
| 558 | } |
| 559 | |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 560 | /* hpd for digital panel detect/disconnect */ |
| 561 | bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) |
| 562 | { |
| 563 | bool connected = false; |
| 564 | |
| 565 | if (ASIC_IS_DCE3(rdev)) { |
| 566 | switch (hpd) { |
| 567 | case RADEON_HPD_1: |
| 568 | if (RREG32(DC_HPD1_INT_STATUS) & DC_HPDx_SENSE) |
| 569 | connected = true; |
| 570 | break; |
| 571 | case RADEON_HPD_2: |
| 572 | if (RREG32(DC_HPD2_INT_STATUS) & DC_HPDx_SENSE) |
| 573 | connected = true; |
| 574 | break; |
| 575 | case RADEON_HPD_3: |
| 576 | if (RREG32(DC_HPD3_INT_STATUS) & DC_HPDx_SENSE) |
| 577 | connected = true; |
| 578 | break; |
| 579 | case RADEON_HPD_4: |
| 580 | if (RREG32(DC_HPD4_INT_STATUS) & DC_HPDx_SENSE) |
| 581 | connected = true; |
| 582 | break; |
| 583 | /* DCE 3.2 */ |
| 584 | case RADEON_HPD_5: |
| 585 | if (RREG32(DC_HPD5_INT_STATUS) & DC_HPDx_SENSE) |
| 586 | connected = true; |
| 587 | break; |
| 588 | case RADEON_HPD_6: |
| 589 | if (RREG32(DC_HPD6_INT_STATUS) & DC_HPDx_SENSE) |
| 590 | connected = true; |
| 591 | break; |
| 592 | default: |
| 593 | break; |
| 594 | } |
| 595 | } else { |
| 596 | switch (hpd) { |
| 597 | case RADEON_HPD_1: |
| 598 | if (RREG32(DC_HOT_PLUG_DETECT1_INT_STATUS) & DC_HOT_PLUG_DETECTx_SENSE) |
| 599 | connected = true; |
| 600 | break; |
| 601 | case RADEON_HPD_2: |
| 602 | if (RREG32(DC_HOT_PLUG_DETECT2_INT_STATUS) & DC_HOT_PLUG_DETECTx_SENSE) |
| 603 | connected = true; |
| 604 | break; |
| 605 | case RADEON_HPD_3: |
| 606 | if (RREG32(DC_HOT_PLUG_DETECT3_INT_STATUS) & DC_HOT_PLUG_DETECTx_SENSE) |
| 607 | connected = true; |
| 608 | break; |
| 609 | default: |
| 610 | break; |
| 611 | } |
| 612 | } |
| 613 | return connected; |
| 614 | } |
| 615 | |
| 616 | void r600_hpd_set_polarity(struct radeon_device *rdev, |
Alex Deucher | 429770b | 2009-12-04 15:26:55 -0500 | [diff] [blame] | 617 | enum radeon_hpd_id hpd) |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 618 | { |
| 619 | u32 tmp; |
| 620 | bool connected = r600_hpd_sense(rdev, hpd); |
| 621 | |
| 622 | if (ASIC_IS_DCE3(rdev)) { |
| 623 | switch (hpd) { |
| 624 | case RADEON_HPD_1: |
| 625 | tmp = RREG32(DC_HPD1_INT_CONTROL); |
| 626 | if (connected) |
| 627 | tmp &= ~DC_HPDx_INT_POLARITY; |
| 628 | else |
| 629 | tmp |= DC_HPDx_INT_POLARITY; |
| 630 | WREG32(DC_HPD1_INT_CONTROL, tmp); |
| 631 | break; |
| 632 | case RADEON_HPD_2: |
| 633 | tmp = RREG32(DC_HPD2_INT_CONTROL); |
| 634 | if (connected) |
| 635 | tmp &= ~DC_HPDx_INT_POLARITY; |
| 636 | else |
| 637 | tmp |= DC_HPDx_INT_POLARITY; |
| 638 | WREG32(DC_HPD2_INT_CONTROL, tmp); |
| 639 | break; |
| 640 | case RADEON_HPD_3: |
| 641 | tmp = RREG32(DC_HPD3_INT_CONTROL); |
| 642 | if (connected) |
| 643 | tmp &= ~DC_HPDx_INT_POLARITY; |
| 644 | else |
| 645 | tmp |= DC_HPDx_INT_POLARITY; |
| 646 | WREG32(DC_HPD3_INT_CONTROL, tmp); |
| 647 | break; |
| 648 | case RADEON_HPD_4: |
| 649 | tmp = RREG32(DC_HPD4_INT_CONTROL); |
| 650 | if (connected) |
| 651 | tmp &= ~DC_HPDx_INT_POLARITY; |
| 652 | else |
| 653 | tmp |= DC_HPDx_INT_POLARITY; |
| 654 | WREG32(DC_HPD4_INT_CONTROL, tmp); |
| 655 | break; |
| 656 | case RADEON_HPD_5: |
| 657 | tmp = RREG32(DC_HPD5_INT_CONTROL); |
| 658 | if (connected) |
| 659 | tmp &= ~DC_HPDx_INT_POLARITY; |
| 660 | else |
| 661 | tmp |= DC_HPDx_INT_POLARITY; |
| 662 | WREG32(DC_HPD5_INT_CONTROL, tmp); |
| 663 | break; |
| 664 | /* DCE 3.2 */ |
| 665 | case RADEON_HPD_6: |
| 666 | tmp = RREG32(DC_HPD6_INT_CONTROL); |
| 667 | if (connected) |
| 668 | tmp &= ~DC_HPDx_INT_POLARITY; |
| 669 | else |
| 670 | tmp |= DC_HPDx_INT_POLARITY; |
| 671 | WREG32(DC_HPD6_INT_CONTROL, tmp); |
| 672 | break; |
| 673 | default: |
| 674 | break; |
| 675 | } |
| 676 | } else { |
| 677 | switch (hpd) { |
| 678 | case RADEON_HPD_1: |
| 679 | tmp = RREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL); |
| 680 | if (connected) |
| 681 | tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; |
| 682 | else |
| 683 | tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; |
| 684 | WREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL, tmp); |
| 685 | break; |
| 686 | case RADEON_HPD_2: |
| 687 | tmp = RREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL); |
| 688 | if (connected) |
| 689 | tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; |
| 690 | else |
| 691 | tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; |
| 692 | WREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL, tmp); |
| 693 | break; |
| 694 | case RADEON_HPD_3: |
| 695 | tmp = RREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL); |
| 696 | if (connected) |
| 697 | tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; |
| 698 | else |
| 699 | tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; |
| 700 | WREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL, tmp); |
| 701 | break; |
| 702 | default: |
| 703 | break; |
| 704 | } |
| 705 | } |
| 706 | } |
| 707 | |
| 708 | void r600_hpd_init(struct radeon_device *rdev) |
| 709 | { |
| 710 | struct drm_device *dev = rdev->ddev; |
| 711 | struct drm_connector *connector; |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 712 | unsigned enable = 0; |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 713 | |
Alex Deucher | 64912e9 | 2011-11-03 11:21:39 -0400 | [diff] [blame] | 714 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
| 715 | struct radeon_connector *radeon_connector = to_radeon_connector(connector); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 716 | |
Jerome Glisse | 455c89b | 2012-05-04 11:06:22 -0400 | [diff] [blame] | 717 | if (connector->connector_type == DRM_MODE_CONNECTOR_eDP || |
| 718 | connector->connector_type == DRM_MODE_CONNECTOR_LVDS) { |
| 719 | /* don't try to enable hpd on eDP or LVDS avoid breaking the |
| 720 | * aux dp channel on imac and help (but not completely fix) |
| 721 | * https://bugzilla.redhat.com/show_bug.cgi?id=726143 |
| 722 | */ |
| 723 | continue; |
| 724 | } |
Alex Deucher | 64912e9 | 2011-11-03 11:21:39 -0400 | [diff] [blame] | 725 | if (ASIC_IS_DCE3(rdev)) { |
| 726 | u32 tmp = DC_HPDx_CONNECTION_TIMER(0x9c4) | DC_HPDx_RX_INT_TIMER(0xfa); |
| 727 | if (ASIC_IS_DCE32(rdev)) |
| 728 | tmp |= DC_HPDx_EN; |
| 729 | |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 730 | switch (radeon_connector->hpd.hpd) { |
| 731 | case RADEON_HPD_1: |
| 732 | WREG32(DC_HPD1_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 733 | break; |
| 734 | case RADEON_HPD_2: |
| 735 | WREG32(DC_HPD2_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 736 | break; |
| 737 | case RADEON_HPD_3: |
| 738 | WREG32(DC_HPD3_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 739 | break; |
| 740 | case RADEON_HPD_4: |
| 741 | WREG32(DC_HPD4_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 742 | break; |
| 743 | /* DCE 3.2 */ |
| 744 | case RADEON_HPD_5: |
| 745 | WREG32(DC_HPD5_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 746 | break; |
| 747 | case RADEON_HPD_6: |
| 748 | WREG32(DC_HPD6_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 749 | break; |
| 750 | default: |
| 751 | break; |
| 752 | } |
Alex Deucher | 64912e9 | 2011-11-03 11:21:39 -0400 | [diff] [blame] | 753 | } else { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 754 | switch (radeon_connector->hpd.hpd) { |
| 755 | case RADEON_HPD_1: |
| 756 | WREG32(DC_HOT_PLUG_DETECT1_CONTROL, DC_HOT_PLUG_DETECTx_EN); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 757 | break; |
| 758 | case RADEON_HPD_2: |
| 759 | WREG32(DC_HOT_PLUG_DETECT2_CONTROL, DC_HOT_PLUG_DETECTx_EN); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 760 | break; |
| 761 | case RADEON_HPD_3: |
| 762 | WREG32(DC_HOT_PLUG_DETECT3_CONTROL, DC_HOT_PLUG_DETECTx_EN); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 763 | break; |
| 764 | default: |
| 765 | break; |
| 766 | } |
| 767 | } |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 768 | enable |= 1 << radeon_connector->hpd.hpd; |
Alex Deucher | 64912e9 | 2011-11-03 11:21:39 -0400 | [diff] [blame] | 769 | radeon_hpd_set_polarity(rdev, radeon_connector->hpd.hpd); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 770 | } |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 771 | radeon_irq_kms_enable_hpd(rdev, enable); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 772 | } |
| 773 | |
| 774 | void r600_hpd_fini(struct radeon_device *rdev) |
| 775 | { |
| 776 | struct drm_device *dev = rdev->ddev; |
| 777 | struct drm_connector *connector; |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 778 | unsigned disable = 0; |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 779 | |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 780 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
| 781 | struct radeon_connector *radeon_connector = to_radeon_connector(connector); |
| 782 | if (ASIC_IS_DCE3(rdev)) { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 783 | switch (radeon_connector->hpd.hpd) { |
| 784 | case RADEON_HPD_1: |
| 785 | WREG32(DC_HPD1_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 786 | break; |
| 787 | case RADEON_HPD_2: |
| 788 | WREG32(DC_HPD2_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 789 | break; |
| 790 | case RADEON_HPD_3: |
| 791 | WREG32(DC_HPD3_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 792 | break; |
| 793 | case RADEON_HPD_4: |
| 794 | WREG32(DC_HPD4_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 795 | break; |
| 796 | /* DCE 3.2 */ |
| 797 | case RADEON_HPD_5: |
| 798 | WREG32(DC_HPD5_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 799 | break; |
| 800 | case RADEON_HPD_6: |
| 801 | WREG32(DC_HPD6_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 802 | break; |
| 803 | default: |
| 804 | break; |
| 805 | } |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 806 | } else { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 807 | switch (radeon_connector->hpd.hpd) { |
| 808 | case RADEON_HPD_1: |
| 809 | WREG32(DC_HOT_PLUG_DETECT1_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 810 | break; |
| 811 | case RADEON_HPD_2: |
| 812 | WREG32(DC_HOT_PLUG_DETECT2_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 813 | break; |
| 814 | case RADEON_HPD_3: |
| 815 | WREG32(DC_HOT_PLUG_DETECT3_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 816 | break; |
| 817 | default: |
| 818 | break; |
| 819 | } |
| 820 | } |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 821 | disable |= 1 << radeon_connector->hpd.hpd; |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 822 | } |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 823 | radeon_irq_kms_disable_hpd(rdev, disable); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 824 | } |
| 825 | |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 826 | /* |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 827 | * R600 PCIE GART |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 828 | */ |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 829 | void r600_pcie_gart_tlb_flush(struct radeon_device *rdev) |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 830 | { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 831 | unsigned i; |
| 832 | u32 tmp; |
| 833 | |
Dave Airlie | 2e98f10 | 2010-02-15 15:54:45 +1000 | [diff] [blame] | 834 | /* flush hdp cache so updates hit vram */ |
Alex Deucher | f3886f8 | 2010-12-08 10:05:34 -0500 | [diff] [blame] | 835 | if ((rdev->family >= CHIP_RV770) && (rdev->family <= CHIP_RV740) && |
| 836 | !(rdev->flags & RADEON_IS_AGP)) { |
Jerome Glisse | c9a1be9 | 2011-11-03 11:16:49 -0400 | [diff] [blame] | 837 | void __iomem *ptr = (void *)rdev->gart.ptr; |
Alex Deucher | 812d046 | 2010-07-26 18:51:53 -0400 | [diff] [blame] | 838 | u32 tmp; |
| 839 | |
| 840 | /* r7xx hw bug. write to HDP_DEBUG1 followed by fb read |
| 841 | * rather than write to HDP_REG_COHERENCY_FLUSH_CNTL |
Alex Deucher | f3886f8 | 2010-12-08 10:05:34 -0500 | [diff] [blame] | 842 | * This seems to cause problems on some AGP cards. Just use the old |
| 843 | * method for them. |
Alex Deucher | 812d046 | 2010-07-26 18:51:53 -0400 | [diff] [blame] | 844 | */ |
| 845 | WREG32(HDP_DEBUG1, 0); |
| 846 | tmp = readl((void __iomem *)ptr); |
| 847 | } else |
| 848 | WREG32(R_005480_HDP_MEM_COHERENCY_FLUSH_CNTL, 0x1); |
Dave Airlie | 2e98f10 | 2010-02-15 15:54:45 +1000 | [diff] [blame] | 849 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 850 | WREG32(VM_CONTEXT0_INVALIDATION_LOW_ADDR, rdev->mc.gtt_start >> 12); |
| 851 | WREG32(VM_CONTEXT0_INVALIDATION_HIGH_ADDR, (rdev->mc.gtt_end - 1) >> 12); |
| 852 | WREG32(VM_CONTEXT0_REQUEST_RESPONSE, REQUEST_TYPE(1)); |
| 853 | for (i = 0; i < rdev->usec_timeout; i++) { |
| 854 | /* read MC_STATUS */ |
| 855 | tmp = RREG32(VM_CONTEXT0_REQUEST_RESPONSE); |
| 856 | tmp = (tmp & RESPONSE_TYPE_MASK) >> RESPONSE_TYPE_SHIFT; |
| 857 | if (tmp == 2) { |
| 858 | printk(KERN_WARNING "[drm] r600 flush TLB failed\n"); |
| 859 | return; |
| 860 | } |
| 861 | if (tmp) { |
| 862 | return; |
| 863 | } |
| 864 | udelay(1); |
| 865 | } |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 866 | } |
| 867 | |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 868 | int r600_pcie_gart_init(struct radeon_device *rdev) |
| 869 | { |
| 870 | int r; |
| 871 | |
Jerome Glisse | c9a1be9 | 2011-11-03 11:16:49 -0400 | [diff] [blame] | 872 | if (rdev->gart.robj) { |
Joe Perches | fce7d61 | 2010-10-30 21:08:30 +0000 | [diff] [blame] | 873 | WARN(1, "R600 PCIE GART already initialized\n"); |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 874 | return 0; |
| 875 | } |
| 876 | /* Initialize common gart structure */ |
| 877 | r = radeon_gart_init(rdev); |
| 878 | if (r) |
| 879 | return r; |
| 880 | rdev->gart.table_size = rdev->gart.num_gpu_pages * 8; |
| 881 | return radeon_gart_table_vram_alloc(rdev); |
| 882 | } |
| 883 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 884 | static int r600_pcie_gart_enable(struct radeon_device *rdev) |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 885 | { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 886 | u32 tmp; |
| 887 | int r, i; |
| 888 | |
Jerome Glisse | c9a1be9 | 2011-11-03 11:16:49 -0400 | [diff] [blame] | 889 | if (rdev->gart.robj == NULL) { |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 890 | dev_err(rdev->dev, "No VRAM object for PCIE GART.\n"); |
| 891 | return -EINVAL; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 892 | } |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 893 | r = radeon_gart_table_vram_pin(rdev); |
| 894 | if (r) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 895 | return r; |
Dave Airlie | 8256856 | 2010-02-05 16:00:07 +1000 | [diff] [blame] | 896 | radeon_gart_restore(rdev); |
Dave Airlie | bc1a631 | 2009-09-15 11:07:52 +1000 | [diff] [blame] | 897 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 898 | /* Setup L2 cache */ |
| 899 | WREG32(VM_L2_CNTL, ENABLE_L2_CACHE | ENABLE_L2_FRAGMENT_PROCESSING | |
| 900 | ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE | |
| 901 | EFFECTIVE_L2_QUEUE_SIZE(7)); |
| 902 | WREG32(VM_L2_CNTL2, 0); |
| 903 | WREG32(VM_L2_CNTL3, BANK_SELECT_0(0) | BANK_SELECT_1(1)); |
| 904 | /* Setup TLB control */ |
| 905 | tmp = ENABLE_L1_TLB | ENABLE_L1_FRAGMENT_PROCESSING | |
| 906 | SYSTEM_ACCESS_MODE_NOT_IN_SYS | |
| 907 | EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | |
| 908 | ENABLE_WAIT_L2_QUERY; |
| 909 | WREG32(MC_VM_L1_TLB_MCB_RD_SYS_CNTL, tmp); |
| 910 | WREG32(MC_VM_L1_TLB_MCB_WR_SYS_CNTL, tmp); |
| 911 | WREG32(MC_VM_L1_TLB_MCB_RD_HDP_CNTL, tmp | ENABLE_L1_STRICT_ORDERING); |
| 912 | WREG32(MC_VM_L1_TLB_MCB_WR_HDP_CNTL, tmp); |
| 913 | WREG32(MC_VM_L1_TLB_MCD_RD_A_CNTL, tmp); |
| 914 | WREG32(MC_VM_L1_TLB_MCD_WR_A_CNTL, tmp); |
| 915 | WREG32(MC_VM_L1_TLB_MCD_RD_B_CNTL, tmp); |
| 916 | WREG32(MC_VM_L1_TLB_MCD_WR_B_CNTL, tmp); |
| 917 | WREG32(MC_VM_L1_TLB_MCB_RD_GFX_CNTL, tmp); |
| 918 | WREG32(MC_VM_L1_TLB_MCB_WR_GFX_CNTL, tmp); |
| 919 | WREG32(MC_VM_L1_TLB_MCB_RD_PDMA_CNTL, tmp); |
| 920 | WREG32(MC_VM_L1_TLB_MCB_WR_PDMA_CNTL, tmp); |
| 921 | WREG32(MC_VM_L1_TLB_MCB_RD_SEM_CNTL, tmp | ENABLE_SEMAPHORE_MODE); |
| 922 | WREG32(MC_VM_L1_TLB_MCB_WR_SEM_CNTL, tmp | ENABLE_SEMAPHORE_MODE); |
| 923 | WREG32(VM_CONTEXT0_PAGE_TABLE_START_ADDR, rdev->mc.gtt_start >> 12); |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 924 | WREG32(VM_CONTEXT0_PAGE_TABLE_END_ADDR, rdev->mc.gtt_end >> 12); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 925 | WREG32(VM_CONTEXT0_PAGE_TABLE_BASE_ADDR, rdev->gart.table_addr >> 12); |
| 926 | WREG32(VM_CONTEXT0_CNTL, ENABLE_CONTEXT | PAGE_TABLE_DEPTH(0) | |
| 927 | RANGE_PROTECTION_FAULT_ENABLE_DEFAULT); |
| 928 | WREG32(VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR, |
| 929 | (u32)(rdev->dummy_page.addr >> 12)); |
| 930 | for (i = 1; i < 7; i++) |
| 931 | WREG32(VM_CONTEXT0_CNTL + (i * 4), 0); |
| 932 | |
| 933 | r600_pcie_gart_tlb_flush(rdev); |
Tormod Volden | fcf4de5 | 2011-08-31 21:54:07 +0000 | [diff] [blame] | 934 | DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", |
| 935 | (unsigned)(rdev->mc.gtt_size >> 20), |
| 936 | (unsigned long long)rdev->gart.table_addr); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 937 | rdev->gart.ready = true; |
| 938 | return 0; |
| 939 | } |
| 940 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 941 | static void r600_pcie_gart_disable(struct radeon_device *rdev) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 942 | { |
| 943 | u32 tmp; |
Jerome Glisse | c9a1be9 | 2011-11-03 11:16:49 -0400 | [diff] [blame] | 944 | int i; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 945 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 946 | /* Disable all tables */ |
| 947 | for (i = 0; i < 7; i++) |
| 948 | WREG32(VM_CONTEXT0_CNTL + (i * 4), 0); |
| 949 | |
| 950 | /* Disable L2 cache */ |
| 951 | WREG32(VM_L2_CNTL, ENABLE_L2_FRAGMENT_PROCESSING | |
| 952 | EFFECTIVE_L2_QUEUE_SIZE(7)); |
| 953 | WREG32(VM_L2_CNTL3, BANK_SELECT_0(0) | BANK_SELECT_1(1)); |
| 954 | /* Setup L1 TLB control */ |
| 955 | tmp = EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | |
| 956 | ENABLE_WAIT_L2_QUERY; |
| 957 | WREG32(MC_VM_L1_TLB_MCD_RD_A_CNTL, tmp); |
| 958 | WREG32(MC_VM_L1_TLB_MCD_WR_A_CNTL, tmp); |
| 959 | WREG32(MC_VM_L1_TLB_MCD_RD_B_CNTL, tmp); |
| 960 | WREG32(MC_VM_L1_TLB_MCD_WR_B_CNTL, tmp); |
| 961 | WREG32(MC_VM_L1_TLB_MCB_RD_GFX_CNTL, tmp); |
| 962 | WREG32(MC_VM_L1_TLB_MCB_WR_GFX_CNTL, tmp); |
| 963 | WREG32(MC_VM_L1_TLB_MCB_RD_PDMA_CNTL, tmp); |
| 964 | WREG32(MC_VM_L1_TLB_MCB_WR_PDMA_CNTL, tmp); |
| 965 | WREG32(MC_VM_L1_TLB_MCB_RD_SEM_CNTL, tmp); |
| 966 | WREG32(MC_VM_L1_TLB_MCB_WR_SEM_CNTL, tmp); |
| 967 | WREG32(MC_VM_L1_TLB_MCB_RD_SYS_CNTL, tmp); |
| 968 | WREG32(MC_VM_L1_TLB_MCB_WR_SYS_CNTL, tmp); |
| 969 | WREG32(MC_VM_L1_TLB_MCB_RD_HDP_CNTL, tmp); |
| 970 | WREG32(MC_VM_L1_TLB_MCB_WR_HDP_CNTL, tmp); |
Jerome Glisse | c9a1be9 | 2011-11-03 11:16:49 -0400 | [diff] [blame] | 971 | radeon_gart_table_vram_unpin(rdev); |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 972 | } |
| 973 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 974 | static void r600_pcie_gart_fini(struct radeon_device *rdev) |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 975 | { |
Jerome Glisse | f927456 | 2010-03-17 14:44:29 +0000 | [diff] [blame] | 976 | radeon_gart_fini(rdev); |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 977 | r600_pcie_gart_disable(rdev); |
| 978 | radeon_gart_table_vram_free(rdev); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 979 | } |
| 980 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 981 | static void r600_agp_enable(struct radeon_device *rdev) |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 982 | { |
| 983 | u32 tmp; |
| 984 | int i; |
| 985 | |
| 986 | /* Setup L2 cache */ |
| 987 | WREG32(VM_L2_CNTL, ENABLE_L2_CACHE | ENABLE_L2_FRAGMENT_PROCESSING | |
| 988 | ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE | |
| 989 | EFFECTIVE_L2_QUEUE_SIZE(7)); |
| 990 | WREG32(VM_L2_CNTL2, 0); |
| 991 | WREG32(VM_L2_CNTL3, BANK_SELECT_0(0) | BANK_SELECT_1(1)); |
| 992 | /* Setup TLB control */ |
| 993 | tmp = ENABLE_L1_TLB | ENABLE_L1_FRAGMENT_PROCESSING | |
| 994 | SYSTEM_ACCESS_MODE_NOT_IN_SYS | |
| 995 | EFFECTIVE_L1_TLB_SIZE(5) | EFFECTIVE_L1_QUEUE_SIZE(5) | |
| 996 | ENABLE_WAIT_L2_QUERY; |
| 997 | WREG32(MC_VM_L1_TLB_MCB_RD_SYS_CNTL, tmp); |
| 998 | WREG32(MC_VM_L1_TLB_MCB_WR_SYS_CNTL, tmp); |
| 999 | WREG32(MC_VM_L1_TLB_MCB_RD_HDP_CNTL, tmp | ENABLE_L1_STRICT_ORDERING); |
| 1000 | WREG32(MC_VM_L1_TLB_MCB_WR_HDP_CNTL, tmp); |
| 1001 | WREG32(MC_VM_L1_TLB_MCD_RD_A_CNTL, tmp); |
| 1002 | WREG32(MC_VM_L1_TLB_MCD_WR_A_CNTL, tmp); |
| 1003 | WREG32(MC_VM_L1_TLB_MCD_RD_B_CNTL, tmp); |
| 1004 | WREG32(MC_VM_L1_TLB_MCD_WR_B_CNTL, tmp); |
| 1005 | WREG32(MC_VM_L1_TLB_MCB_RD_GFX_CNTL, tmp); |
| 1006 | WREG32(MC_VM_L1_TLB_MCB_WR_GFX_CNTL, tmp); |
| 1007 | WREG32(MC_VM_L1_TLB_MCB_RD_PDMA_CNTL, tmp); |
| 1008 | WREG32(MC_VM_L1_TLB_MCB_WR_PDMA_CNTL, tmp); |
| 1009 | WREG32(MC_VM_L1_TLB_MCB_RD_SEM_CNTL, tmp | ENABLE_SEMAPHORE_MODE); |
| 1010 | WREG32(MC_VM_L1_TLB_MCB_WR_SEM_CNTL, tmp | ENABLE_SEMAPHORE_MODE); |
| 1011 | for (i = 0; i < 7; i++) |
| 1012 | WREG32(VM_CONTEXT0_CNTL + (i * 4), 0); |
| 1013 | } |
| 1014 | |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1015 | int r600_mc_wait_for_idle(struct radeon_device *rdev) |
| 1016 | { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1017 | unsigned i; |
| 1018 | u32 tmp; |
| 1019 | |
| 1020 | for (i = 0; i < rdev->usec_timeout; i++) { |
| 1021 | /* read MC_STATUS */ |
| 1022 | tmp = RREG32(R_000E50_SRBM_STATUS) & 0x3F00; |
| 1023 | if (!tmp) |
| 1024 | return 0; |
| 1025 | udelay(1); |
| 1026 | } |
| 1027 | return -1; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1028 | } |
| 1029 | |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1030 | static void r600_mc_program(struct radeon_device *rdev) |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1031 | { |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1032 | struct rv515_mc_save save; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1033 | u32 tmp; |
| 1034 | int i, j; |
| 1035 | |
| 1036 | /* Initialize HDP */ |
| 1037 | for (i = 0, j = 0; i < 32; i++, j += 0x18) { |
| 1038 | WREG32((0x2c14 + j), 0x00000000); |
| 1039 | WREG32((0x2c18 + j), 0x00000000); |
| 1040 | WREG32((0x2c1c + j), 0x00000000); |
| 1041 | WREG32((0x2c20 + j), 0x00000000); |
| 1042 | WREG32((0x2c24 + j), 0x00000000); |
| 1043 | } |
| 1044 | WREG32(HDP_REG_COHERENCY_FLUSH_CNTL, 0); |
| 1045 | |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1046 | rv515_mc_stop(rdev, &save); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1047 | if (r600_mc_wait_for_idle(rdev)) { |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1048 | dev_warn(rdev->dev, "Wait for MC idle timedout !\n"); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1049 | } |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1050 | /* Lockout access through VGA aperture (doesn't exist before R600) */ |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1051 | WREG32(VGA_HDP_CONTROL, VGA_MEMORY_DISABLE); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1052 | /* Update configuration */ |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1053 | if (rdev->flags & RADEON_IS_AGP) { |
| 1054 | if (rdev->mc.vram_start < rdev->mc.gtt_start) { |
| 1055 | /* VRAM before AGP */ |
| 1056 | WREG32(MC_VM_SYSTEM_APERTURE_LOW_ADDR, |
| 1057 | rdev->mc.vram_start >> 12); |
| 1058 | WREG32(MC_VM_SYSTEM_APERTURE_HIGH_ADDR, |
| 1059 | rdev->mc.gtt_end >> 12); |
| 1060 | } else { |
| 1061 | /* VRAM after AGP */ |
| 1062 | WREG32(MC_VM_SYSTEM_APERTURE_LOW_ADDR, |
| 1063 | rdev->mc.gtt_start >> 12); |
| 1064 | WREG32(MC_VM_SYSTEM_APERTURE_HIGH_ADDR, |
| 1065 | rdev->mc.vram_end >> 12); |
| 1066 | } |
| 1067 | } else { |
| 1068 | WREG32(MC_VM_SYSTEM_APERTURE_LOW_ADDR, rdev->mc.vram_start >> 12); |
| 1069 | WREG32(MC_VM_SYSTEM_APERTURE_HIGH_ADDR, rdev->mc.vram_end >> 12); |
| 1070 | } |
Alex Deucher | 16cdf04 | 2011-10-28 10:30:02 -0400 | [diff] [blame] | 1071 | WREG32(MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR, rdev->vram_scratch.gpu_addr >> 12); |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1072 | tmp = ((rdev->mc.vram_end >> 24) & 0xFFFF) << 16; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1073 | tmp |= ((rdev->mc.vram_start >> 24) & 0xFFFF); |
| 1074 | WREG32(MC_VM_FB_LOCATION, tmp); |
| 1075 | WREG32(HDP_NONSURFACE_BASE, (rdev->mc.vram_start >> 8)); |
| 1076 | WREG32(HDP_NONSURFACE_INFO, (2 << 7)); |
Jerome Glisse | 46fcd2b | 2010-06-03 19:34:48 +0200 | [diff] [blame] | 1077 | WREG32(HDP_NONSURFACE_SIZE, 0x3FFFFFFF); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1078 | if (rdev->flags & RADEON_IS_AGP) { |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1079 | WREG32(MC_VM_AGP_TOP, rdev->mc.gtt_end >> 22); |
| 1080 | WREG32(MC_VM_AGP_BOT, rdev->mc.gtt_start >> 22); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1081 | WREG32(MC_VM_AGP_BASE, rdev->mc.agp_base >> 22); |
| 1082 | } else { |
| 1083 | WREG32(MC_VM_AGP_BASE, 0); |
| 1084 | WREG32(MC_VM_AGP_TOP, 0x0FFFFFFF); |
| 1085 | WREG32(MC_VM_AGP_BOT, 0x0FFFFFFF); |
| 1086 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1087 | if (r600_mc_wait_for_idle(rdev)) { |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1088 | dev_warn(rdev->dev, "Wait for MC idle timedout !\n"); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1089 | } |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1090 | rv515_mc_resume(rdev, &save); |
Dave Airlie | 698443d | 2009-09-18 14:16:38 +1000 | [diff] [blame] | 1091 | /* we need to own VRAM, so turn off the VGA renderer here |
| 1092 | * to stop it overwriting our objects */ |
Jerome Glisse | d39c3b8 | 2009-09-28 18:34:43 +0200 | [diff] [blame] | 1093 | rv515_vga_render_disable(rdev); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1094 | } |
| 1095 | |
Jerome Glisse | d594e46 | 2010-02-17 21:54:29 +0000 | [diff] [blame] | 1096 | /** |
| 1097 | * r600_vram_gtt_location - try to find VRAM & GTT location |
| 1098 | * @rdev: radeon device structure holding all necessary informations |
| 1099 | * @mc: memory controller structure holding memory informations |
| 1100 | * |
| 1101 | * Function will place try to place VRAM at same place as in CPU (PCI) |
| 1102 | * address space as some GPU seems to have issue when we reprogram at |
| 1103 | * different address space. |
| 1104 | * |
| 1105 | * If there is not enough space to fit the unvisible VRAM after the |
| 1106 | * aperture then we limit the VRAM size to the aperture. |
| 1107 | * |
| 1108 | * If we are using AGP then place VRAM adjacent to AGP aperture are we need |
| 1109 | * them to be in one from GPU point of view so that we can program GPU to |
| 1110 | * catch access outside them (weird GPU policy see ??). |
| 1111 | * |
| 1112 | * This function will never fails, worst case are limiting VRAM or GTT. |
| 1113 | * |
| 1114 | * Note: GTT start, end, size should be initialized before calling this |
| 1115 | * function on AGP platform. |
| 1116 | */ |
Alex Deucher | 0ef0c1f | 2010-11-22 17:56:26 -0500 | [diff] [blame] | 1117 | static void r600_vram_gtt_location(struct radeon_device *rdev, struct radeon_mc *mc) |
Jerome Glisse | d594e46 | 2010-02-17 21:54:29 +0000 | [diff] [blame] | 1118 | { |
| 1119 | u64 size_bf, size_af; |
| 1120 | |
| 1121 | if (mc->mc_vram_size > 0xE0000000) { |
| 1122 | /* leave room for at least 512M GTT */ |
| 1123 | dev_warn(rdev->dev, "limiting VRAM\n"); |
| 1124 | mc->real_vram_size = 0xE0000000; |
| 1125 | mc->mc_vram_size = 0xE0000000; |
| 1126 | } |
| 1127 | if (rdev->flags & RADEON_IS_AGP) { |
| 1128 | size_bf = mc->gtt_start; |
Jerome Glisse | dfc6ae5 | 2012-04-17 16:51:38 -0400 | [diff] [blame] | 1129 | size_af = 0xFFFFFFFF - mc->gtt_end; |
Jerome Glisse | d594e46 | 2010-02-17 21:54:29 +0000 | [diff] [blame] | 1130 | if (size_bf > size_af) { |
| 1131 | if (mc->mc_vram_size > size_bf) { |
| 1132 | dev_warn(rdev->dev, "limiting VRAM\n"); |
| 1133 | mc->real_vram_size = size_bf; |
| 1134 | mc->mc_vram_size = size_bf; |
| 1135 | } |
| 1136 | mc->vram_start = mc->gtt_start - mc->mc_vram_size; |
| 1137 | } else { |
| 1138 | if (mc->mc_vram_size > size_af) { |
| 1139 | dev_warn(rdev->dev, "limiting VRAM\n"); |
| 1140 | mc->real_vram_size = size_af; |
| 1141 | mc->mc_vram_size = size_af; |
| 1142 | } |
Jerome Glisse | dfc6ae5 | 2012-04-17 16:51:38 -0400 | [diff] [blame] | 1143 | mc->vram_start = mc->gtt_end + 1; |
Jerome Glisse | d594e46 | 2010-02-17 21:54:29 +0000 | [diff] [blame] | 1144 | } |
| 1145 | mc->vram_end = mc->vram_start + mc->mc_vram_size - 1; |
| 1146 | dev_info(rdev->dev, "VRAM: %lluM 0x%08llX - 0x%08llX (%lluM used)\n", |
| 1147 | mc->mc_vram_size >> 20, mc->vram_start, |
| 1148 | mc->vram_end, mc->real_vram_size >> 20); |
| 1149 | } else { |
| 1150 | u64 base = 0; |
Alex Deucher | 8961d52 | 2010-12-03 14:37:22 -0500 | [diff] [blame] | 1151 | if (rdev->flags & RADEON_IS_IGP) { |
| 1152 | base = RREG32(MC_VM_FB_LOCATION) & 0xFFFF; |
| 1153 | base <<= 24; |
| 1154 | } |
Jerome Glisse | d594e46 | 2010-02-17 21:54:29 +0000 | [diff] [blame] | 1155 | radeon_vram_location(rdev, &rdev->mc, base); |
Alex Deucher | 8d369bb | 2010-07-15 10:51:10 -0400 | [diff] [blame] | 1156 | rdev->mc.gtt_base_align = 0; |
Jerome Glisse | d594e46 | 2010-02-17 21:54:29 +0000 | [diff] [blame] | 1157 | radeon_gtt_location(rdev, mc); |
| 1158 | } |
| 1159 | } |
| 1160 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 1161 | static int r600_mc_init(struct radeon_device *rdev) |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1162 | { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1163 | u32 tmp; |
Alex Deucher | 5885b7a | 2009-10-19 17:23:33 -0400 | [diff] [blame] | 1164 | int chansize, numchan; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1165 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1166 | /* Get VRAM informations */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1167 | rdev->mc.vram_is_ddr = true; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1168 | tmp = RREG32(RAMCFG); |
| 1169 | if (tmp & CHANSIZE_OVERRIDE) { |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1170 | chansize = 16; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1171 | } else if (tmp & CHANSIZE_MASK) { |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1172 | chansize = 64; |
| 1173 | } else { |
| 1174 | chansize = 32; |
| 1175 | } |
Alex Deucher | 5885b7a | 2009-10-19 17:23:33 -0400 | [diff] [blame] | 1176 | tmp = RREG32(CHMAP); |
| 1177 | switch ((tmp & NOOFCHAN_MASK) >> NOOFCHAN_SHIFT) { |
| 1178 | case 0: |
| 1179 | default: |
| 1180 | numchan = 1; |
| 1181 | break; |
| 1182 | case 1: |
| 1183 | numchan = 2; |
| 1184 | break; |
| 1185 | case 2: |
| 1186 | numchan = 4; |
| 1187 | break; |
| 1188 | case 3: |
| 1189 | numchan = 8; |
| 1190 | break; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1191 | } |
Alex Deucher | 5885b7a | 2009-10-19 17:23:33 -0400 | [diff] [blame] | 1192 | rdev->mc.vram_width = numchan * chansize; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1193 | /* Could aper size report 0 ? */ |
Jordan Crouse | 01d73a6 | 2010-05-27 13:40:24 -0600 | [diff] [blame] | 1194 | rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0); |
| 1195 | rdev->mc.aper_size = pci_resource_len(rdev->pdev, 0); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1196 | /* Setup GPU memory space */ |
| 1197 | rdev->mc.mc_vram_size = RREG32(CONFIG_MEMSIZE); |
| 1198 | rdev->mc.real_vram_size = RREG32(CONFIG_MEMSIZE); |
Jerome Glisse | 51e5fcd | 2010-02-19 14:33:54 +0000 | [diff] [blame] | 1199 | rdev->mc.visible_vram_size = rdev->mc.aper_size; |
Jerome Glisse | d594e46 | 2010-02-17 21:54:29 +0000 | [diff] [blame] | 1200 | r600_vram_gtt_location(rdev, &rdev->mc); |
Alex Deucher | f47299c | 2010-03-16 20:54:38 -0400 | [diff] [blame] | 1201 | |
Alex Deucher | f892034 | 2010-06-30 12:02:03 -0400 | [diff] [blame] | 1202 | if (rdev->flags & RADEON_IS_IGP) { |
| 1203 | rs690_pm_info(rdev); |
Alex Deucher | 06b6476 | 2010-01-05 11:27:29 -0500 | [diff] [blame] | 1204 | rdev->mc.igp_sideport_enabled = radeon_atombios_sideport_present(rdev); |
Alex Deucher | f892034 | 2010-06-30 12:02:03 -0400 | [diff] [blame] | 1205 | } |
Alex Deucher | f47299c | 2010-03-16 20:54:38 -0400 | [diff] [blame] | 1206 | radeon_update_bandwidth_info(rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1207 | return 0; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1208 | } |
| 1209 | |
Alex Deucher | 16cdf04 | 2011-10-28 10:30:02 -0400 | [diff] [blame] | 1210 | int r600_vram_scratch_init(struct radeon_device *rdev) |
| 1211 | { |
| 1212 | int r; |
| 1213 | |
| 1214 | if (rdev->vram_scratch.robj == NULL) { |
| 1215 | r = radeon_bo_create(rdev, RADEON_GPU_PAGE_SIZE, |
| 1216 | PAGE_SIZE, true, RADEON_GEM_DOMAIN_VRAM, |
Alex Deucher | 40f5cf9 | 2012-05-10 18:33:13 -0400 | [diff] [blame] | 1217 | NULL, &rdev->vram_scratch.robj); |
Alex Deucher | 16cdf04 | 2011-10-28 10:30:02 -0400 | [diff] [blame] | 1218 | if (r) { |
| 1219 | return r; |
| 1220 | } |
| 1221 | } |
| 1222 | |
| 1223 | r = radeon_bo_reserve(rdev->vram_scratch.robj, false); |
| 1224 | if (unlikely(r != 0)) |
| 1225 | return r; |
| 1226 | r = radeon_bo_pin(rdev->vram_scratch.robj, |
| 1227 | RADEON_GEM_DOMAIN_VRAM, &rdev->vram_scratch.gpu_addr); |
| 1228 | if (r) { |
| 1229 | radeon_bo_unreserve(rdev->vram_scratch.robj); |
| 1230 | return r; |
| 1231 | } |
| 1232 | r = radeon_bo_kmap(rdev->vram_scratch.robj, |
| 1233 | (void **)&rdev->vram_scratch.ptr); |
| 1234 | if (r) |
| 1235 | radeon_bo_unpin(rdev->vram_scratch.robj); |
| 1236 | radeon_bo_unreserve(rdev->vram_scratch.robj); |
| 1237 | |
| 1238 | return r; |
| 1239 | } |
| 1240 | |
| 1241 | void r600_vram_scratch_fini(struct radeon_device *rdev) |
| 1242 | { |
| 1243 | int r; |
| 1244 | |
| 1245 | if (rdev->vram_scratch.robj == NULL) { |
| 1246 | return; |
| 1247 | } |
| 1248 | r = radeon_bo_reserve(rdev->vram_scratch.robj, false); |
| 1249 | if (likely(r == 0)) { |
| 1250 | radeon_bo_kunmap(rdev->vram_scratch.robj); |
| 1251 | radeon_bo_unpin(rdev->vram_scratch.robj); |
| 1252 | radeon_bo_unreserve(rdev->vram_scratch.robj); |
| 1253 | } |
| 1254 | radeon_bo_unref(&rdev->vram_scratch.robj); |
| 1255 | } |
| 1256 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1257 | /* We doesn't check that the GPU really needs a reset we simply do the |
| 1258 | * reset, it's up to the caller to determine if the GPU needs one. We |
| 1259 | * might add an helper function to check that. |
| 1260 | */ |
Alex Deucher | 71e3d15 | 2013-01-03 12:20:35 -0500 | [diff] [blame] | 1261 | static void r600_gpu_soft_reset_gfx(struct radeon_device *rdev) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1262 | { |
| 1263 | u32 grbm_busy_mask = S_008010_VC_BUSY(1) | S_008010_VGT_BUSY_NO_DMA(1) | |
| 1264 | S_008010_VGT_BUSY(1) | S_008010_TA03_BUSY(1) | |
| 1265 | S_008010_TC_BUSY(1) | S_008010_SX_BUSY(1) | |
| 1266 | S_008010_SH_BUSY(1) | S_008010_SPI03_BUSY(1) | |
| 1267 | S_008010_SMX_BUSY(1) | S_008010_SC_BUSY(1) | |
| 1268 | S_008010_PA_BUSY(1) | S_008010_DB03_BUSY(1) | |
| 1269 | S_008010_CR_BUSY(1) | S_008010_CB03_BUSY(1) | |
| 1270 | S_008010_GUI_ACTIVE(1); |
| 1271 | u32 grbm2_busy_mask = S_008014_SPI0_BUSY(1) | S_008014_SPI1_BUSY(1) | |
| 1272 | S_008014_SPI2_BUSY(1) | S_008014_SPI3_BUSY(1) | |
| 1273 | S_008014_TA0_BUSY(1) | S_008014_TA1_BUSY(1) | |
| 1274 | S_008014_TA2_BUSY(1) | S_008014_TA3_BUSY(1) | |
| 1275 | S_008014_DB0_BUSY(1) | S_008014_DB1_BUSY(1) | |
| 1276 | S_008014_DB2_BUSY(1) | S_008014_DB3_BUSY(1) | |
| 1277 | S_008014_CB0_BUSY(1) | S_008014_CB1_BUSY(1) | |
| 1278 | S_008014_CB2_BUSY(1) | S_008014_CB3_BUSY(1); |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1279 | u32 tmp; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1280 | |
Alex Deucher | 8d96fe9 | 2011-01-21 15:38:22 +0000 | [diff] [blame] | 1281 | if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) |
Alex Deucher | 71e3d15 | 2013-01-03 12:20:35 -0500 | [diff] [blame] | 1282 | return; |
Alex Deucher | 8d96fe9 | 2011-01-21 15:38:22 +0000 | [diff] [blame] | 1283 | |
Jerome Glisse | 64c56e8 | 2013-01-02 17:30:35 -0500 | [diff] [blame] | 1284 | dev_info(rdev->dev, " R_008010_GRBM_STATUS = 0x%08X\n", |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1285 | RREG32(R_008010_GRBM_STATUS)); |
Jerome Glisse | 64c56e8 | 2013-01-02 17:30:35 -0500 | [diff] [blame] | 1286 | dev_info(rdev->dev, " R_008014_GRBM_STATUS2 = 0x%08X\n", |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1287 | RREG32(R_008014_GRBM_STATUS2)); |
Jerome Glisse | 64c56e8 | 2013-01-02 17:30:35 -0500 | [diff] [blame] | 1288 | dev_info(rdev->dev, " R_000E50_SRBM_STATUS = 0x%08X\n", |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1289 | RREG32(R_000E50_SRBM_STATUS)); |
Jerome Glisse | 440a7cd | 2012-06-27 12:25:01 -0400 | [diff] [blame] | 1290 | dev_info(rdev->dev, " R_008674_CP_STALLED_STAT1 = 0x%08X\n", |
| 1291 | RREG32(CP_STALLED_STAT1)); |
| 1292 | dev_info(rdev->dev, " R_008678_CP_STALLED_STAT2 = 0x%08X\n", |
| 1293 | RREG32(CP_STALLED_STAT2)); |
| 1294 | dev_info(rdev->dev, " R_00867C_CP_BUSY_STAT = 0x%08X\n", |
| 1295 | RREG32(CP_BUSY_STAT)); |
| 1296 | dev_info(rdev->dev, " R_008680_CP_STAT = 0x%08X\n", |
| 1297 | RREG32(CP_STAT)); |
Jerome Glisse | 64c56e8 | 2013-01-02 17:30:35 -0500 | [diff] [blame] | 1298 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1299 | /* Disable CP parsing/prefetching */ |
Jerome Glisse | 90aca4d | 2010-03-09 14:45:12 +0000 | [diff] [blame] | 1300 | WREG32(R_0086D8_CP_ME_CNTL, S_0086D8_CP_ME_HALT(1)); |
Jerome Glisse | 64c56e8 | 2013-01-02 17:30:35 -0500 | [diff] [blame] | 1301 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1302 | /* Check if any of the rendering block is busy and reset it */ |
| 1303 | if ((RREG32(R_008010_GRBM_STATUS) & grbm_busy_mask) || |
| 1304 | (RREG32(R_008014_GRBM_STATUS2) & grbm2_busy_mask)) { |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1305 | tmp = S_008020_SOFT_RESET_CR(1) | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1306 | S_008020_SOFT_RESET_DB(1) | |
| 1307 | S_008020_SOFT_RESET_CB(1) | |
| 1308 | S_008020_SOFT_RESET_PA(1) | |
| 1309 | S_008020_SOFT_RESET_SC(1) | |
| 1310 | S_008020_SOFT_RESET_SMX(1) | |
| 1311 | S_008020_SOFT_RESET_SPI(1) | |
| 1312 | S_008020_SOFT_RESET_SX(1) | |
| 1313 | S_008020_SOFT_RESET_SH(1) | |
| 1314 | S_008020_SOFT_RESET_TC(1) | |
| 1315 | S_008020_SOFT_RESET_TA(1) | |
| 1316 | S_008020_SOFT_RESET_VC(1) | |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1317 | S_008020_SOFT_RESET_VGT(1); |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1318 | dev_info(rdev->dev, " R_008020_GRBM_SOFT_RESET=0x%08X\n", tmp); |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1319 | WREG32(R_008020_GRBM_SOFT_RESET, tmp); |
Jerome Glisse | 90aca4d | 2010-03-09 14:45:12 +0000 | [diff] [blame] | 1320 | RREG32(R_008020_GRBM_SOFT_RESET); |
| 1321 | mdelay(15); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1322 | WREG32(R_008020_GRBM_SOFT_RESET, 0); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1323 | } |
| 1324 | /* Reset CP (we always reset CP) */ |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1325 | tmp = S_008020_SOFT_RESET_CP(1); |
| 1326 | dev_info(rdev->dev, "R_008020_GRBM_SOFT_RESET=0x%08X\n", tmp); |
| 1327 | WREG32(R_008020_GRBM_SOFT_RESET, tmp); |
Jerome Glisse | 90aca4d | 2010-03-09 14:45:12 +0000 | [diff] [blame] | 1328 | RREG32(R_008020_GRBM_SOFT_RESET); |
| 1329 | mdelay(15); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1330 | WREG32(R_008020_GRBM_SOFT_RESET, 0); |
Alex Deucher | 71e3d15 | 2013-01-03 12:20:35 -0500 | [diff] [blame] | 1331 | |
Jerome Glisse | 64c56e8 | 2013-01-02 17:30:35 -0500 | [diff] [blame] | 1332 | dev_info(rdev->dev, " R_008010_GRBM_STATUS = 0x%08X\n", |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1333 | RREG32(R_008010_GRBM_STATUS)); |
Jerome Glisse | 64c56e8 | 2013-01-02 17:30:35 -0500 | [diff] [blame] | 1334 | dev_info(rdev->dev, " R_008014_GRBM_STATUS2 = 0x%08X\n", |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1335 | RREG32(R_008014_GRBM_STATUS2)); |
Jerome Glisse | 64c56e8 | 2013-01-02 17:30:35 -0500 | [diff] [blame] | 1336 | dev_info(rdev->dev, " R_000E50_SRBM_STATUS = 0x%08X\n", |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 1337 | RREG32(R_000E50_SRBM_STATUS)); |
Jerome Glisse | 440a7cd | 2012-06-27 12:25:01 -0400 | [diff] [blame] | 1338 | dev_info(rdev->dev, " R_008674_CP_STALLED_STAT1 = 0x%08X\n", |
| 1339 | RREG32(CP_STALLED_STAT1)); |
| 1340 | dev_info(rdev->dev, " R_008678_CP_STALLED_STAT2 = 0x%08X\n", |
| 1341 | RREG32(CP_STALLED_STAT2)); |
| 1342 | dev_info(rdev->dev, " R_00867C_CP_BUSY_STAT = 0x%08X\n", |
| 1343 | RREG32(CP_BUSY_STAT)); |
| 1344 | dev_info(rdev->dev, " R_008680_CP_STAT = 0x%08X\n", |
| 1345 | RREG32(CP_STAT)); |
Alex Deucher | 71e3d15 | 2013-01-03 12:20:35 -0500 | [diff] [blame] | 1346 | |
| 1347 | } |
| 1348 | |
| 1349 | static void r600_gpu_soft_reset_dma(struct radeon_device *rdev) |
| 1350 | { |
| 1351 | u32 tmp; |
| 1352 | |
| 1353 | if (RREG32(DMA_STATUS_REG) & DMA_IDLE) |
| 1354 | return; |
| 1355 | |
Jerome Glisse | eaaa698 | 2013-01-02 15:12:15 -0500 | [diff] [blame] | 1356 | dev_info(rdev->dev, " R_00D034_DMA_STATUS_REG = 0x%08X\n", |
| 1357 | RREG32(DMA_STATUS_REG)); |
Alex Deucher | 71e3d15 | 2013-01-03 12:20:35 -0500 | [diff] [blame] | 1358 | |
| 1359 | /* Disable DMA */ |
| 1360 | tmp = RREG32(DMA_RB_CNTL); |
| 1361 | tmp &= ~DMA_RB_ENABLE; |
| 1362 | WREG32(DMA_RB_CNTL, tmp); |
| 1363 | |
| 1364 | /* Reset dma */ |
| 1365 | if (rdev->family >= CHIP_RV770) |
| 1366 | WREG32(SRBM_SOFT_RESET, RV770_SOFT_RESET_DMA); |
| 1367 | else |
| 1368 | WREG32(SRBM_SOFT_RESET, SOFT_RESET_DMA); |
| 1369 | RREG32(SRBM_SOFT_RESET); |
| 1370 | udelay(50); |
| 1371 | WREG32(SRBM_SOFT_RESET, 0); |
| 1372 | |
| 1373 | dev_info(rdev->dev, " R_00D034_DMA_STATUS_REG = 0x%08X\n", |
| 1374 | RREG32(DMA_STATUS_REG)); |
| 1375 | } |
| 1376 | |
| 1377 | static int r600_gpu_soft_reset(struct radeon_device *rdev, u32 reset_mask) |
| 1378 | { |
| 1379 | struct rv515_mc_save save; |
| 1380 | |
Alex Deucher | 19fc42e | 2013-01-14 11:04:39 -0500 | [diff] [blame] | 1381 | if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) |
| 1382 | reset_mask &= ~(RADEON_RESET_GFX | RADEON_RESET_COMPUTE); |
| 1383 | |
| 1384 | if (RREG32(DMA_STATUS_REG) & DMA_IDLE) |
| 1385 | reset_mask &= ~RADEON_RESET_DMA; |
| 1386 | |
Alex Deucher | 71e3d15 | 2013-01-03 12:20:35 -0500 | [diff] [blame] | 1387 | if (reset_mask == 0) |
| 1388 | return 0; |
| 1389 | |
| 1390 | dev_info(rdev->dev, "GPU softreset: 0x%08X\n", reset_mask); |
| 1391 | |
| 1392 | rv515_mc_stop(rdev, &save); |
| 1393 | if (r600_mc_wait_for_idle(rdev)) { |
| 1394 | dev_warn(rdev->dev, "Wait for MC idle timedout !\n"); |
| 1395 | } |
| 1396 | |
| 1397 | if (reset_mask & (RADEON_RESET_GFX | RADEON_RESET_COMPUTE)) |
| 1398 | r600_gpu_soft_reset_gfx(rdev); |
| 1399 | |
| 1400 | if (reset_mask & RADEON_RESET_DMA) |
| 1401 | r600_gpu_soft_reset_dma(rdev); |
| 1402 | |
| 1403 | /* Wait a little for things to settle down */ |
| 1404 | mdelay(1); |
| 1405 | |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 1406 | rv515_mc_resume(rdev, &save); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1407 | return 0; |
| 1408 | } |
| 1409 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 1410 | bool r600_gpu_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring) |
Jerome Glisse | 225758d | 2010-03-09 14:45:10 +0000 | [diff] [blame] | 1411 | { |
| 1412 | u32 srbm_status; |
| 1413 | u32 grbm_status; |
| 1414 | u32 grbm_status2; |
Jerome Glisse | 225758d | 2010-03-09 14:45:10 +0000 | [diff] [blame] | 1415 | |
| 1416 | srbm_status = RREG32(R_000E50_SRBM_STATUS); |
| 1417 | grbm_status = RREG32(R_008010_GRBM_STATUS); |
| 1418 | grbm_status2 = RREG32(R_008014_GRBM_STATUS2); |
| 1419 | if (!G_008010_GUI_ACTIVE(grbm_status)) { |
Christian König | 069211e | 2012-05-02 15:11:20 +0200 | [diff] [blame] | 1420 | radeon_ring_lockup_update(ring); |
Jerome Glisse | 225758d | 2010-03-09 14:45:10 +0000 | [diff] [blame] | 1421 | return false; |
| 1422 | } |
| 1423 | /* force CP activities */ |
Christian König | 7b9ef16 | 2012-05-02 15:11:23 +0200 | [diff] [blame] | 1424 | radeon_ring_force_activity(rdev, ring); |
Christian König | 069211e | 2012-05-02 15:11:20 +0200 | [diff] [blame] | 1425 | return radeon_ring_test_lockup(rdev, ring); |
Jerome Glisse | 225758d | 2010-03-09 14:45:10 +0000 | [diff] [blame] | 1426 | } |
| 1427 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 1428 | /** |
| 1429 | * r600_dma_is_lockup - Check if the DMA engine is locked up |
| 1430 | * |
| 1431 | * @rdev: radeon_device pointer |
| 1432 | * @ring: radeon_ring structure holding ring information |
| 1433 | * |
| 1434 | * Check if the async DMA engine is locked up (r6xx-evergreen). |
| 1435 | * Returns true if the engine appears to be locked up, false if not. |
| 1436 | */ |
| 1437 | bool r600_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring) |
| 1438 | { |
| 1439 | u32 dma_status_reg; |
| 1440 | |
| 1441 | dma_status_reg = RREG32(DMA_STATUS_REG); |
| 1442 | if (dma_status_reg & DMA_IDLE) { |
| 1443 | radeon_ring_lockup_update(ring); |
| 1444 | return false; |
| 1445 | } |
| 1446 | /* force ring activities */ |
| 1447 | radeon_ring_force_activity(rdev, ring); |
| 1448 | return radeon_ring_test_lockup(rdev, ring); |
| 1449 | } |
| 1450 | |
Jerome Glisse | a2d07b7 | 2010-03-09 14:45:11 +0000 | [diff] [blame] | 1451 | int r600_asic_reset(struct radeon_device *rdev) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1452 | { |
Alex Deucher | 71e3d15 | 2013-01-03 12:20:35 -0500 | [diff] [blame] | 1453 | return r600_gpu_soft_reset(rdev, (RADEON_RESET_GFX | |
| 1454 | RADEON_RESET_COMPUTE | |
| 1455 | RADEON_RESET_DMA)); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1456 | } |
| 1457 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1458 | u32 r6xx_remap_render_backend(struct radeon_device *rdev, |
| 1459 | u32 tiling_pipe_num, |
| 1460 | u32 max_rb_num, |
| 1461 | u32 total_max_rb_num, |
| 1462 | u32 disabled_rb_mask) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1463 | { |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1464 | u32 rendering_pipe_num, rb_num_width, req_rb_num; |
Mikko Tiihonen | f689e3a | 2013-01-30 14:10:04 -0500 | [diff] [blame] | 1465 | u32 pipe_rb_ratio, pipe_rb_remain, tmp; |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1466 | u32 data = 0, mask = 1 << (max_rb_num - 1); |
| 1467 | unsigned i, j; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1468 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1469 | /* mask out the RBs that don't exist on that asic */ |
Mikko Tiihonen | f689e3a | 2013-01-30 14:10:04 -0500 | [diff] [blame] | 1470 | tmp = disabled_rb_mask | ((0xff << max_rb_num) & 0xff); |
| 1471 | /* make sure at least one RB is available */ |
| 1472 | if ((tmp & 0xff) != 0xff) |
| 1473 | disabled_rb_mask = tmp; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1474 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1475 | rendering_pipe_num = 1 << tiling_pipe_num; |
| 1476 | req_rb_num = total_max_rb_num - r600_count_pipe_bits(disabled_rb_mask); |
| 1477 | BUG_ON(rendering_pipe_num < req_rb_num); |
| 1478 | |
| 1479 | pipe_rb_ratio = rendering_pipe_num / req_rb_num; |
| 1480 | pipe_rb_remain = rendering_pipe_num - pipe_rb_ratio * req_rb_num; |
| 1481 | |
| 1482 | if (rdev->family <= CHIP_RV740) { |
| 1483 | /* r6xx/r7xx */ |
| 1484 | rb_num_width = 2; |
| 1485 | } else { |
| 1486 | /* eg+ */ |
| 1487 | rb_num_width = 4; |
| 1488 | } |
| 1489 | |
| 1490 | for (i = 0; i < max_rb_num; i++) { |
| 1491 | if (!(mask & disabled_rb_mask)) { |
| 1492 | for (j = 0; j < pipe_rb_ratio; j++) { |
| 1493 | data <<= rb_num_width; |
| 1494 | data |= max_rb_num - i - 1; |
| 1495 | } |
| 1496 | if (pipe_rb_remain) { |
| 1497 | data <<= rb_num_width; |
| 1498 | data |= max_rb_num - i - 1; |
| 1499 | pipe_rb_remain--; |
| 1500 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1501 | } |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1502 | mask >>= 1; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1503 | } |
| 1504 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1505 | return data; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1506 | } |
| 1507 | |
| 1508 | int r600_count_pipe_bits(uint32_t val) |
| 1509 | { |
Akinobu Mita | ef8cf3a | 2012-11-09 12:10:41 +0000 | [diff] [blame] | 1510 | return hweight32(val); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1511 | } |
| 1512 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 1513 | static void r600_gpu_init(struct radeon_device *rdev) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1514 | { |
| 1515 | u32 tiling_config; |
| 1516 | u32 ramcfg; |
Alex Deucher | d03f5d5 | 2010-02-19 16:22:31 -0500 | [diff] [blame] | 1517 | u32 cc_rb_backend_disable; |
| 1518 | u32 cc_gc_shader_pipe_config; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1519 | u32 tmp; |
| 1520 | int i, j; |
| 1521 | u32 sq_config; |
| 1522 | u32 sq_gpr_resource_mgmt_1 = 0; |
| 1523 | u32 sq_gpr_resource_mgmt_2 = 0; |
| 1524 | u32 sq_thread_resource_mgmt = 0; |
| 1525 | u32 sq_stack_resource_mgmt_1 = 0; |
| 1526 | u32 sq_stack_resource_mgmt_2 = 0; |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1527 | u32 disabled_rb_mask; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1528 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1529 | rdev->config.r600.tiling_group_size = 256; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1530 | switch (rdev->family) { |
| 1531 | case CHIP_R600: |
| 1532 | rdev->config.r600.max_pipes = 4; |
| 1533 | rdev->config.r600.max_tile_pipes = 8; |
| 1534 | rdev->config.r600.max_simds = 4; |
| 1535 | rdev->config.r600.max_backends = 4; |
| 1536 | rdev->config.r600.max_gprs = 256; |
| 1537 | rdev->config.r600.max_threads = 192; |
| 1538 | rdev->config.r600.max_stack_entries = 256; |
| 1539 | rdev->config.r600.max_hw_contexts = 8; |
| 1540 | rdev->config.r600.max_gs_threads = 16; |
| 1541 | rdev->config.r600.sx_max_export_size = 128; |
| 1542 | rdev->config.r600.sx_max_export_pos_size = 16; |
| 1543 | rdev->config.r600.sx_max_export_smx_size = 128; |
| 1544 | rdev->config.r600.sq_num_cf_insts = 2; |
| 1545 | break; |
| 1546 | case CHIP_RV630: |
| 1547 | case CHIP_RV635: |
| 1548 | rdev->config.r600.max_pipes = 2; |
| 1549 | rdev->config.r600.max_tile_pipes = 2; |
| 1550 | rdev->config.r600.max_simds = 3; |
| 1551 | rdev->config.r600.max_backends = 1; |
| 1552 | rdev->config.r600.max_gprs = 128; |
| 1553 | rdev->config.r600.max_threads = 192; |
| 1554 | rdev->config.r600.max_stack_entries = 128; |
| 1555 | rdev->config.r600.max_hw_contexts = 8; |
| 1556 | rdev->config.r600.max_gs_threads = 4; |
| 1557 | rdev->config.r600.sx_max_export_size = 128; |
| 1558 | rdev->config.r600.sx_max_export_pos_size = 16; |
| 1559 | rdev->config.r600.sx_max_export_smx_size = 128; |
| 1560 | rdev->config.r600.sq_num_cf_insts = 2; |
| 1561 | break; |
| 1562 | case CHIP_RV610: |
| 1563 | case CHIP_RV620: |
| 1564 | case CHIP_RS780: |
| 1565 | case CHIP_RS880: |
| 1566 | rdev->config.r600.max_pipes = 1; |
| 1567 | rdev->config.r600.max_tile_pipes = 1; |
| 1568 | rdev->config.r600.max_simds = 2; |
| 1569 | rdev->config.r600.max_backends = 1; |
| 1570 | rdev->config.r600.max_gprs = 128; |
| 1571 | rdev->config.r600.max_threads = 192; |
| 1572 | rdev->config.r600.max_stack_entries = 128; |
| 1573 | rdev->config.r600.max_hw_contexts = 4; |
| 1574 | rdev->config.r600.max_gs_threads = 4; |
| 1575 | rdev->config.r600.sx_max_export_size = 128; |
| 1576 | rdev->config.r600.sx_max_export_pos_size = 16; |
| 1577 | rdev->config.r600.sx_max_export_smx_size = 128; |
| 1578 | rdev->config.r600.sq_num_cf_insts = 1; |
| 1579 | break; |
| 1580 | case CHIP_RV670: |
| 1581 | rdev->config.r600.max_pipes = 4; |
| 1582 | rdev->config.r600.max_tile_pipes = 4; |
| 1583 | rdev->config.r600.max_simds = 4; |
| 1584 | rdev->config.r600.max_backends = 4; |
| 1585 | rdev->config.r600.max_gprs = 192; |
| 1586 | rdev->config.r600.max_threads = 192; |
| 1587 | rdev->config.r600.max_stack_entries = 256; |
| 1588 | rdev->config.r600.max_hw_contexts = 8; |
| 1589 | rdev->config.r600.max_gs_threads = 16; |
| 1590 | rdev->config.r600.sx_max_export_size = 128; |
| 1591 | rdev->config.r600.sx_max_export_pos_size = 16; |
| 1592 | rdev->config.r600.sx_max_export_smx_size = 128; |
| 1593 | rdev->config.r600.sq_num_cf_insts = 2; |
| 1594 | break; |
| 1595 | default: |
| 1596 | break; |
| 1597 | } |
| 1598 | |
| 1599 | /* Initialize HDP */ |
| 1600 | for (i = 0, j = 0; i < 32; i++, j += 0x18) { |
| 1601 | WREG32((0x2c14 + j), 0x00000000); |
| 1602 | WREG32((0x2c18 + j), 0x00000000); |
| 1603 | WREG32((0x2c1c + j), 0x00000000); |
| 1604 | WREG32((0x2c20 + j), 0x00000000); |
| 1605 | WREG32((0x2c24 + j), 0x00000000); |
| 1606 | } |
| 1607 | |
| 1608 | WREG32(GRBM_CNTL, GRBM_READ_TIMEOUT(0xff)); |
| 1609 | |
| 1610 | /* Setup tiling */ |
| 1611 | tiling_config = 0; |
| 1612 | ramcfg = RREG32(RAMCFG); |
| 1613 | switch (rdev->config.r600.max_tile_pipes) { |
| 1614 | case 1: |
| 1615 | tiling_config |= PIPE_TILING(0); |
| 1616 | break; |
| 1617 | case 2: |
| 1618 | tiling_config |= PIPE_TILING(1); |
| 1619 | break; |
| 1620 | case 4: |
| 1621 | tiling_config |= PIPE_TILING(2); |
| 1622 | break; |
| 1623 | case 8: |
| 1624 | tiling_config |= PIPE_TILING(3); |
| 1625 | break; |
| 1626 | default: |
| 1627 | break; |
| 1628 | } |
Alex Deucher | d03f5d5 | 2010-02-19 16:22:31 -0500 | [diff] [blame] | 1629 | rdev->config.r600.tiling_npipes = rdev->config.r600.max_tile_pipes; |
Jerome Glisse | 961fb59 | 2010-02-10 22:30:05 +0000 | [diff] [blame] | 1630 | rdev->config.r600.tiling_nbanks = 4 << ((ramcfg & NOOFBANK_MASK) >> NOOFBANK_SHIFT); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1631 | tiling_config |= BANK_TILING((ramcfg & NOOFBANK_MASK) >> NOOFBANK_SHIFT); |
Alex Deucher | 881fe6c | 2010-10-18 23:54:56 -0400 | [diff] [blame] | 1632 | tiling_config |= GROUP_SIZE((ramcfg & BURSTLENGTH_MASK) >> BURSTLENGTH_SHIFT); |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1633 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1634 | tmp = (ramcfg & NOOFROWS_MASK) >> NOOFROWS_SHIFT; |
| 1635 | if (tmp > 3) { |
| 1636 | tiling_config |= ROW_TILING(3); |
| 1637 | tiling_config |= SAMPLE_SPLIT(3); |
| 1638 | } else { |
| 1639 | tiling_config |= ROW_TILING(tmp); |
| 1640 | tiling_config |= SAMPLE_SPLIT(tmp); |
| 1641 | } |
| 1642 | tiling_config |= BANK_SWAPS(1); |
Alex Deucher | d03f5d5 | 2010-02-19 16:22:31 -0500 | [diff] [blame] | 1643 | |
| 1644 | cc_rb_backend_disable = RREG32(CC_RB_BACKEND_DISABLE) & 0x00ff0000; |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1645 | tmp = R6XX_MAX_BACKENDS - |
| 1646 | r600_count_pipe_bits((cc_rb_backend_disable >> 16) & R6XX_MAX_BACKENDS_MASK); |
| 1647 | if (tmp < rdev->config.r600.max_backends) { |
| 1648 | rdev->config.r600.max_backends = tmp; |
| 1649 | } |
Alex Deucher | d03f5d5 | 2010-02-19 16:22:31 -0500 | [diff] [blame] | 1650 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1651 | cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0x00ffff00; |
| 1652 | tmp = R6XX_MAX_PIPES - |
| 1653 | r600_count_pipe_bits((cc_gc_shader_pipe_config >> 8) & R6XX_MAX_PIPES_MASK); |
| 1654 | if (tmp < rdev->config.r600.max_pipes) { |
| 1655 | rdev->config.r600.max_pipes = tmp; |
| 1656 | } |
| 1657 | tmp = R6XX_MAX_SIMDS - |
| 1658 | r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R6XX_MAX_SIMDS_MASK); |
| 1659 | if (tmp < rdev->config.r600.max_simds) { |
| 1660 | rdev->config.r600.max_simds = tmp; |
| 1661 | } |
Alex Deucher | d03f5d5 | 2010-02-19 16:22:31 -0500 | [diff] [blame] | 1662 | |
Alex Deucher | 416a2bd | 2012-05-31 19:00:25 -0400 | [diff] [blame] | 1663 | disabled_rb_mask = (RREG32(CC_RB_BACKEND_DISABLE) >> 16) & R6XX_MAX_BACKENDS_MASK; |
| 1664 | tmp = (tiling_config & PIPE_TILING__MASK) >> PIPE_TILING__SHIFT; |
| 1665 | tmp = r6xx_remap_render_backend(rdev, tmp, rdev->config.r600.max_backends, |
| 1666 | R6XX_MAX_BACKENDS, disabled_rb_mask); |
| 1667 | tiling_config |= tmp << 16; |
| 1668 | rdev->config.r600.backend_map = tmp; |
| 1669 | |
Alex Deucher | e7aeeba | 2010-06-04 13:10:12 -0400 | [diff] [blame] | 1670 | rdev->config.r600.tile_config = tiling_config; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1671 | WREG32(GB_TILING_CONFIG, tiling_config); |
| 1672 | WREG32(DCP_TILING_CONFIG, tiling_config & 0xffff); |
| 1673 | WREG32(HDP_TILING_CONFIG, tiling_config & 0xffff); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 1674 | WREG32(DMA_TILING_CONFIG, tiling_config & 0xffff); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1675 | |
Alex Deucher | d03f5d5 | 2010-02-19 16:22:31 -0500 | [diff] [blame] | 1676 | tmp = R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >> 8); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1677 | WREG32(VGT_OUT_DEALLOC_CNTL, (tmp * 4) & DEALLOC_DIST_MASK); |
| 1678 | WREG32(VGT_VERTEX_REUSE_BLOCK_CNTL, ((tmp * 4) - 2) & VTX_REUSE_DEPTH_MASK); |
| 1679 | |
| 1680 | /* Setup some CP states */ |
| 1681 | WREG32(CP_QUEUE_THRESHOLDS, (ROQ_IB1_START(0x16) | ROQ_IB2_START(0x2b))); |
| 1682 | WREG32(CP_MEQ_THRESHOLDS, (MEQ_END(0x40) | ROQ_END(0x40))); |
| 1683 | |
| 1684 | WREG32(TA_CNTL_AUX, (DISABLE_CUBE_ANISO | SYNC_GRADIENT | |
| 1685 | SYNC_WALKER | SYNC_ALIGNER)); |
| 1686 | /* Setup various GPU states */ |
| 1687 | if (rdev->family == CHIP_RV670) |
| 1688 | WREG32(ARB_GDEC_RD_CNTL, 0x00000021); |
| 1689 | |
| 1690 | tmp = RREG32(SX_DEBUG_1); |
| 1691 | tmp |= SMX_EVENT_RELEASE; |
| 1692 | if ((rdev->family > CHIP_R600)) |
| 1693 | tmp |= ENABLE_NEW_SMX_ADDRESS; |
| 1694 | WREG32(SX_DEBUG_1, tmp); |
| 1695 | |
| 1696 | if (((rdev->family) == CHIP_R600) || |
| 1697 | ((rdev->family) == CHIP_RV630) || |
| 1698 | ((rdev->family) == CHIP_RV610) || |
| 1699 | ((rdev->family) == CHIP_RV620) || |
Alex Deucher | ee59f2b | 2009-11-05 13:11:46 -0500 | [diff] [blame] | 1700 | ((rdev->family) == CHIP_RS780) || |
| 1701 | ((rdev->family) == CHIP_RS880)) { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1702 | WREG32(DB_DEBUG, PREZ_MUST_WAIT_FOR_POSTZ_DONE); |
| 1703 | } else { |
| 1704 | WREG32(DB_DEBUG, 0); |
| 1705 | } |
| 1706 | WREG32(DB_WATERMARKS, (DEPTH_FREE(4) | DEPTH_CACHELINE_FREE(16) | |
| 1707 | DEPTH_FLUSH(16) | DEPTH_PENDING_FREE(4))); |
| 1708 | |
| 1709 | WREG32(PA_SC_MULTI_CHIP_CNTL, 0); |
| 1710 | WREG32(VGT_NUM_INSTANCES, 0); |
| 1711 | |
| 1712 | WREG32(SPI_CONFIG_CNTL, GPR_WRITE_PRIORITY(0)); |
| 1713 | WREG32(SPI_CONFIG_CNTL_1, VTX_DONE_DELAY(0)); |
| 1714 | |
| 1715 | tmp = RREG32(SQ_MS_FIFO_SIZES); |
| 1716 | if (((rdev->family) == CHIP_RV610) || |
| 1717 | ((rdev->family) == CHIP_RV620) || |
Alex Deucher | ee59f2b | 2009-11-05 13:11:46 -0500 | [diff] [blame] | 1718 | ((rdev->family) == CHIP_RS780) || |
| 1719 | ((rdev->family) == CHIP_RS880)) { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1720 | tmp = (CACHE_FIFO_SIZE(0xa) | |
| 1721 | FETCH_FIFO_HIWATER(0xa) | |
| 1722 | DONE_FIFO_HIWATER(0xe0) | |
| 1723 | ALU_UPDATE_FIFO_HIWATER(0x8)); |
| 1724 | } else if (((rdev->family) == CHIP_R600) || |
| 1725 | ((rdev->family) == CHIP_RV630)) { |
| 1726 | tmp &= ~DONE_FIFO_HIWATER(0xff); |
| 1727 | tmp |= DONE_FIFO_HIWATER(0x4); |
| 1728 | } |
| 1729 | WREG32(SQ_MS_FIFO_SIZES, tmp); |
| 1730 | |
| 1731 | /* SQ_CONFIG, SQ_GPR_RESOURCE_MGMT, SQ_THREAD_RESOURCE_MGMT, SQ_STACK_RESOURCE_MGMT |
| 1732 | * should be adjusted as needed by the 2D/3D drivers. This just sets default values |
| 1733 | */ |
| 1734 | sq_config = RREG32(SQ_CONFIG); |
| 1735 | sq_config &= ~(PS_PRIO(3) | |
| 1736 | VS_PRIO(3) | |
| 1737 | GS_PRIO(3) | |
| 1738 | ES_PRIO(3)); |
| 1739 | sq_config |= (DX9_CONSTS | |
| 1740 | VC_ENABLE | |
| 1741 | PS_PRIO(0) | |
| 1742 | VS_PRIO(1) | |
| 1743 | GS_PRIO(2) | |
| 1744 | ES_PRIO(3)); |
| 1745 | |
| 1746 | if ((rdev->family) == CHIP_R600) { |
| 1747 | sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) | |
| 1748 | NUM_VS_GPRS(124) | |
| 1749 | NUM_CLAUSE_TEMP_GPRS(4)); |
| 1750 | sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) | |
| 1751 | NUM_ES_GPRS(0)); |
| 1752 | sq_thread_resource_mgmt = (NUM_PS_THREADS(136) | |
| 1753 | NUM_VS_THREADS(48) | |
| 1754 | NUM_GS_THREADS(4) | |
| 1755 | NUM_ES_THREADS(4)); |
| 1756 | sq_stack_resource_mgmt_1 = (NUM_PS_STACK_ENTRIES(128) | |
| 1757 | NUM_VS_STACK_ENTRIES(128)); |
| 1758 | sq_stack_resource_mgmt_2 = (NUM_GS_STACK_ENTRIES(0) | |
| 1759 | NUM_ES_STACK_ENTRIES(0)); |
| 1760 | } else if (((rdev->family) == CHIP_RV610) || |
| 1761 | ((rdev->family) == CHIP_RV620) || |
Alex Deucher | ee59f2b | 2009-11-05 13:11:46 -0500 | [diff] [blame] | 1762 | ((rdev->family) == CHIP_RS780) || |
| 1763 | ((rdev->family) == CHIP_RS880)) { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1764 | /* no vertex cache */ |
| 1765 | sq_config &= ~VC_ENABLE; |
| 1766 | |
| 1767 | sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | |
| 1768 | NUM_VS_GPRS(44) | |
| 1769 | NUM_CLAUSE_TEMP_GPRS(2)); |
| 1770 | sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | |
| 1771 | NUM_ES_GPRS(17)); |
| 1772 | sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | |
| 1773 | NUM_VS_THREADS(78) | |
| 1774 | NUM_GS_THREADS(4) | |
| 1775 | NUM_ES_THREADS(31)); |
| 1776 | sq_stack_resource_mgmt_1 = (NUM_PS_STACK_ENTRIES(40) | |
| 1777 | NUM_VS_STACK_ENTRIES(40)); |
| 1778 | sq_stack_resource_mgmt_2 = (NUM_GS_STACK_ENTRIES(32) | |
| 1779 | NUM_ES_STACK_ENTRIES(16)); |
| 1780 | } else if (((rdev->family) == CHIP_RV630) || |
| 1781 | ((rdev->family) == CHIP_RV635)) { |
| 1782 | sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | |
| 1783 | NUM_VS_GPRS(44) | |
| 1784 | NUM_CLAUSE_TEMP_GPRS(2)); |
| 1785 | sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) | |
| 1786 | NUM_ES_GPRS(18)); |
| 1787 | sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | |
| 1788 | NUM_VS_THREADS(78) | |
| 1789 | NUM_GS_THREADS(4) | |
| 1790 | NUM_ES_THREADS(31)); |
| 1791 | sq_stack_resource_mgmt_1 = (NUM_PS_STACK_ENTRIES(40) | |
| 1792 | NUM_VS_STACK_ENTRIES(40)); |
| 1793 | sq_stack_resource_mgmt_2 = (NUM_GS_STACK_ENTRIES(32) | |
| 1794 | NUM_ES_STACK_ENTRIES(16)); |
| 1795 | } else if ((rdev->family) == CHIP_RV670) { |
| 1796 | sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | |
| 1797 | NUM_VS_GPRS(44) | |
| 1798 | NUM_CLAUSE_TEMP_GPRS(2)); |
| 1799 | sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | |
| 1800 | NUM_ES_GPRS(17)); |
| 1801 | sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | |
| 1802 | NUM_VS_THREADS(78) | |
| 1803 | NUM_GS_THREADS(4) | |
| 1804 | NUM_ES_THREADS(31)); |
| 1805 | sq_stack_resource_mgmt_1 = (NUM_PS_STACK_ENTRIES(64) | |
| 1806 | NUM_VS_STACK_ENTRIES(64)); |
| 1807 | sq_stack_resource_mgmt_2 = (NUM_GS_STACK_ENTRIES(64) | |
| 1808 | NUM_ES_STACK_ENTRIES(64)); |
| 1809 | } |
| 1810 | |
| 1811 | WREG32(SQ_CONFIG, sq_config); |
| 1812 | WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1); |
| 1813 | WREG32(SQ_GPR_RESOURCE_MGMT_2, sq_gpr_resource_mgmt_2); |
| 1814 | WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); |
| 1815 | WREG32(SQ_STACK_RESOURCE_MGMT_1, sq_stack_resource_mgmt_1); |
| 1816 | WREG32(SQ_STACK_RESOURCE_MGMT_2, sq_stack_resource_mgmt_2); |
| 1817 | |
| 1818 | if (((rdev->family) == CHIP_RV610) || |
| 1819 | ((rdev->family) == CHIP_RV620) || |
Alex Deucher | ee59f2b | 2009-11-05 13:11:46 -0500 | [diff] [blame] | 1820 | ((rdev->family) == CHIP_RS780) || |
| 1821 | ((rdev->family) == CHIP_RS880)) { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1822 | WREG32(VGT_CACHE_INVALIDATION, CACHE_INVALIDATION(TC_ONLY)); |
| 1823 | } else { |
| 1824 | WREG32(VGT_CACHE_INVALIDATION, CACHE_INVALIDATION(VC_AND_TC)); |
| 1825 | } |
| 1826 | |
| 1827 | /* More default values. 2D/3D driver should adjust as needed */ |
| 1828 | WREG32(PA_SC_AA_SAMPLE_LOCS_2S, (S0_X(0xc) | S0_Y(0x4) | |
| 1829 | S1_X(0x4) | S1_Y(0xc))); |
| 1830 | WREG32(PA_SC_AA_SAMPLE_LOCS_4S, (S0_X(0xe) | S0_Y(0xe) | |
| 1831 | S1_X(0x2) | S1_Y(0x2) | |
| 1832 | S2_X(0xa) | S2_Y(0x6) | |
| 1833 | S3_X(0x6) | S3_Y(0xa))); |
| 1834 | WREG32(PA_SC_AA_SAMPLE_LOCS_8S_WD0, (S0_X(0xe) | S0_Y(0xb) | |
| 1835 | S1_X(0x4) | S1_Y(0xc) | |
| 1836 | S2_X(0x1) | S2_Y(0x6) | |
| 1837 | S3_X(0xa) | S3_Y(0xe))); |
| 1838 | WREG32(PA_SC_AA_SAMPLE_LOCS_8S_WD1, (S4_X(0x6) | S4_Y(0x1) | |
| 1839 | S5_X(0x0) | S5_Y(0x0) | |
| 1840 | S6_X(0xb) | S6_Y(0x4) | |
| 1841 | S7_X(0x7) | S7_Y(0x8))); |
| 1842 | |
| 1843 | WREG32(VGT_STRMOUT_EN, 0); |
| 1844 | tmp = rdev->config.r600.max_pipes * 16; |
| 1845 | switch (rdev->family) { |
| 1846 | case CHIP_RV610: |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1847 | case CHIP_RV620: |
Alex Deucher | ee59f2b | 2009-11-05 13:11:46 -0500 | [diff] [blame] | 1848 | case CHIP_RS780: |
| 1849 | case CHIP_RS880: |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1850 | tmp += 32; |
| 1851 | break; |
| 1852 | case CHIP_RV670: |
| 1853 | tmp += 128; |
| 1854 | break; |
| 1855 | default: |
| 1856 | break; |
| 1857 | } |
| 1858 | if (tmp > 256) { |
| 1859 | tmp = 256; |
| 1860 | } |
| 1861 | WREG32(VGT_ES_PER_GS, 128); |
| 1862 | WREG32(VGT_GS_PER_ES, tmp); |
| 1863 | WREG32(VGT_GS_PER_VS, 2); |
| 1864 | WREG32(VGT_GS_VERTEX_REUSE, 16); |
| 1865 | |
| 1866 | /* more default values. 2D/3D driver should adjust as needed */ |
| 1867 | WREG32(PA_SC_LINE_STIPPLE_STATE, 0); |
| 1868 | WREG32(VGT_STRMOUT_EN, 0); |
| 1869 | WREG32(SX_MISC, 0); |
| 1870 | WREG32(PA_SC_MODE_CNTL, 0); |
| 1871 | WREG32(PA_SC_AA_CONFIG, 0); |
| 1872 | WREG32(PA_SC_LINE_STIPPLE, 0); |
| 1873 | WREG32(SPI_INPUT_Z, 0); |
| 1874 | WREG32(SPI_PS_IN_CONTROL_0, NUM_INTERP(2)); |
| 1875 | WREG32(CB_COLOR7_FRAG, 0); |
| 1876 | |
| 1877 | /* Clear render buffer base addresses */ |
| 1878 | WREG32(CB_COLOR0_BASE, 0); |
| 1879 | WREG32(CB_COLOR1_BASE, 0); |
| 1880 | WREG32(CB_COLOR2_BASE, 0); |
| 1881 | WREG32(CB_COLOR3_BASE, 0); |
| 1882 | WREG32(CB_COLOR4_BASE, 0); |
| 1883 | WREG32(CB_COLOR5_BASE, 0); |
| 1884 | WREG32(CB_COLOR6_BASE, 0); |
| 1885 | WREG32(CB_COLOR7_BASE, 0); |
| 1886 | WREG32(CB_COLOR7_FRAG, 0); |
| 1887 | |
| 1888 | switch (rdev->family) { |
| 1889 | case CHIP_RV610: |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1890 | case CHIP_RV620: |
Alex Deucher | ee59f2b | 2009-11-05 13:11:46 -0500 | [diff] [blame] | 1891 | case CHIP_RS780: |
| 1892 | case CHIP_RS880: |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1893 | tmp = TC_L2_SIZE(8); |
| 1894 | break; |
| 1895 | case CHIP_RV630: |
| 1896 | case CHIP_RV635: |
| 1897 | tmp = TC_L2_SIZE(4); |
| 1898 | break; |
| 1899 | case CHIP_R600: |
| 1900 | tmp = TC_L2_SIZE(0) | L2_DISABLE_LATE_HIT; |
| 1901 | break; |
| 1902 | default: |
| 1903 | tmp = TC_L2_SIZE(0); |
| 1904 | break; |
| 1905 | } |
| 1906 | WREG32(TC_CNTL, tmp); |
| 1907 | |
| 1908 | tmp = RREG32(HDP_HOST_PATH_CNTL); |
| 1909 | WREG32(HDP_HOST_PATH_CNTL, tmp); |
| 1910 | |
| 1911 | tmp = RREG32(ARB_POP); |
| 1912 | tmp |= ENABLE_TC128; |
| 1913 | WREG32(ARB_POP, tmp); |
| 1914 | |
| 1915 | WREG32(PA_SC_MULTI_CHIP_CNTL, 0); |
| 1916 | WREG32(PA_CL_ENHANCE, (CLIP_VTX_REORDER_ENA | |
| 1917 | NUM_CLIP_SEQ(3))); |
| 1918 | WREG32(PA_SC_ENHANCE, FORCE_EOV_MAX_CLK_CNT(4095)); |
Alex Deucher | b866d13 | 2012-06-14 22:06:36 +0200 | [diff] [blame] | 1919 | WREG32(VC_ENHANCE, 0); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1920 | } |
| 1921 | |
| 1922 | |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1923 | /* |
| 1924 | * Indirect registers accessor |
| 1925 | */ |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1926 | u32 r600_pciep_rreg(struct radeon_device *rdev, u32 reg) |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1927 | { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1928 | u32 r; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1929 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1930 | WREG32(PCIE_PORT_INDEX, ((reg) & 0xff)); |
| 1931 | (void)RREG32(PCIE_PORT_INDEX); |
| 1932 | r = RREG32(PCIE_PORT_DATA); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1933 | return r; |
| 1934 | } |
| 1935 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1936 | void r600_pciep_wreg(struct radeon_device *rdev, u32 reg, u32 v) |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 1937 | { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1938 | WREG32(PCIE_PORT_INDEX, ((reg) & 0xff)); |
| 1939 | (void)RREG32(PCIE_PORT_INDEX); |
| 1940 | WREG32(PCIE_PORT_DATA, (v)); |
| 1941 | (void)RREG32(PCIE_PORT_DATA); |
| 1942 | } |
| 1943 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1944 | /* |
| 1945 | * CP & Ring |
| 1946 | */ |
| 1947 | void r600_cp_stop(struct radeon_device *rdev) |
| 1948 | { |
Dave Airlie | 5359533 | 2011-03-14 09:47:24 +1000 | [diff] [blame] | 1949 | radeon_ttm_set_active_vram_size(rdev, rdev->mc.visible_vram_size); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1950 | WREG32(R_0086D8_CP_ME_CNTL, S_0086D8_CP_ME_HALT(1)); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 1951 | WREG32(SCRATCH_UMSK, 0); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 1952 | rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1953 | } |
| 1954 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 1955 | int r600_init_microcode(struct radeon_device *rdev) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1956 | { |
| 1957 | struct platform_device *pdev; |
| 1958 | const char *chip_name; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 1959 | const char *rlc_chip_name; |
| 1960 | size_t pfp_req_size, me_req_size, rlc_req_size; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1961 | char fw_name[30]; |
| 1962 | int err; |
| 1963 | |
| 1964 | DRM_DEBUG("\n"); |
| 1965 | |
| 1966 | pdev = platform_device_register_simple("radeon_cp", 0, NULL, 0); |
| 1967 | err = IS_ERR(pdev); |
| 1968 | if (err) { |
| 1969 | printk(KERN_ERR "radeon_cp: Failed to register firmware\n"); |
| 1970 | return -EINVAL; |
| 1971 | } |
| 1972 | |
| 1973 | switch (rdev->family) { |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 1974 | case CHIP_R600: |
| 1975 | chip_name = "R600"; |
| 1976 | rlc_chip_name = "R600"; |
| 1977 | break; |
| 1978 | case CHIP_RV610: |
| 1979 | chip_name = "RV610"; |
| 1980 | rlc_chip_name = "R600"; |
| 1981 | break; |
| 1982 | case CHIP_RV630: |
| 1983 | chip_name = "RV630"; |
| 1984 | rlc_chip_name = "R600"; |
| 1985 | break; |
| 1986 | case CHIP_RV620: |
| 1987 | chip_name = "RV620"; |
| 1988 | rlc_chip_name = "R600"; |
| 1989 | break; |
| 1990 | case CHIP_RV635: |
| 1991 | chip_name = "RV635"; |
| 1992 | rlc_chip_name = "R600"; |
| 1993 | break; |
| 1994 | case CHIP_RV670: |
| 1995 | chip_name = "RV670"; |
| 1996 | rlc_chip_name = "R600"; |
| 1997 | break; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 1998 | case CHIP_RS780: |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 1999 | case CHIP_RS880: |
| 2000 | chip_name = "RS780"; |
| 2001 | rlc_chip_name = "R600"; |
| 2002 | break; |
| 2003 | case CHIP_RV770: |
| 2004 | chip_name = "RV770"; |
| 2005 | rlc_chip_name = "R700"; |
| 2006 | break; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2007 | case CHIP_RV730: |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2008 | case CHIP_RV740: |
| 2009 | chip_name = "RV730"; |
| 2010 | rlc_chip_name = "R700"; |
| 2011 | break; |
| 2012 | case CHIP_RV710: |
| 2013 | chip_name = "RV710"; |
| 2014 | rlc_chip_name = "R700"; |
| 2015 | break; |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 2016 | case CHIP_CEDAR: |
| 2017 | chip_name = "CEDAR"; |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 2018 | rlc_chip_name = "CEDAR"; |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 2019 | break; |
| 2020 | case CHIP_REDWOOD: |
| 2021 | chip_name = "REDWOOD"; |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 2022 | rlc_chip_name = "REDWOOD"; |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 2023 | break; |
| 2024 | case CHIP_JUNIPER: |
| 2025 | chip_name = "JUNIPER"; |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 2026 | rlc_chip_name = "JUNIPER"; |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 2027 | break; |
| 2028 | case CHIP_CYPRESS: |
| 2029 | case CHIP_HEMLOCK: |
| 2030 | chip_name = "CYPRESS"; |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 2031 | rlc_chip_name = "CYPRESS"; |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 2032 | break; |
Alex Deucher | 439bd6c | 2010-11-22 17:56:31 -0500 | [diff] [blame] | 2033 | case CHIP_PALM: |
| 2034 | chip_name = "PALM"; |
| 2035 | rlc_chip_name = "SUMO"; |
| 2036 | break; |
Alex Deucher | d5c5a72 | 2011-05-31 15:42:48 -0400 | [diff] [blame] | 2037 | case CHIP_SUMO: |
| 2038 | chip_name = "SUMO"; |
| 2039 | rlc_chip_name = "SUMO"; |
| 2040 | break; |
| 2041 | case CHIP_SUMO2: |
| 2042 | chip_name = "SUMO2"; |
| 2043 | rlc_chip_name = "SUMO"; |
| 2044 | break; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2045 | default: BUG(); |
| 2046 | } |
| 2047 | |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 2048 | if (rdev->family >= CHIP_CEDAR) { |
| 2049 | pfp_req_size = EVERGREEN_PFP_UCODE_SIZE * 4; |
| 2050 | me_req_size = EVERGREEN_PM4_UCODE_SIZE * 4; |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 2051 | rlc_req_size = EVERGREEN_RLC_UCODE_SIZE * 4; |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 2052 | } else if (rdev->family >= CHIP_RV770) { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2053 | pfp_req_size = R700_PFP_UCODE_SIZE * 4; |
| 2054 | me_req_size = R700_PM4_UCODE_SIZE * 4; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2055 | rlc_req_size = R700_RLC_UCODE_SIZE * 4; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2056 | } else { |
| 2057 | pfp_req_size = PFP_UCODE_SIZE * 4; |
| 2058 | me_req_size = PM4_UCODE_SIZE * 12; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2059 | rlc_req_size = RLC_UCODE_SIZE * 4; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2060 | } |
| 2061 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2062 | DRM_INFO("Loading %s Microcode\n", chip_name); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2063 | |
| 2064 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_pfp.bin", chip_name); |
| 2065 | err = request_firmware(&rdev->pfp_fw, fw_name, &pdev->dev); |
| 2066 | if (err) |
| 2067 | goto out; |
| 2068 | if (rdev->pfp_fw->size != pfp_req_size) { |
| 2069 | printk(KERN_ERR |
| 2070 | "r600_cp: Bogus length %zu in firmware \"%s\"\n", |
| 2071 | rdev->pfp_fw->size, fw_name); |
| 2072 | err = -EINVAL; |
| 2073 | goto out; |
| 2074 | } |
| 2075 | |
| 2076 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_me.bin", chip_name); |
| 2077 | err = request_firmware(&rdev->me_fw, fw_name, &pdev->dev); |
| 2078 | if (err) |
| 2079 | goto out; |
| 2080 | if (rdev->me_fw->size != me_req_size) { |
| 2081 | printk(KERN_ERR |
| 2082 | "r600_cp: Bogus length %zu in firmware \"%s\"\n", |
| 2083 | rdev->me_fw->size, fw_name); |
| 2084 | err = -EINVAL; |
| 2085 | } |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2086 | |
| 2087 | snprintf(fw_name, sizeof(fw_name), "radeon/%s_rlc.bin", rlc_chip_name); |
| 2088 | err = request_firmware(&rdev->rlc_fw, fw_name, &pdev->dev); |
| 2089 | if (err) |
| 2090 | goto out; |
| 2091 | if (rdev->rlc_fw->size != rlc_req_size) { |
| 2092 | printk(KERN_ERR |
| 2093 | "r600_rlc: Bogus length %zu in firmware \"%s\"\n", |
| 2094 | rdev->rlc_fw->size, fw_name); |
| 2095 | err = -EINVAL; |
| 2096 | } |
| 2097 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2098 | out: |
| 2099 | platform_device_unregister(pdev); |
| 2100 | |
| 2101 | if (err) { |
| 2102 | if (err != -EINVAL) |
| 2103 | printk(KERN_ERR |
| 2104 | "r600_cp: Failed to load firmware \"%s\"\n", |
| 2105 | fw_name); |
| 2106 | release_firmware(rdev->pfp_fw); |
| 2107 | rdev->pfp_fw = NULL; |
| 2108 | release_firmware(rdev->me_fw); |
| 2109 | rdev->me_fw = NULL; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2110 | release_firmware(rdev->rlc_fw); |
| 2111 | rdev->rlc_fw = NULL; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2112 | } |
| 2113 | return err; |
| 2114 | } |
| 2115 | |
| 2116 | static int r600_cp_load_microcode(struct radeon_device *rdev) |
| 2117 | { |
| 2118 | const __be32 *fw_data; |
| 2119 | int i; |
| 2120 | |
| 2121 | if (!rdev->me_fw || !rdev->pfp_fw) |
| 2122 | return -EINVAL; |
| 2123 | |
| 2124 | r600_cp_stop(rdev); |
| 2125 | |
Cédric Cano | 4eace7f | 2011-02-11 19:45:38 -0500 | [diff] [blame] | 2126 | WREG32(CP_RB_CNTL, |
| 2127 | #ifdef __BIG_ENDIAN |
| 2128 | BUF_SWAP_32BIT | |
| 2129 | #endif |
| 2130 | RB_NO_UPDATE | RB_BLKSZ(15) | RB_BUFSZ(3)); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2131 | |
| 2132 | /* Reset cp */ |
| 2133 | WREG32(GRBM_SOFT_RESET, SOFT_RESET_CP); |
| 2134 | RREG32(GRBM_SOFT_RESET); |
| 2135 | mdelay(15); |
| 2136 | WREG32(GRBM_SOFT_RESET, 0); |
| 2137 | |
| 2138 | WREG32(CP_ME_RAM_WADDR, 0); |
| 2139 | |
| 2140 | fw_data = (const __be32 *)rdev->me_fw->data; |
| 2141 | WREG32(CP_ME_RAM_WADDR, 0); |
| 2142 | for (i = 0; i < PM4_UCODE_SIZE * 3; i++) |
| 2143 | WREG32(CP_ME_RAM_DATA, |
| 2144 | be32_to_cpup(fw_data++)); |
| 2145 | |
| 2146 | fw_data = (const __be32 *)rdev->pfp_fw->data; |
| 2147 | WREG32(CP_PFP_UCODE_ADDR, 0); |
| 2148 | for (i = 0; i < PFP_UCODE_SIZE; i++) |
| 2149 | WREG32(CP_PFP_UCODE_DATA, |
| 2150 | be32_to_cpup(fw_data++)); |
| 2151 | |
| 2152 | WREG32(CP_PFP_UCODE_ADDR, 0); |
| 2153 | WREG32(CP_ME_RAM_WADDR, 0); |
| 2154 | WREG32(CP_ME_RAM_RADDR, 0); |
| 2155 | return 0; |
| 2156 | } |
| 2157 | |
| 2158 | int r600_cp_start(struct radeon_device *rdev) |
| 2159 | { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2160 | struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2161 | int r; |
| 2162 | uint32_t cp_me; |
| 2163 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2164 | r = radeon_ring_lock(rdev, ring, 7); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2165 | if (r) { |
| 2166 | DRM_ERROR("radeon: cp failed to lock ring (%d).\n", r); |
| 2167 | return r; |
| 2168 | } |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2169 | radeon_ring_write(ring, PACKET3(PACKET3_ME_INITIALIZE, 5)); |
| 2170 | radeon_ring_write(ring, 0x1); |
Alex Deucher | 7e7b41d | 2010-09-02 21:32:32 -0400 | [diff] [blame] | 2171 | if (rdev->family >= CHIP_RV770) { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2172 | radeon_ring_write(ring, 0x0); |
| 2173 | radeon_ring_write(ring, rdev->config.rv770.max_hw_contexts - 1); |
Alex Deucher | fe251e2 | 2010-03-24 13:36:43 -0400 | [diff] [blame] | 2174 | } else { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2175 | radeon_ring_write(ring, 0x3); |
| 2176 | radeon_ring_write(ring, rdev->config.r600.max_hw_contexts - 1); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2177 | } |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2178 | radeon_ring_write(ring, PACKET3_ME_INITIALIZE_DEVICE_ID(1)); |
| 2179 | radeon_ring_write(ring, 0); |
| 2180 | radeon_ring_write(ring, 0); |
| 2181 | radeon_ring_unlock_commit(rdev, ring); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2182 | |
| 2183 | cp_me = 0xff; |
| 2184 | WREG32(R_0086D8_CP_ME_CNTL, cp_me); |
| 2185 | return 0; |
| 2186 | } |
| 2187 | |
| 2188 | int r600_cp_resume(struct radeon_device *rdev) |
| 2189 | { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2190 | struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2191 | u32 tmp; |
| 2192 | u32 rb_bufsz; |
| 2193 | int r; |
| 2194 | |
| 2195 | /* Reset cp */ |
| 2196 | WREG32(GRBM_SOFT_RESET, SOFT_RESET_CP); |
| 2197 | RREG32(GRBM_SOFT_RESET); |
| 2198 | mdelay(15); |
| 2199 | WREG32(GRBM_SOFT_RESET, 0); |
| 2200 | |
| 2201 | /* Set ring buffer size */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2202 | rb_bufsz = drm_order(ring->ring_size / 8); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2203 | tmp = (drm_order(RADEON_GPU_PAGE_SIZE/8) << 8) | rb_bufsz; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2204 | #ifdef __BIG_ENDIAN |
Alex Deucher | d6f2893 | 2009-11-02 16:01:27 -0500 | [diff] [blame] | 2205 | tmp |= BUF_SWAP_32BIT; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2206 | #endif |
Alex Deucher | d6f2893 | 2009-11-02 16:01:27 -0500 | [diff] [blame] | 2207 | WREG32(CP_RB_CNTL, tmp); |
Christian König | 15d3332 | 2011-09-15 19:02:22 +0200 | [diff] [blame] | 2208 | WREG32(CP_SEM_WAIT_TIMER, 0x0); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2209 | |
| 2210 | /* Set the write pointer delay */ |
| 2211 | WREG32(CP_RB_WPTR_DELAY, 0); |
| 2212 | |
| 2213 | /* Initialize the ring buffer's read and write pointers */ |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2214 | WREG32(CP_RB_CNTL, tmp | RB_RPTR_WR_ENA); |
| 2215 | WREG32(CP_RB_RPTR_WR, 0); |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2216 | ring->wptr = 0; |
| 2217 | WREG32(CP_RB_WPTR, ring->wptr); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2218 | |
| 2219 | /* set the wb address whether it's enabled or not */ |
Cédric Cano | 4eace7f | 2011-02-11 19:45:38 -0500 | [diff] [blame] | 2220 | WREG32(CP_RB_RPTR_ADDR, |
Cédric Cano | 4eace7f | 2011-02-11 19:45:38 -0500 | [diff] [blame] | 2221 | ((rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFFFFFFFC)); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2222 | WREG32(CP_RB_RPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + RADEON_WB_CP_RPTR_OFFSET) & 0xFF); |
| 2223 | WREG32(SCRATCH_ADDR, ((rdev->wb.gpu_addr + RADEON_WB_SCRATCH_OFFSET) >> 8) & 0xFFFFFFFF); |
| 2224 | |
| 2225 | if (rdev->wb.enabled) |
| 2226 | WREG32(SCRATCH_UMSK, 0xff); |
| 2227 | else { |
| 2228 | tmp |= RB_NO_UPDATE; |
| 2229 | WREG32(SCRATCH_UMSK, 0); |
| 2230 | } |
| 2231 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2232 | mdelay(1); |
| 2233 | WREG32(CP_RB_CNTL, tmp); |
| 2234 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2235 | WREG32(CP_RB_BASE, ring->gpu_addr >> 8); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2236 | WREG32(CP_DEBUG, (1 << 27) | (1 << 28)); |
| 2237 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2238 | ring->rptr = RREG32(CP_RB_RPTR); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2239 | |
| 2240 | r600_cp_start(rdev); |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2241 | ring->ready = true; |
Alex Deucher | f712812 | 2012-02-23 17:53:45 -0500 | [diff] [blame] | 2242 | r = radeon_ring_test(rdev, RADEON_RING_TYPE_GFX_INDEX, ring); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2243 | if (r) { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2244 | ring->ready = false; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2245 | return r; |
| 2246 | } |
| 2247 | return 0; |
| 2248 | } |
| 2249 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2250 | void r600_ring_init(struct radeon_device *rdev, struct radeon_ring *ring, unsigned ring_size) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2251 | { |
| 2252 | u32 rb_bufsz; |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 2253 | int r; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2254 | |
| 2255 | /* Align ring size */ |
| 2256 | rb_bufsz = drm_order(ring_size / 8); |
| 2257 | ring_size = (1 << (rb_bufsz + 1)) * 4; |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2258 | ring->ring_size = ring_size; |
| 2259 | ring->align_mask = 16 - 1; |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 2260 | |
Alex Deucher | 89d3580 | 2012-07-17 14:02:31 -0400 | [diff] [blame] | 2261 | if (radeon_ring_supports_scratch_reg(rdev, ring)) { |
| 2262 | r = radeon_scratch_get(rdev, &ring->rptr_save_reg); |
| 2263 | if (r) { |
| 2264 | DRM_ERROR("failed to get scratch reg for rptr save (%d).\n", r); |
| 2265 | ring->rptr_save_reg = 0; |
| 2266 | } |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 2267 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2268 | } |
| 2269 | |
Jerome Glisse | 655efd3 | 2010-02-02 11:51:45 +0100 | [diff] [blame] | 2270 | void r600_cp_fini(struct radeon_device *rdev) |
| 2271 | { |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 2272 | struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; |
Jerome Glisse | 655efd3 | 2010-02-02 11:51:45 +0100 | [diff] [blame] | 2273 | r600_cp_stop(rdev); |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 2274 | radeon_ring_fini(rdev, ring); |
| 2275 | radeon_scratch_free(rdev, ring->rptr_save_reg); |
Jerome Glisse | 655efd3 | 2010-02-02 11:51:45 +0100 | [diff] [blame] | 2276 | } |
| 2277 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2278 | /* |
| 2279 | * DMA |
| 2280 | * Starting with R600, the GPU has an asynchronous |
| 2281 | * DMA engine. The programming model is very similar |
| 2282 | * to the 3D engine (ring buffer, IBs, etc.), but the |
| 2283 | * DMA controller has it's own packet format that is |
| 2284 | * different form the PM4 format used by the 3D engine. |
| 2285 | * It supports copying data, writing embedded data, |
| 2286 | * solid fills, and a number of other things. It also |
| 2287 | * has support for tiling/detiling of buffers. |
| 2288 | */ |
| 2289 | /** |
| 2290 | * r600_dma_stop - stop the async dma engine |
| 2291 | * |
| 2292 | * @rdev: radeon_device pointer |
| 2293 | * |
| 2294 | * Stop the async dma engine (r6xx-evergreen). |
| 2295 | */ |
| 2296 | void r600_dma_stop(struct radeon_device *rdev) |
| 2297 | { |
| 2298 | u32 rb_cntl = RREG32(DMA_RB_CNTL); |
| 2299 | |
| 2300 | radeon_ttm_set_active_vram_size(rdev, rdev->mc.visible_vram_size); |
| 2301 | |
| 2302 | rb_cntl &= ~DMA_RB_ENABLE; |
| 2303 | WREG32(DMA_RB_CNTL, rb_cntl); |
| 2304 | |
| 2305 | rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false; |
| 2306 | } |
| 2307 | |
| 2308 | /** |
| 2309 | * r600_dma_resume - setup and start the async dma engine |
| 2310 | * |
| 2311 | * @rdev: radeon_device pointer |
| 2312 | * |
| 2313 | * Set up the DMA ring buffer and enable it. (r6xx-evergreen). |
| 2314 | * Returns 0 for success, error for failure. |
| 2315 | */ |
| 2316 | int r600_dma_resume(struct radeon_device *rdev) |
| 2317 | { |
| 2318 | struct radeon_ring *ring = &rdev->ring[R600_RING_TYPE_DMA_INDEX]; |
Michel Dänzer | b3dfcb2 | 2013-01-24 19:02:01 +0100 | [diff] [blame] | 2319 | u32 rb_cntl, dma_cntl, ib_cntl; |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2320 | u32 rb_bufsz; |
| 2321 | int r; |
| 2322 | |
| 2323 | /* Reset dma */ |
| 2324 | if (rdev->family >= CHIP_RV770) |
| 2325 | WREG32(SRBM_SOFT_RESET, RV770_SOFT_RESET_DMA); |
| 2326 | else |
| 2327 | WREG32(SRBM_SOFT_RESET, SOFT_RESET_DMA); |
| 2328 | RREG32(SRBM_SOFT_RESET); |
| 2329 | udelay(50); |
| 2330 | WREG32(SRBM_SOFT_RESET, 0); |
| 2331 | |
| 2332 | WREG32(DMA_SEM_INCOMPLETE_TIMER_CNTL, 0); |
| 2333 | WREG32(DMA_SEM_WAIT_FAIL_TIMER_CNTL, 0); |
| 2334 | |
| 2335 | /* Set ring buffer size in dwords */ |
| 2336 | rb_bufsz = drm_order(ring->ring_size / 4); |
| 2337 | rb_cntl = rb_bufsz << 1; |
| 2338 | #ifdef __BIG_ENDIAN |
| 2339 | rb_cntl |= DMA_RB_SWAP_ENABLE | DMA_RPTR_WRITEBACK_SWAP_ENABLE; |
| 2340 | #endif |
| 2341 | WREG32(DMA_RB_CNTL, rb_cntl); |
| 2342 | |
| 2343 | /* Initialize the ring buffer's read and write pointers */ |
| 2344 | WREG32(DMA_RB_RPTR, 0); |
| 2345 | WREG32(DMA_RB_WPTR, 0); |
| 2346 | |
| 2347 | /* set the wb address whether it's enabled or not */ |
| 2348 | WREG32(DMA_RB_RPTR_ADDR_HI, |
| 2349 | upper_32_bits(rdev->wb.gpu_addr + R600_WB_DMA_RPTR_OFFSET) & 0xFF); |
| 2350 | WREG32(DMA_RB_RPTR_ADDR_LO, |
| 2351 | ((rdev->wb.gpu_addr + R600_WB_DMA_RPTR_OFFSET) & 0xFFFFFFFC)); |
| 2352 | |
| 2353 | if (rdev->wb.enabled) |
| 2354 | rb_cntl |= DMA_RPTR_WRITEBACK_ENABLE; |
| 2355 | |
| 2356 | WREG32(DMA_RB_BASE, ring->gpu_addr >> 8); |
| 2357 | |
| 2358 | /* enable DMA IBs */ |
Michel Dänzer | b3dfcb2 | 2013-01-24 19:02:01 +0100 | [diff] [blame] | 2359 | ib_cntl = DMA_IB_ENABLE; |
| 2360 | #ifdef __BIG_ENDIAN |
| 2361 | ib_cntl |= DMA_IB_SWAP_ENABLE; |
| 2362 | #endif |
| 2363 | WREG32(DMA_IB_CNTL, ib_cntl); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2364 | |
| 2365 | dma_cntl = RREG32(DMA_CNTL); |
| 2366 | dma_cntl &= ~CTXEMPTY_INT_ENABLE; |
| 2367 | WREG32(DMA_CNTL, dma_cntl); |
| 2368 | |
| 2369 | if (rdev->family >= CHIP_RV770) |
| 2370 | WREG32(DMA_MODE, 1); |
| 2371 | |
| 2372 | ring->wptr = 0; |
| 2373 | WREG32(DMA_RB_WPTR, ring->wptr << 2); |
| 2374 | |
| 2375 | ring->rptr = RREG32(DMA_RB_RPTR) >> 2; |
| 2376 | |
| 2377 | WREG32(DMA_RB_CNTL, rb_cntl | DMA_RB_ENABLE); |
| 2378 | |
| 2379 | ring->ready = true; |
| 2380 | |
| 2381 | r = radeon_ring_test(rdev, R600_RING_TYPE_DMA_INDEX, ring); |
| 2382 | if (r) { |
| 2383 | ring->ready = false; |
| 2384 | return r; |
| 2385 | } |
| 2386 | |
| 2387 | radeon_ttm_set_active_vram_size(rdev, rdev->mc.real_vram_size); |
| 2388 | |
| 2389 | return 0; |
| 2390 | } |
| 2391 | |
| 2392 | /** |
| 2393 | * r600_dma_fini - tear down the async dma engine |
| 2394 | * |
| 2395 | * @rdev: radeon_device pointer |
| 2396 | * |
| 2397 | * Stop the async dma engine and free the ring (r6xx-evergreen). |
| 2398 | */ |
| 2399 | void r600_dma_fini(struct radeon_device *rdev) |
| 2400 | { |
| 2401 | r600_dma_stop(rdev); |
| 2402 | radeon_ring_fini(rdev, &rdev->ring[R600_RING_TYPE_DMA_INDEX]); |
| 2403 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2404 | |
| 2405 | /* |
| 2406 | * GPU scratch registers helpers function. |
| 2407 | */ |
| 2408 | void r600_scratch_init(struct radeon_device *rdev) |
| 2409 | { |
| 2410 | int i; |
| 2411 | |
| 2412 | rdev->scratch.num_reg = 7; |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2413 | rdev->scratch.reg_base = SCRATCH_REG0; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2414 | for (i = 0; i < rdev->scratch.num_reg; i++) { |
| 2415 | rdev->scratch.free[i] = true; |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2416 | rdev->scratch.reg[i] = rdev->scratch.reg_base + (i * 4); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2417 | } |
| 2418 | } |
| 2419 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2420 | int r600_ring_test(struct radeon_device *rdev, struct radeon_ring *ring) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2421 | { |
| 2422 | uint32_t scratch; |
| 2423 | uint32_t tmp = 0; |
Alex Deucher | 8b25ed3 | 2012-07-17 14:02:30 -0400 | [diff] [blame] | 2424 | unsigned i; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2425 | int r; |
| 2426 | |
| 2427 | r = radeon_scratch_get(rdev, &scratch); |
| 2428 | if (r) { |
| 2429 | DRM_ERROR("radeon: cp failed to get scratch reg (%d).\n", r); |
| 2430 | return r; |
| 2431 | } |
| 2432 | WREG32(scratch, 0xCAFEDEAD); |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2433 | r = radeon_ring_lock(rdev, ring, 3); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2434 | if (r) { |
Alex Deucher | 8b25ed3 | 2012-07-17 14:02:30 -0400 | [diff] [blame] | 2435 | DRM_ERROR("radeon: cp failed to lock ring %d (%d).\n", ring->idx, r); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2436 | radeon_scratch_free(rdev, scratch); |
| 2437 | return r; |
| 2438 | } |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2439 | radeon_ring_write(ring, PACKET3(PACKET3_SET_CONFIG_REG, 1)); |
| 2440 | radeon_ring_write(ring, ((scratch - PACKET3_SET_CONFIG_REG_OFFSET) >> 2)); |
| 2441 | radeon_ring_write(ring, 0xDEADBEEF); |
| 2442 | radeon_ring_unlock_commit(rdev, ring); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2443 | for (i = 0; i < rdev->usec_timeout; i++) { |
| 2444 | tmp = RREG32(scratch); |
| 2445 | if (tmp == 0xDEADBEEF) |
| 2446 | break; |
| 2447 | DRM_UDELAY(1); |
| 2448 | } |
| 2449 | if (i < rdev->usec_timeout) { |
Alex Deucher | 8b25ed3 | 2012-07-17 14:02:30 -0400 | [diff] [blame] | 2450 | DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2451 | } else { |
Christian König | bf85279 | 2011-10-13 13:19:22 +0200 | [diff] [blame] | 2452 | DRM_ERROR("radeon: ring %d test failed (scratch(0x%04X)=0x%08X)\n", |
Alex Deucher | 8b25ed3 | 2012-07-17 14:02:30 -0400 | [diff] [blame] | 2453 | ring->idx, scratch, tmp); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2454 | r = -EINVAL; |
| 2455 | } |
| 2456 | radeon_scratch_free(rdev, scratch); |
| 2457 | return r; |
| 2458 | } |
| 2459 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2460 | /** |
| 2461 | * r600_dma_ring_test - simple async dma engine test |
| 2462 | * |
| 2463 | * @rdev: radeon_device pointer |
| 2464 | * @ring: radeon_ring structure holding ring information |
| 2465 | * |
| 2466 | * Test the DMA engine by writing using it to write an |
| 2467 | * value to memory. (r6xx-SI). |
| 2468 | * Returns 0 for success, error for failure. |
| 2469 | */ |
| 2470 | int r600_dma_ring_test(struct radeon_device *rdev, |
| 2471 | struct radeon_ring *ring) |
| 2472 | { |
| 2473 | unsigned i; |
| 2474 | int r; |
| 2475 | void __iomem *ptr = (void *)rdev->vram_scratch.ptr; |
| 2476 | u32 tmp; |
| 2477 | |
| 2478 | if (!ptr) { |
| 2479 | DRM_ERROR("invalid vram scratch pointer\n"); |
| 2480 | return -EINVAL; |
| 2481 | } |
| 2482 | |
| 2483 | tmp = 0xCAFEDEAD; |
| 2484 | writel(tmp, ptr); |
| 2485 | |
| 2486 | r = radeon_ring_lock(rdev, ring, 4); |
| 2487 | if (r) { |
| 2488 | DRM_ERROR("radeon: dma failed to lock ring %d (%d).\n", ring->idx, r); |
| 2489 | return r; |
| 2490 | } |
| 2491 | radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); |
| 2492 | radeon_ring_write(ring, rdev->vram_scratch.gpu_addr & 0xfffffffc); |
| 2493 | radeon_ring_write(ring, upper_32_bits(rdev->vram_scratch.gpu_addr) & 0xff); |
| 2494 | radeon_ring_write(ring, 0xDEADBEEF); |
| 2495 | radeon_ring_unlock_commit(rdev, ring); |
| 2496 | |
| 2497 | for (i = 0; i < rdev->usec_timeout; i++) { |
| 2498 | tmp = readl(ptr); |
| 2499 | if (tmp == 0xDEADBEEF) |
| 2500 | break; |
| 2501 | DRM_UDELAY(1); |
| 2502 | } |
| 2503 | |
| 2504 | if (i < rdev->usec_timeout) { |
| 2505 | DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i); |
| 2506 | } else { |
| 2507 | DRM_ERROR("radeon: ring %d test failed (0x%08X)\n", |
| 2508 | ring->idx, tmp); |
| 2509 | r = -EINVAL; |
| 2510 | } |
| 2511 | return r; |
| 2512 | } |
| 2513 | |
| 2514 | /* |
| 2515 | * CP fences/semaphores |
| 2516 | */ |
| 2517 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2518 | void r600_fence_ring_emit(struct radeon_device *rdev, |
| 2519 | struct radeon_fence *fence) |
| 2520 | { |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2521 | struct radeon_ring *ring = &rdev->ring[fence->ring]; |
Christian König | 7b1f248 | 2011-09-23 15:11:23 +0200 | [diff] [blame] | 2522 | |
Alex Deucher | d0f8a85 | 2010-09-04 05:04:34 -0400 | [diff] [blame] | 2523 | if (rdev->wb.use_event) { |
Jerome Glisse | 30eb77f | 2011-11-20 20:45:34 +0000 | [diff] [blame] | 2524 | u64 addr = rdev->fence_drv[fence->ring].gpu_addr; |
Jerome Glisse | 77b1bad | 2011-10-26 11:41:22 -0400 | [diff] [blame] | 2525 | /* flush read cache over gart */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2526 | radeon_ring_write(ring, PACKET3(PACKET3_SURFACE_SYNC, 3)); |
| 2527 | radeon_ring_write(ring, PACKET3_TC_ACTION_ENA | |
| 2528 | PACKET3_VC_ACTION_ENA | |
| 2529 | PACKET3_SH_ACTION_ENA); |
| 2530 | radeon_ring_write(ring, 0xFFFFFFFF); |
| 2531 | radeon_ring_write(ring, 0); |
| 2532 | radeon_ring_write(ring, 10); /* poll interval */ |
Alex Deucher | d0f8a85 | 2010-09-04 05:04:34 -0400 | [diff] [blame] | 2533 | /* EVENT_WRITE_EOP - flush caches, send int */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2534 | radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); |
| 2535 | radeon_ring_write(ring, EVENT_TYPE(CACHE_FLUSH_AND_INV_EVENT_TS) | EVENT_INDEX(5)); |
| 2536 | radeon_ring_write(ring, addr & 0xffffffff); |
| 2537 | radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | DATA_SEL(1) | INT_SEL(2)); |
| 2538 | radeon_ring_write(ring, fence->seq); |
| 2539 | radeon_ring_write(ring, 0); |
Alex Deucher | d0f8a85 | 2010-09-04 05:04:34 -0400 | [diff] [blame] | 2540 | } else { |
Jerome Glisse | 77b1bad | 2011-10-26 11:41:22 -0400 | [diff] [blame] | 2541 | /* flush read cache over gart */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2542 | radeon_ring_write(ring, PACKET3(PACKET3_SURFACE_SYNC, 3)); |
| 2543 | radeon_ring_write(ring, PACKET3_TC_ACTION_ENA | |
| 2544 | PACKET3_VC_ACTION_ENA | |
| 2545 | PACKET3_SH_ACTION_ENA); |
| 2546 | radeon_ring_write(ring, 0xFFFFFFFF); |
| 2547 | radeon_ring_write(ring, 0); |
| 2548 | radeon_ring_write(ring, 10); /* poll interval */ |
| 2549 | radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); |
| 2550 | radeon_ring_write(ring, EVENT_TYPE(CACHE_FLUSH_AND_INV_EVENT) | EVENT_INDEX(0)); |
Alex Deucher | d0f8a85 | 2010-09-04 05:04:34 -0400 | [diff] [blame] | 2551 | /* wait for 3D idle clean */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2552 | radeon_ring_write(ring, PACKET3(PACKET3_SET_CONFIG_REG, 1)); |
| 2553 | radeon_ring_write(ring, (WAIT_UNTIL - PACKET3_SET_CONFIG_REG_OFFSET) >> 2); |
| 2554 | radeon_ring_write(ring, WAIT_3D_IDLE_bit | WAIT_3D_IDLECLEAN_bit); |
Alex Deucher | d0f8a85 | 2010-09-04 05:04:34 -0400 | [diff] [blame] | 2555 | /* Emit fence sequence & fire IRQ */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2556 | radeon_ring_write(ring, PACKET3(PACKET3_SET_CONFIG_REG, 1)); |
| 2557 | radeon_ring_write(ring, ((rdev->fence_drv[fence->ring].scratch_reg - PACKET3_SET_CONFIG_REG_OFFSET) >> 2)); |
| 2558 | radeon_ring_write(ring, fence->seq); |
Alex Deucher | d0f8a85 | 2010-09-04 05:04:34 -0400 | [diff] [blame] | 2559 | /* CP_INTERRUPT packet 3 no longer exists, use packet 0 */ |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2560 | radeon_ring_write(ring, PACKET0(CP_INT_STATUS, 0)); |
| 2561 | radeon_ring_write(ring, RB_INT_STAT); |
Alex Deucher | d0f8a85 | 2010-09-04 05:04:34 -0400 | [diff] [blame] | 2562 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2563 | } |
| 2564 | |
Christian König | 15d3332 | 2011-09-15 19:02:22 +0200 | [diff] [blame] | 2565 | void r600_semaphore_ring_emit(struct radeon_device *rdev, |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2566 | struct radeon_ring *ring, |
Christian König | 15d3332 | 2011-09-15 19:02:22 +0200 | [diff] [blame] | 2567 | struct radeon_semaphore *semaphore, |
Christian König | 7b1f248 | 2011-09-23 15:11:23 +0200 | [diff] [blame] | 2568 | bool emit_wait) |
Christian König | 15d3332 | 2011-09-15 19:02:22 +0200 | [diff] [blame] | 2569 | { |
| 2570 | uint64_t addr = semaphore->gpu_addr; |
| 2571 | unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; |
| 2572 | |
Christian König | 0be7043 | 2012-03-07 11:28:57 +0100 | [diff] [blame] | 2573 | if (rdev->family < CHIP_CAYMAN) |
| 2574 | sel |= PACKET3_SEM_WAIT_ON_SIGNAL; |
| 2575 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2576 | radeon_ring_write(ring, PACKET3(PACKET3_MEM_SEMAPHORE, 1)); |
| 2577 | radeon_ring_write(ring, addr & 0xffffffff); |
| 2578 | radeon_ring_write(ring, (upper_32_bits(addr) & 0xff) | sel); |
Christian König | 15d3332 | 2011-09-15 19:02:22 +0200 | [diff] [blame] | 2579 | } |
| 2580 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2581 | /* |
| 2582 | * DMA fences/semaphores |
| 2583 | */ |
| 2584 | |
| 2585 | /** |
| 2586 | * r600_dma_fence_ring_emit - emit a fence on the DMA ring |
| 2587 | * |
| 2588 | * @rdev: radeon_device pointer |
| 2589 | * @fence: radeon fence object |
| 2590 | * |
| 2591 | * Add a DMA fence packet to the ring to write |
| 2592 | * the fence seq number and DMA trap packet to generate |
| 2593 | * an interrupt if needed (r6xx-r7xx). |
| 2594 | */ |
| 2595 | void r600_dma_fence_ring_emit(struct radeon_device *rdev, |
| 2596 | struct radeon_fence *fence) |
| 2597 | { |
| 2598 | struct radeon_ring *ring = &rdev->ring[fence->ring]; |
| 2599 | u64 addr = rdev->fence_drv[fence->ring].gpu_addr; |
Jerome Glisse | 86a1881 | 2012-12-12 16:43:15 -0500 | [diff] [blame] | 2600 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2601 | /* write the fence */ |
| 2602 | radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_FENCE, 0, 0, 0)); |
| 2603 | radeon_ring_write(ring, addr & 0xfffffffc); |
| 2604 | radeon_ring_write(ring, (upper_32_bits(addr) & 0xff)); |
Jerome Glisse | 86a1881 | 2012-12-12 16:43:15 -0500 | [diff] [blame] | 2605 | radeon_ring_write(ring, lower_32_bits(fence->seq)); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2606 | /* generate an interrupt */ |
| 2607 | radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_TRAP, 0, 0, 0)); |
| 2608 | } |
| 2609 | |
| 2610 | /** |
| 2611 | * r600_dma_semaphore_ring_emit - emit a semaphore on the dma ring |
| 2612 | * |
| 2613 | * @rdev: radeon_device pointer |
| 2614 | * @ring: radeon_ring structure holding ring information |
| 2615 | * @semaphore: radeon semaphore object |
| 2616 | * @emit_wait: wait or signal semaphore |
| 2617 | * |
| 2618 | * Add a DMA semaphore packet to the ring wait on or signal |
| 2619 | * other rings (r6xx-SI). |
| 2620 | */ |
| 2621 | void r600_dma_semaphore_ring_emit(struct radeon_device *rdev, |
| 2622 | struct radeon_ring *ring, |
| 2623 | struct radeon_semaphore *semaphore, |
| 2624 | bool emit_wait) |
| 2625 | { |
| 2626 | u64 addr = semaphore->gpu_addr; |
| 2627 | u32 s = emit_wait ? 0 : 1; |
| 2628 | |
| 2629 | radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_SEMAPHORE, 0, s, 0)); |
| 2630 | radeon_ring_write(ring, addr & 0xfffffffc); |
| 2631 | radeon_ring_write(ring, upper_32_bits(addr) & 0xff); |
| 2632 | } |
| 2633 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2634 | int r600_copy_blit(struct radeon_device *rdev, |
Alex Deucher | 003cefe | 2011-09-16 12:04:08 -0400 | [diff] [blame] | 2635 | uint64_t src_offset, |
| 2636 | uint64_t dst_offset, |
| 2637 | unsigned num_gpu_pages, |
Christian König | 876dc9f | 2012-05-08 14:24:01 +0200 | [diff] [blame] | 2638 | struct radeon_fence **fence) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2639 | { |
Christian König | 220907d | 2012-05-10 16:46:43 +0200 | [diff] [blame] | 2640 | struct radeon_semaphore *sem = NULL; |
Christian König | f237750 | 2012-05-09 15:35:01 +0200 | [diff] [blame] | 2641 | struct radeon_sa_bo *vb = NULL; |
Jerome Glisse | ff82f05 | 2010-01-22 15:19:00 +0100 | [diff] [blame] | 2642 | int r; |
| 2643 | |
Christian König | 220907d | 2012-05-10 16:46:43 +0200 | [diff] [blame] | 2644 | r = r600_blit_prepare_copy(rdev, num_gpu_pages, fence, &vb, &sem); |
Jerome Glisse | ff82f05 | 2010-01-22 15:19:00 +0100 | [diff] [blame] | 2645 | if (r) { |
Jerome Glisse | ff82f05 | 2010-01-22 15:19:00 +0100 | [diff] [blame] | 2646 | return r; |
| 2647 | } |
Christian König | f237750 | 2012-05-09 15:35:01 +0200 | [diff] [blame] | 2648 | r600_kms_blit_copy(rdev, src_offset, dst_offset, num_gpu_pages, vb); |
Christian König | 220907d | 2012-05-10 16:46:43 +0200 | [diff] [blame] | 2649 | r600_blit_done_copy(rdev, fence, vb, sem); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2650 | return 0; |
| 2651 | } |
| 2652 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2653 | /** |
| 2654 | * r600_copy_dma - copy pages using the DMA engine |
| 2655 | * |
| 2656 | * @rdev: radeon_device pointer |
| 2657 | * @src_offset: src GPU address |
| 2658 | * @dst_offset: dst GPU address |
| 2659 | * @num_gpu_pages: number of GPU pages to xfer |
| 2660 | * @fence: radeon fence object |
| 2661 | * |
Alex Deucher | 43fb778 | 2013-01-04 09:24:18 -0500 | [diff] [blame] | 2662 | * Copy GPU paging using the DMA engine (r6xx). |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2663 | * Used by the radeon ttm implementation to move pages if |
| 2664 | * registered as the asic copy callback. |
| 2665 | */ |
| 2666 | int r600_copy_dma(struct radeon_device *rdev, |
| 2667 | uint64_t src_offset, uint64_t dst_offset, |
| 2668 | unsigned num_gpu_pages, |
| 2669 | struct radeon_fence **fence) |
| 2670 | { |
| 2671 | struct radeon_semaphore *sem = NULL; |
| 2672 | int ring_index = rdev->asic->copy.dma_ring_index; |
| 2673 | struct radeon_ring *ring = &rdev->ring[ring_index]; |
| 2674 | u32 size_in_dw, cur_size_in_dw; |
| 2675 | int i, num_loops; |
| 2676 | int r = 0; |
| 2677 | |
| 2678 | r = radeon_semaphore_create(rdev, &sem); |
| 2679 | if (r) { |
| 2680 | DRM_ERROR("radeon: moving bo (%d).\n", r); |
| 2681 | return r; |
| 2682 | } |
| 2683 | |
| 2684 | size_in_dw = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT) / 4; |
Alex Deucher | 43fb778 | 2013-01-04 09:24:18 -0500 | [diff] [blame] | 2685 | num_loops = DIV_ROUND_UP(size_in_dw, 0xFFFE); |
| 2686 | r = radeon_ring_lock(rdev, ring, num_loops * 4 + 8); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2687 | if (r) { |
| 2688 | DRM_ERROR("radeon: moving bo (%d).\n", r); |
| 2689 | radeon_semaphore_free(rdev, &sem, NULL); |
| 2690 | return r; |
| 2691 | } |
| 2692 | |
| 2693 | if (radeon_fence_need_sync(*fence, ring->idx)) { |
| 2694 | radeon_semaphore_sync_rings(rdev, sem, (*fence)->ring, |
| 2695 | ring->idx); |
| 2696 | radeon_fence_note_sync(*fence, ring->idx); |
| 2697 | } else { |
| 2698 | radeon_semaphore_free(rdev, &sem, NULL); |
| 2699 | } |
| 2700 | |
| 2701 | for (i = 0; i < num_loops; i++) { |
| 2702 | cur_size_in_dw = size_in_dw; |
Alex Deucher | 909d9eb | 2013-01-02 18:30:21 -0500 | [diff] [blame] | 2703 | if (cur_size_in_dw > 0xFFFE) |
| 2704 | cur_size_in_dw = 0xFFFE; |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2705 | size_in_dw -= cur_size_in_dw; |
| 2706 | radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 0, 0, cur_size_in_dw)); |
| 2707 | radeon_ring_write(ring, dst_offset & 0xfffffffc); |
| 2708 | radeon_ring_write(ring, src_offset & 0xfffffffc); |
Alex Deucher | 43fb778 | 2013-01-04 09:24:18 -0500 | [diff] [blame] | 2709 | radeon_ring_write(ring, (((upper_32_bits(dst_offset) & 0xff) << 16) | |
| 2710 | (upper_32_bits(src_offset) & 0xff))); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2711 | src_offset += cur_size_in_dw * 4; |
| 2712 | dst_offset += cur_size_in_dw * 4; |
| 2713 | } |
| 2714 | |
| 2715 | r = radeon_fence_emit(rdev, fence, ring->idx); |
| 2716 | if (r) { |
| 2717 | radeon_ring_unlock_undo(rdev, ring); |
| 2718 | return r; |
| 2719 | } |
| 2720 | |
| 2721 | radeon_ring_unlock_commit(rdev, ring); |
| 2722 | radeon_semaphore_free(rdev, &sem, *fence); |
| 2723 | |
| 2724 | return r; |
| 2725 | } |
| 2726 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2727 | int r600_set_surface_reg(struct radeon_device *rdev, int reg, |
| 2728 | uint32_t tiling_flags, uint32_t pitch, |
| 2729 | uint32_t offset, uint32_t obj_size) |
| 2730 | { |
| 2731 | /* FIXME: implement */ |
| 2732 | return 0; |
| 2733 | } |
| 2734 | |
| 2735 | void r600_clear_surface_reg(struct radeon_device *rdev, int reg) |
| 2736 | { |
| 2737 | /* FIXME: implement */ |
| 2738 | } |
| 2739 | |
Lauri Kasanen | 1109ca0 | 2012-08-31 13:43:50 -0400 | [diff] [blame] | 2740 | static int r600_startup(struct radeon_device *rdev) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2741 | { |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2742 | struct radeon_ring *ring; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2743 | int r; |
| 2744 | |
Alex Deucher | 9e46a48 | 2011-01-06 18:49:35 -0500 | [diff] [blame] | 2745 | /* enable pcie gen2 link */ |
| 2746 | r600_pcie_gen2_enable(rdev); |
| 2747 | |
Alex Deucher | 779720a | 2009-12-09 19:31:44 -0500 | [diff] [blame] | 2748 | if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw) { |
| 2749 | r = r600_init_microcode(rdev); |
| 2750 | if (r) { |
| 2751 | DRM_ERROR("Failed to load firmware!\n"); |
| 2752 | return r; |
| 2753 | } |
| 2754 | } |
| 2755 | |
Alex Deucher | 16cdf04 | 2011-10-28 10:30:02 -0400 | [diff] [blame] | 2756 | r = r600_vram_scratch_init(rdev); |
| 2757 | if (r) |
| 2758 | return r; |
| 2759 | |
Jerome Glisse | a3c1945 | 2009-10-01 18:02:13 +0200 | [diff] [blame] | 2760 | r600_mc_program(rdev); |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 2761 | if (rdev->flags & RADEON_IS_AGP) { |
| 2762 | r600_agp_enable(rdev); |
| 2763 | } else { |
| 2764 | r = r600_pcie_gart_enable(rdev); |
| 2765 | if (r) |
| 2766 | return r; |
| 2767 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2768 | r600_gpu_init(rdev); |
Jerome Glisse | c38c7b6 | 2010-02-04 17:27:27 +0100 | [diff] [blame] | 2769 | r = r600_blit_init(rdev); |
| 2770 | if (r) { |
| 2771 | r600_blit_fini(rdev); |
Alex Deucher | 27cd776 | 2012-02-23 17:53:42 -0500 | [diff] [blame] | 2772 | rdev->asic->copy.copy = NULL; |
Jerome Glisse | c38c7b6 | 2010-02-04 17:27:27 +0100 | [diff] [blame] | 2773 | dev_warn(rdev->dev, "failed blitter (%d) falling back to memcpy\n", r); |
| 2774 | } |
Alex Deucher | b70d6bb | 2010-08-06 21:36:58 -0400 | [diff] [blame] | 2775 | |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2776 | /* allocate wb buffer */ |
| 2777 | r = radeon_wb_init(rdev); |
| 2778 | if (r) |
| 2779 | return r; |
| 2780 | |
Jerome Glisse | 30eb77f | 2011-11-20 20:45:34 +0000 | [diff] [blame] | 2781 | r = radeon_fence_driver_start_ring(rdev, RADEON_RING_TYPE_GFX_INDEX); |
| 2782 | if (r) { |
| 2783 | dev_err(rdev->dev, "failed initializing CP fences (%d).\n", r); |
| 2784 | return r; |
| 2785 | } |
| 2786 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2787 | r = radeon_fence_driver_start_ring(rdev, R600_RING_TYPE_DMA_INDEX); |
| 2788 | if (r) { |
| 2789 | dev_err(rdev->dev, "failed initializing DMA fences (%d).\n", r); |
| 2790 | return r; |
| 2791 | } |
| 2792 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2793 | /* Enable IRQ */ |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2794 | r = r600_irq_init(rdev); |
| 2795 | if (r) { |
| 2796 | DRM_ERROR("radeon: IH init failed (%d).\n", r); |
| 2797 | radeon_irq_kms_fini(rdev); |
| 2798 | return r; |
| 2799 | } |
| 2800 | r600_irq_set(rdev); |
| 2801 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2802 | ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2803 | r = radeon_ring_init(rdev, ring, ring->ring_size, RADEON_WB_CP_RPTR_OFFSET, |
Alex Deucher | 78c5560 | 2011-11-17 14:25:56 -0500 | [diff] [blame] | 2804 | R600_CP_RB_RPTR, R600_CP_RB_WPTR, |
| 2805 | 0, 0xfffff, RADEON_CP_PACKET2); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2806 | if (r) |
| 2807 | return r; |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2808 | |
| 2809 | ring = &rdev->ring[R600_RING_TYPE_DMA_INDEX]; |
| 2810 | r = radeon_ring_init(rdev, ring, ring->ring_size, R600_WB_DMA_RPTR_OFFSET, |
| 2811 | DMA_RB_RPTR, DMA_RB_WPTR, |
| 2812 | 2, 0x3fffc, DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); |
| 2813 | if (r) |
| 2814 | return r; |
| 2815 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2816 | r = r600_cp_load_microcode(rdev); |
| 2817 | if (r) |
| 2818 | return r; |
| 2819 | r = r600_cp_resume(rdev); |
| 2820 | if (r) |
| 2821 | return r; |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2822 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2823 | r = r600_dma_resume(rdev); |
| 2824 | if (r) |
| 2825 | return r; |
| 2826 | |
Christian König | 2898c34 | 2012-07-05 11:55:34 +0200 | [diff] [blame] | 2827 | r = radeon_ib_pool_init(rdev); |
| 2828 | if (r) { |
| 2829 | dev_err(rdev->dev, "IB initialization failed (%d).\n", r); |
Jerome Glisse | b15ba51 | 2011-11-15 11:48:34 -0500 | [diff] [blame] | 2830 | return r; |
Christian König | 2898c34 | 2012-07-05 11:55:34 +0200 | [diff] [blame] | 2831 | } |
Jerome Glisse | b15ba51 | 2011-11-15 11:48:34 -0500 | [diff] [blame] | 2832 | |
Alex Deucher | d4e30ef | 2012-06-04 17:18:51 -0400 | [diff] [blame] | 2833 | r = r600_audio_init(rdev); |
| 2834 | if (r) { |
| 2835 | DRM_ERROR("radeon: audio init failed\n"); |
| 2836 | return r; |
| 2837 | } |
| 2838 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2839 | return 0; |
| 2840 | } |
| 2841 | |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 2842 | void r600_vga_set_state(struct radeon_device *rdev, bool state) |
| 2843 | { |
| 2844 | uint32_t temp; |
| 2845 | |
| 2846 | temp = RREG32(CONFIG_CNTL); |
| 2847 | if (state == false) { |
| 2848 | temp &= ~(1<<0); |
| 2849 | temp |= (1<<1); |
| 2850 | } else { |
| 2851 | temp &= ~(1<<1); |
| 2852 | } |
| 2853 | WREG32(CONFIG_CNTL, temp); |
| 2854 | } |
| 2855 | |
Dave Airlie | fc30b8e | 2009-09-18 15:19:37 +1000 | [diff] [blame] | 2856 | int r600_resume(struct radeon_device *rdev) |
| 2857 | { |
| 2858 | int r; |
| 2859 | |
Jerome Glisse | 1a029b7 | 2009-10-06 19:04:30 +0200 | [diff] [blame] | 2860 | /* Do not reset GPU before posting, on r600 hw unlike on r500 hw, |
| 2861 | * posting will perform necessary task to bring back GPU into good |
| 2862 | * shape. |
| 2863 | */ |
Dave Airlie | fc30b8e | 2009-09-18 15:19:37 +1000 | [diff] [blame] | 2864 | /* post card */ |
Jerome Glisse | e7d40b9 | 2009-10-01 18:02:15 +0200 | [diff] [blame] | 2865 | atom_asic_init(rdev->mode_info.atom_context); |
Dave Airlie | fc30b8e | 2009-09-18 15:19:37 +1000 | [diff] [blame] | 2866 | |
Jerome Glisse | b15ba51 | 2011-11-15 11:48:34 -0500 | [diff] [blame] | 2867 | rdev->accel_working = true; |
Dave Airlie | fc30b8e | 2009-09-18 15:19:37 +1000 | [diff] [blame] | 2868 | r = r600_startup(rdev); |
| 2869 | if (r) { |
| 2870 | DRM_ERROR("r600 startup failed on resume\n"); |
Jerome Glisse | 6b7746e | 2012-02-20 17:57:20 -0500 | [diff] [blame] | 2871 | rdev->accel_working = false; |
Dave Airlie | fc30b8e | 2009-09-18 15:19:37 +1000 | [diff] [blame] | 2872 | return r; |
| 2873 | } |
| 2874 | |
Dave Airlie | fc30b8e | 2009-09-18 15:19:37 +1000 | [diff] [blame] | 2875 | return r; |
| 2876 | } |
| 2877 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2878 | int r600_suspend(struct radeon_device *rdev) |
| 2879 | { |
Rafał Miłecki | 38fd2c6 | 2010-01-28 18:16:30 +0100 | [diff] [blame] | 2880 | r600_audio_fini(rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2881 | r600_cp_stop(rdev); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2882 | r600_dma_stop(rdev); |
Jerome Glisse | 0c45249 | 2010-01-15 14:44:37 +0100 | [diff] [blame] | 2883 | r600_irq_suspend(rdev); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2884 | radeon_wb_disable(rdev); |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 2885 | r600_pcie_gart_disable(rdev); |
Alex Deucher | 6ddddfe | 2011-10-14 10:51:22 -0400 | [diff] [blame] | 2886 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2887 | return 0; |
| 2888 | } |
| 2889 | |
| 2890 | /* Plan is to move initialization in that function and use |
| 2891 | * helper function so that radeon_device_init pretty much |
| 2892 | * do nothing more than calling asic specific function. This |
| 2893 | * should also allow to remove a bunch of callback function |
| 2894 | * like vram_info. |
| 2895 | */ |
| 2896 | int r600_init(struct radeon_device *rdev) |
| 2897 | { |
| 2898 | int r; |
| 2899 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2900 | if (r600_debugfs_mc_info_init(rdev)) { |
| 2901 | DRM_ERROR("Failed to register debugfs file for mc !\n"); |
| 2902 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2903 | /* Read BIOS */ |
| 2904 | if (!radeon_get_bios(rdev)) { |
| 2905 | if (ASIC_IS_AVIVO(rdev)) |
| 2906 | return -EINVAL; |
| 2907 | } |
| 2908 | /* Must be an ATOMBIOS */ |
Jerome Glisse | e7d40b9 | 2009-10-01 18:02:15 +0200 | [diff] [blame] | 2909 | if (!rdev->is_atom_bios) { |
| 2910 | dev_err(rdev->dev, "Expecting atombios for R600 GPU\n"); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2911 | return -EINVAL; |
Jerome Glisse | e7d40b9 | 2009-10-01 18:02:15 +0200 | [diff] [blame] | 2912 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2913 | r = radeon_atombios_init(rdev); |
| 2914 | if (r) |
| 2915 | return r; |
| 2916 | /* Post card if necessary */ |
Alex Deucher | fd909c3 | 2011-01-11 18:08:59 -0500 | [diff] [blame] | 2917 | if (!radeon_card_posted(rdev)) { |
Dave Airlie | 72542d7 | 2009-12-01 14:06:31 +1000 | [diff] [blame] | 2918 | if (!rdev->bios) { |
| 2919 | dev_err(rdev->dev, "Card not posted and no BIOS - ignoring\n"); |
| 2920 | return -EINVAL; |
| 2921 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2922 | DRM_INFO("GPU not posted. posting now...\n"); |
| 2923 | atom_asic_init(rdev->mode_info.atom_context); |
| 2924 | } |
| 2925 | /* Initialize scratch registers */ |
| 2926 | r600_scratch_init(rdev); |
| 2927 | /* Initialize surface registers */ |
| 2928 | radeon_surface_init(rdev); |
Rafał Miłecki | 7433874 | 2009-11-03 00:53:02 +0100 | [diff] [blame] | 2929 | /* Initialize clocks */ |
Michel Dänzer | 5e6dde7 | 2009-09-17 09:42:28 +0200 | [diff] [blame] | 2930 | radeon_get_clock_info(rdev->ddev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2931 | /* Fence driver */ |
Jerome Glisse | 30eb77f | 2011-11-20 20:45:34 +0000 | [diff] [blame] | 2932 | r = radeon_fence_driver_init(rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2933 | if (r) |
| 2934 | return r; |
Jerome Glisse | 700a0cc | 2010-01-13 15:16:38 +0100 | [diff] [blame] | 2935 | if (rdev->flags & RADEON_IS_AGP) { |
| 2936 | r = radeon_agp_init(rdev); |
| 2937 | if (r) |
| 2938 | radeon_agp_disable(rdev); |
| 2939 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2940 | r = r600_mc_init(rdev); |
Jerome Glisse | b574f25 | 2009-10-06 19:04:29 +0200 | [diff] [blame] | 2941 | if (r) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2942 | return r; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2943 | /* Memory manager */ |
Jerome Glisse | 4c78867 | 2009-11-20 14:29:23 +0100 | [diff] [blame] | 2944 | r = radeon_bo_init(rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2945 | if (r) |
| 2946 | return r; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2947 | |
| 2948 | r = radeon_irq_kms_init(rdev); |
| 2949 | if (r) |
| 2950 | return r; |
| 2951 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 2952 | rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ring_obj = NULL; |
| 2953 | r600_ring_init(rdev, &rdev->ring[RADEON_RING_TYPE_GFX_INDEX], 1024 * 1024); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2954 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2955 | rdev->ring[R600_RING_TYPE_DMA_INDEX].ring_obj = NULL; |
| 2956 | r600_ring_init(rdev, &rdev->ring[R600_RING_TYPE_DMA_INDEX], 64 * 1024); |
| 2957 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2958 | rdev->ih.ring_obj = NULL; |
| 2959 | r600_ih_ring_init(rdev, 64 * 1024); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2960 | |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 2961 | r = r600_pcie_gart_init(rdev); |
| 2962 | if (r) |
| 2963 | return r; |
| 2964 | |
Alex Deucher | 779720a | 2009-12-09 19:31:44 -0500 | [diff] [blame] | 2965 | rdev->accel_working = true; |
Dave Airlie | fc30b8e | 2009-09-18 15:19:37 +1000 | [diff] [blame] | 2966 | r = r600_startup(rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2967 | if (r) { |
Jerome Glisse | 655efd3 | 2010-02-02 11:51:45 +0100 | [diff] [blame] | 2968 | dev_err(rdev->dev, "disabling GPU acceleration\n"); |
| 2969 | r600_cp_fini(rdev); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2970 | r600_dma_fini(rdev); |
Jerome Glisse | 655efd3 | 2010-02-02 11:51:45 +0100 | [diff] [blame] | 2971 | r600_irq_fini(rdev); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2972 | radeon_wb_fini(rdev); |
Christian König | 2898c34 | 2012-07-05 11:55:34 +0200 | [diff] [blame] | 2973 | radeon_ib_pool_fini(rdev); |
Jerome Glisse | 655efd3 | 2010-02-02 11:51:45 +0100 | [diff] [blame] | 2974 | radeon_irq_kms_fini(rdev); |
Jerome Glisse | 75c8129 | 2009-10-01 18:02:14 +0200 | [diff] [blame] | 2975 | r600_pcie_gart_fini(rdev); |
Jerome Glisse | 733289c | 2009-09-16 15:24:21 +0200 | [diff] [blame] | 2976 | rdev->accel_working = false; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2977 | } |
Christian Koenig | dafc3bd | 2009-10-11 23:49:13 +0200 | [diff] [blame] | 2978 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2979 | return 0; |
| 2980 | } |
| 2981 | |
| 2982 | void r600_fini(struct radeon_device *rdev) |
| 2983 | { |
Christian Koenig | dafc3bd | 2009-10-11 23:49:13 +0200 | [diff] [blame] | 2984 | r600_audio_fini(rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2985 | r600_blit_fini(rdev); |
Jerome Glisse | 655efd3 | 2010-02-02 11:51:45 +0100 | [diff] [blame] | 2986 | r600_cp_fini(rdev); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 2987 | r600_dma_fini(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2988 | r600_irq_fini(rdev); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 2989 | radeon_wb_fini(rdev); |
Christian König | 2898c34 | 2012-07-05 11:55:34 +0200 | [diff] [blame] | 2990 | radeon_ib_pool_fini(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 2991 | radeon_irq_kms_fini(rdev); |
Jerome Glisse | 4aac047 | 2009-09-14 18:29:49 +0200 | [diff] [blame] | 2992 | r600_pcie_gart_fini(rdev); |
Alex Deucher | 16cdf04 | 2011-10-28 10:30:02 -0400 | [diff] [blame] | 2993 | r600_vram_scratch_fini(rdev); |
Jerome Glisse | 655efd3 | 2010-02-02 11:51:45 +0100 | [diff] [blame] | 2994 | radeon_agp_fini(rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2995 | radeon_gem_fini(rdev); |
| 2996 | radeon_fence_driver_fini(rdev); |
Jerome Glisse | 4c78867 | 2009-11-20 14:29:23 +0100 | [diff] [blame] | 2997 | radeon_bo_fini(rdev); |
Jerome Glisse | e7d40b9 | 2009-10-01 18:02:15 +0200 | [diff] [blame] | 2998 | radeon_atombios_fini(rdev); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 2999 | kfree(rdev->bios); |
| 3000 | rdev->bios = NULL; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3001 | } |
| 3002 | |
| 3003 | |
| 3004 | /* |
| 3005 | * CS stuff |
| 3006 | */ |
| 3007 | void r600_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib) |
| 3008 | { |
Christian König | 876dc9f | 2012-05-08 14:24:01 +0200 | [diff] [blame] | 3009 | struct radeon_ring *ring = &rdev->ring[ib->ring]; |
Alex Deucher | 89d3580 | 2012-07-17 14:02:31 -0400 | [diff] [blame] | 3010 | u32 next_rptr; |
Christian König | 7b1f248 | 2011-09-23 15:11:23 +0200 | [diff] [blame] | 3011 | |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 3012 | if (ring->rptr_save_reg) { |
Alex Deucher | 89d3580 | 2012-07-17 14:02:31 -0400 | [diff] [blame] | 3013 | next_rptr = ring->wptr + 3 + 4; |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 3014 | radeon_ring_write(ring, PACKET3(PACKET3_SET_CONFIG_REG, 1)); |
| 3015 | radeon_ring_write(ring, ((ring->rptr_save_reg - |
| 3016 | PACKET3_SET_CONFIG_REG_OFFSET) >> 2)); |
| 3017 | radeon_ring_write(ring, next_rptr); |
Alex Deucher | 89d3580 | 2012-07-17 14:02:31 -0400 | [diff] [blame] | 3018 | } else if (rdev->wb.enabled) { |
| 3019 | next_rptr = ring->wptr + 5 + 4; |
| 3020 | radeon_ring_write(ring, PACKET3(PACKET3_MEM_WRITE, 3)); |
| 3021 | radeon_ring_write(ring, ring->next_rptr_gpu_addr & 0xfffffffc); |
| 3022 | radeon_ring_write(ring, (upper_32_bits(ring->next_rptr_gpu_addr) & 0xff) | (1 << 18)); |
| 3023 | radeon_ring_write(ring, next_rptr); |
| 3024 | radeon_ring_write(ring, 0); |
Christian König | 45df680 | 2012-07-06 16:22:55 +0200 | [diff] [blame] | 3025 | } |
| 3026 | |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 3027 | radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); |
| 3028 | radeon_ring_write(ring, |
Cédric Cano | 4eace7f | 2011-02-11 19:45:38 -0500 | [diff] [blame] | 3029 | #ifdef __BIG_ENDIAN |
| 3030 | (2 << 0) | |
| 3031 | #endif |
| 3032 | (ib->gpu_addr & 0xFFFFFFFC)); |
Christian König | e32eb50 | 2011-10-23 12:56:27 +0200 | [diff] [blame] | 3033 | radeon_ring_write(ring, upper_32_bits(ib->gpu_addr) & 0xFF); |
| 3034 | radeon_ring_write(ring, ib->length_dw); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3035 | } |
| 3036 | |
Alex Deucher | f712812 | 2012-02-23 17:53:45 -0500 | [diff] [blame] | 3037 | int r600_ib_test(struct radeon_device *rdev, struct radeon_ring *ring) |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3038 | { |
Jerome Glisse | f2e3922 | 2012-05-09 15:35:02 +0200 | [diff] [blame] | 3039 | struct radeon_ib ib; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3040 | uint32_t scratch; |
| 3041 | uint32_t tmp = 0; |
| 3042 | unsigned i; |
| 3043 | int r; |
| 3044 | |
| 3045 | r = radeon_scratch_get(rdev, &scratch); |
| 3046 | if (r) { |
| 3047 | DRM_ERROR("radeon: failed to get scratch reg (%d).\n", r); |
| 3048 | return r; |
| 3049 | } |
| 3050 | WREG32(scratch, 0xCAFEDEAD); |
Christian König | 4bf3dd9 | 2012-08-06 18:57:44 +0200 | [diff] [blame] | 3051 | r = radeon_ib_get(rdev, ring->idx, &ib, NULL, 256); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3052 | if (r) { |
| 3053 | DRM_ERROR("radeon: failed to get ib (%d).\n", r); |
Michel Dänzer | af026c5 | 2012-09-20 10:31:10 +0200 | [diff] [blame] | 3054 | goto free_scratch; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3055 | } |
Jerome Glisse | f2e3922 | 2012-05-09 15:35:02 +0200 | [diff] [blame] | 3056 | ib.ptr[0] = PACKET3(PACKET3_SET_CONFIG_REG, 1); |
| 3057 | ib.ptr[1] = ((scratch - PACKET3_SET_CONFIG_REG_OFFSET) >> 2); |
| 3058 | ib.ptr[2] = 0xDEADBEEF; |
| 3059 | ib.length_dw = 3; |
Christian König | 4ef7256 | 2012-07-13 13:06:00 +0200 | [diff] [blame] | 3060 | r = radeon_ib_schedule(rdev, &ib, NULL); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3061 | if (r) { |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3062 | DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); |
Michel Dänzer | af026c5 | 2012-09-20 10:31:10 +0200 | [diff] [blame] | 3063 | goto free_ib; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3064 | } |
Jerome Glisse | f2e3922 | 2012-05-09 15:35:02 +0200 | [diff] [blame] | 3065 | r = radeon_fence_wait(ib.fence, false); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3066 | if (r) { |
| 3067 | DRM_ERROR("radeon: fence wait failed (%d).\n", r); |
Michel Dänzer | af026c5 | 2012-09-20 10:31:10 +0200 | [diff] [blame] | 3068 | goto free_ib; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3069 | } |
| 3070 | for (i = 0; i < rdev->usec_timeout; i++) { |
| 3071 | tmp = RREG32(scratch); |
| 3072 | if (tmp == 0xDEADBEEF) |
| 3073 | break; |
| 3074 | DRM_UDELAY(1); |
| 3075 | } |
| 3076 | if (i < rdev->usec_timeout) { |
Jerome Glisse | f2e3922 | 2012-05-09 15:35:02 +0200 | [diff] [blame] | 3077 | DRM_INFO("ib test on ring %d succeeded in %u usecs\n", ib.fence->ring, i); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3078 | } else { |
Daniel J Blueman | 4417d7f | 2010-09-22 17:57:19 +0100 | [diff] [blame] | 3079 | DRM_ERROR("radeon: ib test failed (scratch(0x%04X)=0x%08X)\n", |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3080 | scratch, tmp); |
| 3081 | r = -EINVAL; |
| 3082 | } |
Michel Dänzer | af026c5 | 2012-09-20 10:31:10 +0200 | [diff] [blame] | 3083 | free_ib: |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3084 | radeon_ib_free(rdev, &ib); |
Michel Dänzer | af026c5 | 2012-09-20 10:31:10 +0200 | [diff] [blame] | 3085 | free_scratch: |
| 3086 | radeon_scratch_free(rdev, scratch); |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3087 | return r; |
| 3088 | } |
| 3089 | |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 3090 | /** |
| 3091 | * r600_dma_ib_test - test an IB on the DMA engine |
| 3092 | * |
| 3093 | * @rdev: radeon_device pointer |
| 3094 | * @ring: radeon_ring structure holding ring information |
| 3095 | * |
| 3096 | * Test a simple IB in the DMA ring (r6xx-SI). |
| 3097 | * Returns 0 on success, error on failure. |
| 3098 | */ |
| 3099 | int r600_dma_ib_test(struct radeon_device *rdev, struct radeon_ring *ring) |
| 3100 | { |
| 3101 | struct radeon_ib ib; |
| 3102 | unsigned i; |
| 3103 | int r; |
| 3104 | void __iomem *ptr = (void *)rdev->vram_scratch.ptr; |
| 3105 | u32 tmp = 0; |
| 3106 | |
| 3107 | if (!ptr) { |
| 3108 | DRM_ERROR("invalid vram scratch pointer\n"); |
| 3109 | return -EINVAL; |
| 3110 | } |
| 3111 | |
| 3112 | tmp = 0xCAFEDEAD; |
| 3113 | writel(tmp, ptr); |
| 3114 | |
| 3115 | r = radeon_ib_get(rdev, ring->idx, &ib, NULL, 256); |
| 3116 | if (r) { |
| 3117 | DRM_ERROR("radeon: failed to get ib (%d).\n", r); |
| 3118 | return r; |
| 3119 | } |
| 3120 | |
| 3121 | ib.ptr[0] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1); |
| 3122 | ib.ptr[1] = rdev->vram_scratch.gpu_addr & 0xfffffffc; |
| 3123 | ib.ptr[2] = upper_32_bits(rdev->vram_scratch.gpu_addr) & 0xff; |
| 3124 | ib.ptr[3] = 0xDEADBEEF; |
| 3125 | ib.length_dw = 4; |
| 3126 | |
| 3127 | r = radeon_ib_schedule(rdev, &ib, NULL); |
| 3128 | if (r) { |
| 3129 | radeon_ib_free(rdev, &ib); |
| 3130 | DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); |
| 3131 | return r; |
| 3132 | } |
| 3133 | r = radeon_fence_wait(ib.fence, false); |
| 3134 | if (r) { |
| 3135 | DRM_ERROR("radeon: fence wait failed (%d).\n", r); |
| 3136 | return r; |
| 3137 | } |
| 3138 | for (i = 0; i < rdev->usec_timeout; i++) { |
| 3139 | tmp = readl(ptr); |
| 3140 | if (tmp == 0xDEADBEEF) |
| 3141 | break; |
| 3142 | DRM_UDELAY(1); |
| 3143 | } |
| 3144 | if (i < rdev->usec_timeout) { |
| 3145 | DRM_INFO("ib test on ring %d succeeded in %u usecs\n", ib.fence->ring, i); |
| 3146 | } else { |
| 3147 | DRM_ERROR("radeon: ib test failed (0x%08X)\n", tmp); |
| 3148 | r = -EINVAL; |
| 3149 | } |
| 3150 | radeon_ib_free(rdev, &ib); |
| 3151 | return r; |
| 3152 | } |
| 3153 | |
| 3154 | /** |
| 3155 | * r600_dma_ring_ib_execute - Schedule an IB on the DMA engine |
| 3156 | * |
| 3157 | * @rdev: radeon_device pointer |
| 3158 | * @ib: IB object to schedule |
| 3159 | * |
| 3160 | * Schedule an IB in the DMA ring (r6xx-r7xx). |
| 3161 | */ |
| 3162 | void r600_dma_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib) |
| 3163 | { |
| 3164 | struct radeon_ring *ring = &rdev->ring[ib->ring]; |
| 3165 | |
| 3166 | if (rdev->wb.enabled) { |
| 3167 | u32 next_rptr = ring->wptr + 4; |
| 3168 | while ((next_rptr & 7) != 5) |
| 3169 | next_rptr++; |
| 3170 | next_rptr += 3; |
| 3171 | radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); |
| 3172 | radeon_ring_write(ring, ring->next_rptr_gpu_addr & 0xfffffffc); |
| 3173 | radeon_ring_write(ring, upper_32_bits(ring->next_rptr_gpu_addr) & 0xff); |
| 3174 | radeon_ring_write(ring, next_rptr); |
| 3175 | } |
| 3176 | |
| 3177 | /* The indirect buffer packet must end on an 8 DW boundary in the DMA ring. |
| 3178 | * Pad as necessary with NOPs. |
| 3179 | */ |
| 3180 | while ((ring->wptr & 7) != 5) |
| 3181 | radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); |
| 3182 | radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_INDIRECT_BUFFER, 0, 0, 0)); |
| 3183 | radeon_ring_write(ring, (ib->gpu_addr & 0xFFFFFFE0)); |
| 3184 | radeon_ring_write(ring, (ib->length_dw << 16) | (upper_32_bits(ib->gpu_addr) & 0xFF)); |
| 3185 | |
| 3186 | } |
| 3187 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3188 | /* |
| 3189 | * Interrupts |
| 3190 | * |
| 3191 | * Interrupts use a ring buffer on r6xx/r7xx hardware. It works pretty |
| 3192 | * the same as the CP ring buffer, but in reverse. Rather than the CPU |
| 3193 | * writing to the ring and the GPU consuming, the GPU writes to the ring |
| 3194 | * and host consumes. As the host irq handler processes interrupts, it |
| 3195 | * increments the rptr. When the rptr catches up with the wptr, all the |
| 3196 | * current interrupts have been processed. |
| 3197 | */ |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3198 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3199 | void r600_ih_ring_init(struct radeon_device *rdev, unsigned ring_size) |
| 3200 | { |
| 3201 | u32 rb_bufsz; |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 3202 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3203 | /* Align ring size */ |
| 3204 | rb_bufsz = drm_order(ring_size / 4); |
| 3205 | ring_size = (1 << rb_bufsz) * 4; |
| 3206 | rdev->ih.ring_size = ring_size; |
Jerome Glisse | 0c45249 | 2010-01-15 14:44:37 +0100 | [diff] [blame] | 3207 | rdev->ih.ptr_mask = rdev->ih.ring_size - 1; |
| 3208 | rdev->ih.rptr = 0; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3209 | } |
| 3210 | |
Alex Deucher | 25a857f | 2012-03-20 17:18:22 -0400 | [diff] [blame] | 3211 | int r600_ih_ring_alloc(struct radeon_device *rdev) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3212 | { |
| 3213 | int r; |
| 3214 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3215 | /* Allocate ring buffer */ |
| 3216 | if (rdev->ih.ring_obj == NULL) { |
Daniel Vetter | 441921d | 2011-02-18 17:59:16 +0100 | [diff] [blame] | 3217 | r = radeon_bo_create(rdev, rdev->ih.ring_size, |
Alex Deucher | 268b251 | 2010-11-17 19:00:26 -0500 | [diff] [blame] | 3218 | PAGE_SIZE, true, |
Jerome Glisse | 4c78867 | 2009-11-20 14:29:23 +0100 | [diff] [blame] | 3219 | RADEON_GEM_DOMAIN_GTT, |
Alex Deucher | 40f5cf9 | 2012-05-10 18:33:13 -0400 | [diff] [blame] | 3220 | NULL, &rdev->ih.ring_obj); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3221 | if (r) { |
| 3222 | DRM_ERROR("radeon: failed to create ih ring buffer (%d).\n", r); |
| 3223 | return r; |
| 3224 | } |
Jerome Glisse | 4c78867 | 2009-11-20 14:29:23 +0100 | [diff] [blame] | 3225 | r = radeon_bo_reserve(rdev->ih.ring_obj, false); |
| 3226 | if (unlikely(r != 0)) |
| 3227 | return r; |
| 3228 | r = radeon_bo_pin(rdev->ih.ring_obj, |
| 3229 | RADEON_GEM_DOMAIN_GTT, |
| 3230 | &rdev->ih.gpu_addr); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3231 | if (r) { |
Jerome Glisse | 4c78867 | 2009-11-20 14:29:23 +0100 | [diff] [blame] | 3232 | radeon_bo_unreserve(rdev->ih.ring_obj); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3233 | DRM_ERROR("radeon: failed to pin ih ring buffer (%d).\n", r); |
| 3234 | return r; |
| 3235 | } |
Jerome Glisse | 4c78867 | 2009-11-20 14:29:23 +0100 | [diff] [blame] | 3236 | r = radeon_bo_kmap(rdev->ih.ring_obj, |
| 3237 | (void **)&rdev->ih.ring); |
| 3238 | radeon_bo_unreserve(rdev->ih.ring_obj); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3239 | if (r) { |
| 3240 | DRM_ERROR("radeon: failed to map ih ring buffer (%d).\n", r); |
| 3241 | return r; |
| 3242 | } |
| 3243 | } |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3244 | return 0; |
| 3245 | } |
| 3246 | |
Alex Deucher | 25a857f | 2012-03-20 17:18:22 -0400 | [diff] [blame] | 3247 | void r600_ih_ring_fini(struct radeon_device *rdev) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3248 | { |
Jerome Glisse | 4c78867 | 2009-11-20 14:29:23 +0100 | [diff] [blame] | 3249 | int r; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3250 | if (rdev->ih.ring_obj) { |
Jerome Glisse | 4c78867 | 2009-11-20 14:29:23 +0100 | [diff] [blame] | 3251 | r = radeon_bo_reserve(rdev->ih.ring_obj, false); |
| 3252 | if (likely(r == 0)) { |
| 3253 | radeon_bo_kunmap(rdev->ih.ring_obj); |
| 3254 | radeon_bo_unpin(rdev->ih.ring_obj); |
| 3255 | radeon_bo_unreserve(rdev->ih.ring_obj); |
| 3256 | } |
| 3257 | radeon_bo_unref(&rdev->ih.ring_obj); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3258 | rdev->ih.ring = NULL; |
| 3259 | rdev->ih.ring_obj = NULL; |
| 3260 | } |
| 3261 | } |
| 3262 | |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 3263 | void r600_rlc_stop(struct radeon_device *rdev) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3264 | { |
| 3265 | |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 3266 | if ((rdev->family >= CHIP_RV770) && |
| 3267 | (rdev->family <= CHIP_RV740)) { |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3268 | /* r7xx asics need to soft reset RLC before halting */ |
| 3269 | WREG32(SRBM_SOFT_RESET, SOFT_RESET_RLC); |
| 3270 | RREG32(SRBM_SOFT_RESET); |
Arnd Bergmann | 4de833c | 2012-04-05 12:58:22 -0600 | [diff] [blame] | 3271 | mdelay(15); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3272 | WREG32(SRBM_SOFT_RESET, 0); |
| 3273 | RREG32(SRBM_SOFT_RESET); |
| 3274 | } |
| 3275 | |
| 3276 | WREG32(RLC_CNTL, 0); |
| 3277 | } |
| 3278 | |
| 3279 | static void r600_rlc_start(struct radeon_device *rdev) |
| 3280 | { |
| 3281 | WREG32(RLC_CNTL, RLC_ENABLE); |
| 3282 | } |
| 3283 | |
| 3284 | static int r600_rlc_init(struct radeon_device *rdev) |
| 3285 | { |
| 3286 | u32 i; |
| 3287 | const __be32 *fw_data; |
| 3288 | |
| 3289 | if (!rdev->rlc_fw) |
| 3290 | return -EINVAL; |
| 3291 | |
| 3292 | r600_rlc_stop(rdev); |
| 3293 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3294 | WREG32(RLC_HB_CNTL, 0); |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 3295 | |
| 3296 | if (rdev->family == CHIP_ARUBA) { |
| 3297 | WREG32(TN_RLC_SAVE_AND_RESTORE_BASE, rdev->rlc.save_restore_gpu_addr >> 8); |
| 3298 | WREG32(TN_RLC_CLEAR_STATE_RESTORE_BASE, rdev->rlc.clear_state_gpu_addr >> 8); |
| 3299 | } |
| 3300 | if (rdev->family <= CHIP_CAYMAN) { |
| 3301 | WREG32(RLC_HB_BASE, 0); |
| 3302 | WREG32(RLC_HB_RPTR, 0); |
| 3303 | WREG32(RLC_HB_WPTR, 0); |
| 3304 | } |
Alex Deucher | 1272780 | 2011-03-02 20:07:32 -0500 | [diff] [blame] | 3305 | if (rdev->family <= CHIP_CAICOS) { |
| 3306 | WREG32(RLC_HB_WPTR_LSB_ADDR, 0); |
| 3307 | WREG32(RLC_HB_WPTR_MSB_ADDR, 0); |
| 3308 | } |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3309 | WREG32(RLC_MC_CNTL, 0); |
| 3310 | WREG32(RLC_UCODE_CNTL, 0); |
| 3311 | |
| 3312 | fw_data = (const __be32 *)rdev->rlc_fw->data; |
Alex Deucher | c420c74 | 2012-03-20 17:18:39 -0400 | [diff] [blame] | 3313 | if (rdev->family >= CHIP_ARUBA) { |
| 3314 | for (i = 0; i < ARUBA_RLC_UCODE_SIZE; i++) { |
| 3315 | WREG32(RLC_UCODE_ADDR, i); |
| 3316 | WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++)); |
| 3317 | } |
| 3318 | } else if (rdev->family >= CHIP_CAYMAN) { |
Alex Deucher | 1272780 | 2011-03-02 20:07:32 -0500 | [diff] [blame] | 3319 | for (i = 0; i < CAYMAN_RLC_UCODE_SIZE; i++) { |
| 3320 | WREG32(RLC_UCODE_ADDR, i); |
| 3321 | WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++)); |
| 3322 | } |
| 3323 | } else if (rdev->family >= CHIP_CEDAR) { |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 3324 | for (i = 0; i < EVERGREEN_RLC_UCODE_SIZE; i++) { |
| 3325 | WREG32(RLC_UCODE_ADDR, i); |
| 3326 | WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++)); |
| 3327 | } |
| 3328 | } else if (rdev->family >= CHIP_RV770) { |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3329 | for (i = 0; i < R700_RLC_UCODE_SIZE; i++) { |
| 3330 | WREG32(RLC_UCODE_ADDR, i); |
| 3331 | WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++)); |
| 3332 | } |
| 3333 | } else { |
| 3334 | for (i = 0; i < RLC_UCODE_SIZE; i++) { |
| 3335 | WREG32(RLC_UCODE_ADDR, i); |
| 3336 | WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++)); |
| 3337 | } |
| 3338 | } |
| 3339 | WREG32(RLC_UCODE_ADDR, 0); |
| 3340 | |
| 3341 | r600_rlc_start(rdev); |
| 3342 | |
| 3343 | return 0; |
| 3344 | } |
| 3345 | |
| 3346 | static void r600_enable_interrupts(struct radeon_device *rdev) |
| 3347 | { |
| 3348 | u32 ih_cntl = RREG32(IH_CNTL); |
| 3349 | u32 ih_rb_cntl = RREG32(IH_RB_CNTL); |
| 3350 | |
| 3351 | ih_cntl |= ENABLE_INTR; |
| 3352 | ih_rb_cntl |= IH_RB_ENABLE; |
| 3353 | WREG32(IH_CNTL, ih_cntl); |
| 3354 | WREG32(IH_RB_CNTL, ih_rb_cntl); |
| 3355 | rdev->ih.enabled = true; |
| 3356 | } |
| 3357 | |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 3358 | void r600_disable_interrupts(struct radeon_device *rdev) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3359 | { |
| 3360 | u32 ih_rb_cntl = RREG32(IH_RB_CNTL); |
| 3361 | u32 ih_cntl = RREG32(IH_CNTL); |
| 3362 | |
| 3363 | ih_rb_cntl &= ~IH_RB_ENABLE; |
| 3364 | ih_cntl &= ~ENABLE_INTR; |
| 3365 | WREG32(IH_RB_CNTL, ih_rb_cntl); |
| 3366 | WREG32(IH_CNTL, ih_cntl); |
| 3367 | /* set rptr, wptr to 0 */ |
| 3368 | WREG32(IH_RB_RPTR, 0); |
| 3369 | WREG32(IH_RB_WPTR, 0); |
| 3370 | rdev->ih.enabled = false; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3371 | rdev->ih.rptr = 0; |
| 3372 | } |
| 3373 | |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3374 | static void r600_disable_interrupt_state(struct radeon_device *rdev) |
| 3375 | { |
| 3376 | u32 tmp; |
| 3377 | |
Alex Deucher | 3555e53 | 2010-10-08 12:09:12 -0400 | [diff] [blame] | 3378 | WREG32(CP_INT_CNTL, CNTX_BUSY_INT_ENABLE | CNTX_EMPTY_INT_ENABLE); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 3379 | tmp = RREG32(DMA_CNTL) & ~TRAP_ENABLE; |
| 3380 | WREG32(DMA_CNTL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3381 | WREG32(GRBM_INT_CNTL, 0); |
| 3382 | WREG32(DxMODE_INT_MASK, 0); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3383 | WREG32(D1GRPH_INTERRUPT_CONTROL, 0); |
| 3384 | WREG32(D2GRPH_INTERRUPT_CONTROL, 0); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3385 | if (ASIC_IS_DCE3(rdev)) { |
| 3386 | WREG32(DCE3_DACA_AUTODETECT_INT_CONTROL, 0); |
| 3387 | WREG32(DCE3_DACB_AUTODETECT_INT_CONTROL, 0); |
| 3388 | tmp = RREG32(DC_HPD1_INT_CONTROL) & DC_HPDx_INT_POLARITY; |
| 3389 | WREG32(DC_HPD1_INT_CONTROL, tmp); |
| 3390 | tmp = RREG32(DC_HPD2_INT_CONTROL) & DC_HPDx_INT_POLARITY; |
| 3391 | WREG32(DC_HPD2_INT_CONTROL, tmp); |
| 3392 | tmp = RREG32(DC_HPD3_INT_CONTROL) & DC_HPDx_INT_POLARITY; |
| 3393 | WREG32(DC_HPD3_INT_CONTROL, tmp); |
| 3394 | tmp = RREG32(DC_HPD4_INT_CONTROL) & DC_HPDx_INT_POLARITY; |
| 3395 | WREG32(DC_HPD4_INT_CONTROL, tmp); |
| 3396 | if (ASIC_IS_DCE32(rdev)) { |
| 3397 | tmp = RREG32(DC_HPD5_INT_CONTROL) & DC_HPDx_INT_POLARITY; |
Alex Deucher | 5898b1f | 2010-03-24 13:57:29 -0400 | [diff] [blame] | 3398 | WREG32(DC_HPD5_INT_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3399 | tmp = RREG32(DC_HPD6_INT_CONTROL) & DC_HPDx_INT_POLARITY; |
Alex Deucher | 5898b1f | 2010-03-24 13:57:29 -0400 | [diff] [blame] | 3400 | WREG32(DC_HPD6_INT_CONTROL, tmp); |
Rafał Miłecki | c6543a6 | 2012-04-28 23:35:24 +0200 | [diff] [blame] | 3401 | tmp = RREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET0) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
| 3402 | WREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET0, tmp); |
| 3403 | tmp = RREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET1) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
| 3404 | WREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET1, tmp); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3405 | } else { |
| 3406 | tmp = RREG32(HDMI0_AUDIO_PACKET_CONTROL) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
| 3407 | WREG32(HDMI0_AUDIO_PACKET_CONTROL, tmp); |
| 3408 | tmp = RREG32(DCE3_HDMI1_AUDIO_PACKET_CONTROL) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
| 3409 | WREG32(DCE3_HDMI1_AUDIO_PACKET_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3410 | } |
| 3411 | } else { |
| 3412 | WREG32(DACA_AUTODETECT_INT_CONTROL, 0); |
| 3413 | WREG32(DACB_AUTODETECT_INT_CONTROL, 0); |
| 3414 | tmp = RREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; |
Alex Deucher | 5898b1f | 2010-03-24 13:57:29 -0400 | [diff] [blame] | 3415 | WREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3416 | tmp = RREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; |
Alex Deucher | 5898b1f | 2010-03-24 13:57:29 -0400 | [diff] [blame] | 3417 | WREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3418 | tmp = RREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; |
Alex Deucher | 5898b1f | 2010-03-24 13:57:29 -0400 | [diff] [blame] | 3419 | WREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL, tmp); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3420 | tmp = RREG32(HDMI0_AUDIO_PACKET_CONTROL) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
| 3421 | WREG32(HDMI0_AUDIO_PACKET_CONTROL, tmp); |
| 3422 | tmp = RREG32(HDMI1_AUDIO_PACKET_CONTROL) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
| 3423 | WREG32(HDMI1_AUDIO_PACKET_CONTROL, tmp); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3424 | } |
| 3425 | } |
| 3426 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3427 | int r600_irq_init(struct radeon_device *rdev) |
| 3428 | { |
| 3429 | int ret = 0; |
| 3430 | int rb_bufsz; |
| 3431 | u32 interrupt_cntl, ih_cntl, ih_rb_cntl; |
| 3432 | |
| 3433 | /* allocate ring */ |
Jerome Glisse | 0c45249 | 2010-01-15 14:44:37 +0100 | [diff] [blame] | 3434 | ret = r600_ih_ring_alloc(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3435 | if (ret) |
| 3436 | return ret; |
| 3437 | |
| 3438 | /* disable irqs */ |
| 3439 | r600_disable_interrupts(rdev); |
| 3440 | |
| 3441 | /* init rlc */ |
| 3442 | ret = r600_rlc_init(rdev); |
| 3443 | if (ret) { |
| 3444 | r600_ih_ring_fini(rdev); |
| 3445 | return ret; |
| 3446 | } |
| 3447 | |
| 3448 | /* setup interrupt control */ |
| 3449 | /* set dummy read address to ring address */ |
| 3450 | WREG32(INTERRUPT_CNTL2, rdev->ih.gpu_addr >> 8); |
| 3451 | interrupt_cntl = RREG32(INTERRUPT_CNTL); |
| 3452 | /* IH_DUMMY_RD_OVERRIDE=0 - dummy read disabled with msi, enabled without msi |
| 3453 | * IH_DUMMY_RD_OVERRIDE=1 - dummy read controlled by IH_DUMMY_RD_EN |
| 3454 | */ |
| 3455 | interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; |
| 3456 | /* IH_REQ_NONSNOOP_EN=1 if ring is in non-cacheable memory, e.g., vram */ |
| 3457 | interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; |
| 3458 | WREG32(INTERRUPT_CNTL, interrupt_cntl); |
| 3459 | |
| 3460 | WREG32(IH_RB_BASE, rdev->ih.gpu_addr >> 8); |
| 3461 | rb_bufsz = drm_order(rdev->ih.ring_size / 4); |
| 3462 | |
| 3463 | ih_rb_cntl = (IH_WPTR_OVERFLOW_ENABLE | |
| 3464 | IH_WPTR_OVERFLOW_CLEAR | |
| 3465 | (rb_bufsz << 1)); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 3466 | |
| 3467 | if (rdev->wb.enabled) |
| 3468 | ih_rb_cntl |= IH_WPTR_WRITEBACK_ENABLE; |
| 3469 | |
| 3470 | /* set the writeback address whether it's enabled or not */ |
| 3471 | WREG32(IH_RB_WPTR_ADDR_LO, (rdev->wb.gpu_addr + R600_WB_IH_WPTR_OFFSET) & 0xFFFFFFFC); |
| 3472 | WREG32(IH_RB_WPTR_ADDR_HI, upper_32_bits(rdev->wb.gpu_addr + R600_WB_IH_WPTR_OFFSET) & 0xFF); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3473 | |
| 3474 | WREG32(IH_RB_CNTL, ih_rb_cntl); |
| 3475 | |
| 3476 | /* set rptr, wptr to 0 */ |
| 3477 | WREG32(IH_RB_RPTR, 0); |
| 3478 | WREG32(IH_RB_WPTR, 0); |
| 3479 | |
| 3480 | /* Default settings for IH_CNTL (disabled at first) */ |
| 3481 | ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10); |
| 3482 | /* RPTR_REARM only works if msi's are enabled */ |
| 3483 | if (rdev->msi_enabled) |
| 3484 | ih_cntl |= RPTR_REARM; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3485 | WREG32(IH_CNTL, ih_cntl); |
| 3486 | |
| 3487 | /* force the active interrupt state to all disabled */ |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 3488 | if (rdev->family >= CHIP_CEDAR) |
| 3489 | evergreen_disable_interrupt_state(rdev); |
| 3490 | else |
| 3491 | r600_disable_interrupt_state(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3492 | |
Dave Airlie | 2099810 | 2012-04-03 11:53:05 +0100 | [diff] [blame] | 3493 | /* at this point everything should be setup correctly to enable master */ |
| 3494 | pci_set_master(rdev->pdev); |
| 3495 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3496 | /* enable irqs */ |
| 3497 | r600_enable_interrupts(rdev); |
| 3498 | |
| 3499 | return ret; |
| 3500 | } |
| 3501 | |
Jerome Glisse | 0c45249 | 2010-01-15 14:44:37 +0100 | [diff] [blame] | 3502 | void r600_irq_suspend(struct radeon_device *rdev) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3503 | { |
Alex Deucher | 45f9a39 | 2010-03-24 13:55:51 -0400 | [diff] [blame] | 3504 | r600_irq_disable(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3505 | r600_rlc_stop(rdev); |
Jerome Glisse | 0c45249 | 2010-01-15 14:44:37 +0100 | [diff] [blame] | 3506 | } |
| 3507 | |
| 3508 | void r600_irq_fini(struct radeon_device *rdev) |
| 3509 | { |
| 3510 | r600_irq_suspend(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3511 | r600_ih_ring_fini(rdev); |
| 3512 | } |
| 3513 | |
| 3514 | int r600_irq_set(struct radeon_device *rdev) |
| 3515 | { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3516 | u32 cp_int_cntl = CNTX_BUSY_INT_ENABLE | CNTX_EMPTY_INT_ENABLE; |
| 3517 | u32 mode_int = 0; |
| 3518 | u32 hpd1, hpd2, hpd3, hpd4 = 0, hpd5 = 0, hpd6 = 0; |
Alex Deucher | 2031f77 | 2010-04-22 12:52:11 -0400 | [diff] [blame] | 3519 | u32 grbm_int_cntl = 0; |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3520 | u32 hdmi0, hdmi1; |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3521 | u32 d1grph = 0, d2grph = 0; |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 3522 | u32 dma_cntl; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3523 | |
Jerome Glisse | 003e69f | 2010-01-07 15:39:14 +0100 | [diff] [blame] | 3524 | if (!rdev->irq.installed) { |
Joe Perches | fce7d61 | 2010-10-30 21:08:30 +0000 | [diff] [blame] | 3525 | WARN(1, "Can't enable IRQ/MSI because no handler is installed\n"); |
Jerome Glisse | 003e69f | 2010-01-07 15:39:14 +0100 | [diff] [blame] | 3526 | return -EINVAL; |
| 3527 | } |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3528 | /* don't enable anything if the ih is disabled */ |
Jerome Glisse | 79c2bbc | 2010-01-15 14:44:38 +0100 | [diff] [blame] | 3529 | if (!rdev->ih.enabled) { |
| 3530 | r600_disable_interrupts(rdev); |
| 3531 | /* force the active interrupt state to all disabled */ |
| 3532 | r600_disable_interrupt_state(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3533 | return 0; |
Jerome Glisse | 79c2bbc | 2010-01-15 14:44:38 +0100 | [diff] [blame] | 3534 | } |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3535 | |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3536 | if (ASIC_IS_DCE3(rdev)) { |
| 3537 | hpd1 = RREG32(DC_HPD1_INT_CONTROL) & ~DC_HPDx_INT_EN; |
| 3538 | hpd2 = RREG32(DC_HPD2_INT_CONTROL) & ~DC_HPDx_INT_EN; |
| 3539 | hpd3 = RREG32(DC_HPD3_INT_CONTROL) & ~DC_HPDx_INT_EN; |
| 3540 | hpd4 = RREG32(DC_HPD4_INT_CONTROL) & ~DC_HPDx_INT_EN; |
| 3541 | if (ASIC_IS_DCE32(rdev)) { |
| 3542 | hpd5 = RREG32(DC_HPD5_INT_CONTROL) & ~DC_HPDx_INT_EN; |
| 3543 | hpd6 = RREG32(DC_HPD6_INT_CONTROL) & ~DC_HPDx_INT_EN; |
Rafał Miłecki | c6543a6 | 2012-04-28 23:35:24 +0200 | [diff] [blame] | 3544 | hdmi0 = RREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET0) & ~AFMT_AZ_FORMAT_WTRIG_MASK; |
| 3545 | hdmi1 = RREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET1) & ~AFMT_AZ_FORMAT_WTRIG_MASK; |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3546 | } else { |
| 3547 | hdmi0 = RREG32(HDMI0_AUDIO_PACKET_CONTROL) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
| 3548 | hdmi1 = RREG32(DCE3_HDMI1_AUDIO_PACKET_CONTROL) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3549 | } |
| 3550 | } else { |
| 3551 | hpd1 = RREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL) & ~DC_HPDx_INT_EN; |
| 3552 | hpd2 = RREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL) & ~DC_HPDx_INT_EN; |
| 3553 | hpd3 = RREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL) & ~DC_HPDx_INT_EN; |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3554 | hdmi0 = RREG32(HDMI0_AUDIO_PACKET_CONTROL) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
| 3555 | hdmi1 = RREG32(HDMI1_AUDIO_PACKET_CONTROL) & ~HDMI0_AZ_FORMAT_WTRIG_MASK; |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3556 | } |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 3557 | dma_cntl = RREG32(DMA_CNTL) & ~TRAP_ENABLE; |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3558 | |
Christian Koenig | 736fc37 | 2012-05-17 19:52:00 +0200 | [diff] [blame] | 3559 | if (atomic_read(&rdev->irq.ring_int[RADEON_RING_TYPE_GFX_INDEX])) { |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3560 | DRM_DEBUG("r600_irq_set: sw int\n"); |
| 3561 | cp_int_cntl |= RB_INT_ENABLE; |
Alex Deucher | d0f8a85 | 2010-09-04 05:04:34 -0400 | [diff] [blame] | 3562 | cp_int_cntl |= TIME_STAMP_INT_ENABLE; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3563 | } |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 3564 | |
| 3565 | if (atomic_read(&rdev->irq.ring_int[R600_RING_TYPE_DMA_INDEX])) { |
| 3566 | DRM_DEBUG("r600_irq_set: sw int dma\n"); |
| 3567 | dma_cntl |= TRAP_ENABLE; |
| 3568 | } |
| 3569 | |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3570 | if (rdev->irq.crtc_vblank_int[0] || |
Christian Koenig | 736fc37 | 2012-05-17 19:52:00 +0200 | [diff] [blame] | 3571 | atomic_read(&rdev->irq.pflip[0])) { |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3572 | DRM_DEBUG("r600_irq_set: vblank 0\n"); |
| 3573 | mode_int |= D1MODE_VBLANK_INT_MASK; |
| 3574 | } |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3575 | if (rdev->irq.crtc_vblank_int[1] || |
Christian Koenig | 736fc37 | 2012-05-17 19:52:00 +0200 | [diff] [blame] | 3576 | atomic_read(&rdev->irq.pflip[1])) { |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3577 | DRM_DEBUG("r600_irq_set: vblank 1\n"); |
| 3578 | mode_int |= D2MODE_VBLANK_INT_MASK; |
| 3579 | } |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3580 | if (rdev->irq.hpd[0]) { |
| 3581 | DRM_DEBUG("r600_irq_set: hpd 1\n"); |
| 3582 | hpd1 |= DC_HPDx_INT_EN; |
| 3583 | } |
| 3584 | if (rdev->irq.hpd[1]) { |
| 3585 | DRM_DEBUG("r600_irq_set: hpd 2\n"); |
| 3586 | hpd2 |= DC_HPDx_INT_EN; |
| 3587 | } |
| 3588 | if (rdev->irq.hpd[2]) { |
| 3589 | DRM_DEBUG("r600_irq_set: hpd 3\n"); |
| 3590 | hpd3 |= DC_HPDx_INT_EN; |
| 3591 | } |
| 3592 | if (rdev->irq.hpd[3]) { |
| 3593 | DRM_DEBUG("r600_irq_set: hpd 4\n"); |
| 3594 | hpd4 |= DC_HPDx_INT_EN; |
| 3595 | } |
| 3596 | if (rdev->irq.hpd[4]) { |
| 3597 | DRM_DEBUG("r600_irq_set: hpd 5\n"); |
| 3598 | hpd5 |= DC_HPDx_INT_EN; |
| 3599 | } |
| 3600 | if (rdev->irq.hpd[5]) { |
| 3601 | DRM_DEBUG("r600_irq_set: hpd 6\n"); |
| 3602 | hpd6 |= DC_HPDx_INT_EN; |
| 3603 | } |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3604 | if (rdev->irq.afmt[0]) { |
| 3605 | DRM_DEBUG("r600_irq_set: hdmi 0\n"); |
| 3606 | hdmi0 |= HDMI0_AZ_FORMAT_WTRIG_MASK; |
Christian Koenig | f259493 | 2010-04-10 03:13:16 +0200 | [diff] [blame] | 3607 | } |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3608 | if (rdev->irq.afmt[1]) { |
| 3609 | DRM_DEBUG("r600_irq_set: hdmi 0\n"); |
| 3610 | hdmi1 |= HDMI0_AZ_FORMAT_WTRIG_MASK; |
Christian Koenig | f259493 | 2010-04-10 03:13:16 +0200 | [diff] [blame] | 3611 | } |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3612 | |
| 3613 | WREG32(CP_INT_CNTL, cp_int_cntl); |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 3614 | WREG32(DMA_CNTL, dma_cntl); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3615 | WREG32(DxMODE_INT_MASK, mode_int); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3616 | WREG32(D1GRPH_INTERRUPT_CONTROL, d1grph); |
| 3617 | WREG32(D2GRPH_INTERRUPT_CONTROL, d2grph); |
Alex Deucher | 2031f77 | 2010-04-22 12:52:11 -0400 | [diff] [blame] | 3618 | WREG32(GRBM_INT_CNTL, grbm_int_cntl); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3619 | if (ASIC_IS_DCE3(rdev)) { |
| 3620 | WREG32(DC_HPD1_INT_CONTROL, hpd1); |
| 3621 | WREG32(DC_HPD2_INT_CONTROL, hpd2); |
| 3622 | WREG32(DC_HPD3_INT_CONTROL, hpd3); |
| 3623 | WREG32(DC_HPD4_INT_CONTROL, hpd4); |
| 3624 | if (ASIC_IS_DCE32(rdev)) { |
| 3625 | WREG32(DC_HPD5_INT_CONTROL, hpd5); |
| 3626 | WREG32(DC_HPD6_INT_CONTROL, hpd6); |
Rafał Miłecki | c6543a6 | 2012-04-28 23:35:24 +0200 | [diff] [blame] | 3627 | WREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET0, hdmi0); |
| 3628 | WREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET1, hdmi1); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3629 | } else { |
| 3630 | WREG32(HDMI0_AUDIO_PACKET_CONTROL, hdmi0); |
| 3631 | WREG32(DCE3_HDMI1_AUDIO_PACKET_CONTROL, hdmi1); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3632 | } |
| 3633 | } else { |
| 3634 | WREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL, hpd1); |
| 3635 | WREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL, hpd2); |
| 3636 | WREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL, hpd3); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3637 | WREG32(HDMI0_AUDIO_PACKET_CONTROL, hdmi0); |
| 3638 | WREG32(HDMI1_AUDIO_PACKET_CONTROL, hdmi1); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3639 | } |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3640 | |
| 3641 | return 0; |
| 3642 | } |
| 3643 | |
Andi Kleen | ce580fa | 2011-10-13 16:08:47 -0700 | [diff] [blame] | 3644 | static void r600_irq_ack(struct radeon_device *rdev) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3645 | { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3646 | u32 tmp; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3647 | |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3648 | if (ASIC_IS_DCE3(rdev)) { |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3649 | rdev->irq.stat_regs.r600.disp_int = RREG32(DCE3_DISP_INTERRUPT_STATUS); |
| 3650 | rdev->irq.stat_regs.r600.disp_int_cont = RREG32(DCE3_DISP_INTERRUPT_STATUS_CONTINUE); |
| 3651 | rdev->irq.stat_regs.r600.disp_int_cont2 = RREG32(DCE3_DISP_INTERRUPT_STATUS_CONTINUE2); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3652 | if (ASIC_IS_DCE32(rdev)) { |
Rafał Miłecki | c6543a6 | 2012-04-28 23:35:24 +0200 | [diff] [blame] | 3653 | rdev->irq.stat_regs.r600.hdmi0_status = RREG32(AFMT_STATUS + DCE3_HDMI_OFFSET0); |
| 3654 | rdev->irq.stat_regs.r600.hdmi1_status = RREG32(AFMT_STATUS + DCE3_HDMI_OFFSET1); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3655 | } else { |
| 3656 | rdev->irq.stat_regs.r600.hdmi0_status = RREG32(HDMI0_STATUS); |
| 3657 | rdev->irq.stat_regs.r600.hdmi1_status = RREG32(DCE3_HDMI1_STATUS); |
| 3658 | } |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3659 | } else { |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3660 | rdev->irq.stat_regs.r600.disp_int = RREG32(DISP_INTERRUPT_STATUS); |
| 3661 | rdev->irq.stat_regs.r600.disp_int_cont = RREG32(DISP_INTERRUPT_STATUS_CONTINUE); |
| 3662 | rdev->irq.stat_regs.r600.disp_int_cont2 = 0; |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3663 | rdev->irq.stat_regs.r600.hdmi0_status = RREG32(HDMI0_STATUS); |
| 3664 | rdev->irq.stat_regs.r600.hdmi1_status = RREG32(HDMI1_STATUS); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3665 | } |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3666 | rdev->irq.stat_regs.r600.d1grph_int = RREG32(D1GRPH_INTERRUPT_STATUS); |
| 3667 | rdev->irq.stat_regs.r600.d2grph_int = RREG32(D2GRPH_INTERRUPT_STATUS); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3668 | |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3669 | if (rdev->irq.stat_regs.r600.d1grph_int & DxGRPH_PFLIP_INT_OCCURRED) |
| 3670 | WREG32(D1GRPH_INTERRUPT_STATUS, DxGRPH_PFLIP_INT_CLEAR); |
| 3671 | if (rdev->irq.stat_regs.r600.d2grph_int & DxGRPH_PFLIP_INT_OCCURRED) |
| 3672 | WREG32(D2GRPH_INTERRUPT_STATUS, DxGRPH_PFLIP_INT_CLEAR); |
| 3673 | if (rdev->irq.stat_regs.r600.disp_int & LB_D1_VBLANK_INTERRUPT) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3674 | WREG32(D1MODE_VBLANK_STATUS, DxMODE_VBLANK_ACK); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3675 | if (rdev->irq.stat_regs.r600.disp_int & LB_D1_VLINE_INTERRUPT) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3676 | WREG32(D1MODE_VLINE_STATUS, DxMODE_VLINE_ACK); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3677 | if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3678 | WREG32(D2MODE_VBLANK_STATUS, DxMODE_VBLANK_ACK); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3679 | if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VLINE_INTERRUPT) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3680 | WREG32(D2MODE_VLINE_STATUS, DxMODE_VLINE_ACK); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3681 | if (rdev->irq.stat_regs.r600.disp_int & DC_HPD1_INTERRUPT) { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3682 | if (ASIC_IS_DCE3(rdev)) { |
| 3683 | tmp = RREG32(DC_HPD1_INT_CONTROL); |
| 3684 | tmp |= DC_HPDx_INT_ACK; |
| 3685 | WREG32(DC_HPD1_INT_CONTROL, tmp); |
| 3686 | } else { |
| 3687 | tmp = RREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL); |
| 3688 | tmp |= DC_HPDx_INT_ACK; |
| 3689 | WREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL, tmp); |
| 3690 | } |
| 3691 | } |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3692 | if (rdev->irq.stat_regs.r600.disp_int & DC_HPD2_INTERRUPT) { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3693 | if (ASIC_IS_DCE3(rdev)) { |
| 3694 | tmp = RREG32(DC_HPD2_INT_CONTROL); |
| 3695 | tmp |= DC_HPDx_INT_ACK; |
| 3696 | WREG32(DC_HPD2_INT_CONTROL, tmp); |
| 3697 | } else { |
| 3698 | tmp = RREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL); |
| 3699 | tmp |= DC_HPDx_INT_ACK; |
| 3700 | WREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL, tmp); |
| 3701 | } |
| 3702 | } |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3703 | if (rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD3_INTERRUPT) { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3704 | if (ASIC_IS_DCE3(rdev)) { |
| 3705 | tmp = RREG32(DC_HPD3_INT_CONTROL); |
| 3706 | tmp |= DC_HPDx_INT_ACK; |
| 3707 | WREG32(DC_HPD3_INT_CONTROL, tmp); |
| 3708 | } else { |
| 3709 | tmp = RREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL); |
| 3710 | tmp |= DC_HPDx_INT_ACK; |
| 3711 | WREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL, tmp); |
| 3712 | } |
| 3713 | } |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3714 | if (rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD4_INTERRUPT) { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3715 | tmp = RREG32(DC_HPD4_INT_CONTROL); |
| 3716 | tmp |= DC_HPDx_INT_ACK; |
| 3717 | WREG32(DC_HPD4_INT_CONTROL, tmp); |
| 3718 | } |
| 3719 | if (ASIC_IS_DCE32(rdev)) { |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3720 | if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD5_INTERRUPT) { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3721 | tmp = RREG32(DC_HPD5_INT_CONTROL); |
| 3722 | tmp |= DC_HPDx_INT_ACK; |
| 3723 | WREG32(DC_HPD5_INT_CONTROL, tmp); |
| 3724 | } |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3725 | if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD6_INTERRUPT) { |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3726 | tmp = RREG32(DC_HPD5_INT_CONTROL); |
| 3727 | tmp |= DC_HPDx_INT_ACK; |
| 3728 | WREG32(DC_HPD6_INT_CONTROL, tmp); |
| 3729 | } |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3730 | if (rdev->irq.stat_regs.r600.hdmi0_status & AFMT_AZ_FORMAT_WTRIG) { |
Rafał Miłecki | c6543a6 | 2012-04-28 23:35:24 +0200 | [diff] [blame] | 3731 | tmp = RREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET0); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3732 | tmp |= AFMT_AZ_FORMAT_WTRIG_ACK; |
Rafał Miłecki | c6543a6 | 2012-04-28 23:35:24 +0200 | [diff] [blame] | 3733 | WREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET0, tmp); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3734 | } |
| 3735 | if (rdev->irq.stat_regs.r600.hdmi1_status & AFMT_AZ_FORMAT_WTRIG) { |
Rafał Miłecki | c6543a6 | 2012-04-28 23:35:24 +0200 | [diff] [blame] | 3736 | tmp = RREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET1); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3737 | tmp |= AFMT_AZ_FORMAT_WTRIG_ACK; |
Rafał Miłecki | c6543a6 | 2012-04-28 23:35:24 +0200 | [diff] [blame] | 3738 | WREG32(AFMT_AUDIO_PACKET_CONTROL + DCE3_HDMI_OFFSET1, tmp); |
Christian Koenig | f259493 | 2010-04-10 03:13:16 +0200 | [diff] [blame] | 3739 | } |
| 3740 | } else { |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3741 | if (rdev->irq.stat_regs.r600.hdmi0_status & HDMI0_AZ_FORMAT_WTRIG) { |
| 3742 | tmp = RREG32(HDMI0_AUDIO_PACKET_CONTROL); |
| 3743 | tmp |= HDMI0_AZ_FORMAT_WTRIG_ACK; |
| 3744 | WREG32(HDMI0_AUDIO_PACKET_CONTROL, tmp); |
| 3745 | } |
| 3746 | if (rdev->irq.stat_regs.r600.hdmi1_status & HDMI0_AZ_FORMAT_WTRIG) { |
| 3747 | if (ASIC_IS_DCE3(rdev)) { |
| 3748 | tmp = RREG32(DCE3_HDMI1_AUDIO_PACKET_CONTROL); |
| 3749 | tmp |= HDMI0_AZ_FORMAT_WTRIG_ACK; |
| 3750 | WREG32(DCE3_HDMI1_AUDIO_PACKET_CONTROL, tmp); |
| 3751 | } else { |
| 3752 | tmp = RREG32(HDMI1_AUDIO_PACKET_CONTROL); |
| 3753 | tmp |= HDMI0_AZ_FORMAT_WTRIG_ACK; |
| 3754 | WREG32(HDMI1_AUDIO_PACKET_CONTROL, tmp); |
| 3755 | } |
Christian Koenig | f259493 | 2010-04-10 03:13:16 +0200 | [diff] [blame] | 3756 | } |
| 3757 | } |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3758 | } |
| 3759 | |
| 3760 | void r600_irq_disable(struct radeon_device *rdev) |
| 3761 | { |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3762 | r600_disable_interrupts(rdev); |
| 3763 | /* Wait and acknowledge irq */ |
| 3764 | mdelay(1); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3765 | r600_irq_ack(rdev); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3766 | r600_disable_interrupt_state(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3767 | } |
| 3768 | |
Andi Kleen | ce580fa | 2011-10-13 16:08:47 -0700 | [diff] [blame] | 3769 | static u32 r600_get_ih_wptr(struct radeon_device *rdev) |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3770 | { |
| 3771 | u32 wptr, tmp; |
| 3772 | |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 3773 | if (rdev->wb.enabled) |
Cédric Cano | 204ae24 | 2011-04-19 11:07:13 -0400 | [diff] [blame] | 3774 | wptr = le32_to_cpu(rdev->wb.wb[R600_WB_IH_WPTR_OFFSET/4]); |
Alex Deucher | 724c80e | 2010-08-27 18:25:25 -0400 | [diff] [blame] | 3775 | else |
| 3776 | wptr = RREG32(IH_RB_WPTR); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3777 | |
| 3778 | if (wptr & RB_OVERFLOW) { |
Jerome Glisse | 7924e5e | 2010-01-15 14:44:39 +0100 | [diff] [blame] | 3779 | /* When a ring buffer overflow happen start parsing interrupt |
| 3780 | * from the last not overwritten vector (wptr + 16). Hopefully |
| 3781 | * this should allow us to catchup. |
| 3782 | */ |
| 3783 | dev_warn(rdev->dev, "IH ring buffer overflow (0x%08X, %d, %d)\n", |
| 3784 | wptr, rdev->ih.rptr, (wptr + 16) + rdev->ih.ptr_mask); |
| 3785 | rdev->ih.rptr = (wptr + 16) & rdev->ih.ptr_mask; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3786 | tmp = RREG32(IH_RB_CNTL); |
| 3787 | tmp |= IH_WPTR_OVERFLOW_CLEAR; |
| 3788 | WREG32(IH_RB_CNTL, tmp); |
| 3789 | } |
Jerome Glisse | 0c45249 | 2010-01-15 14:44:37 +0100 | [diff] [blame] | 3790 | return (wptr & rdev->ih.ptr_mask); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3791 | } |
| 3792 | |
| 3793 | /* r600 IV Ring |
| 3794 | * Each IV ring entry is 128 bits: |
| 3795 | * [7:0] - interrupt source id |
| 3796 | * [31:8] - reserved |
| 3797 | * [59:32] - interrupt source data |
| 3798 | * [127:60] - reserved |
| 3799 | * |
| 3800 | * The basic interrupt vector entries |
| 3801 | * are decoded as follows: |
| 3802 | * src_id src_data description |
| 3803 | * 1 0 D1 Vblank |
| 3804 | * 1 1 D1 Vline |
| 3805 | * 5 0 D2 Vblank |
| 3806 | * 5 1 D2 Vline |
| 3807 | * 19 0 FP Hot plug detection A |
| 3808 | * 19 1 FP Hot plug detection B |
| 3809 | * 19 2 DAC A auto-detection |
| 3810 | * 19 3 DAC B auto-detection |
Christian Koenig | f259493 | 2010-04-10 03:13:16 +0200 | [diff] [blame] | 3811 | * 21 4 HDMI block A |
| 3812 | * 21 5 HDMI block B |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3813 | * 176 - CP_INT RB |
| 3814 | * 177 - CP_INT IB1 |
| 3815 | * 178 - CP_INT IB2 |
| 3816 | * 181 - EOP Interrupt |
| 3817 | * 233 - GUI Idle |
| 3818 | * |
| 3819 | * Note, these are based on r600 and may need to be |
| 3820 | * adjusted or added to on newer asics |
| 3821 | */ |
| 3822 | |
| 3823 | int r600_irq_process(struct radeon_device *rdev) |
| 3824 | { |
Dave Airlie | 682f1a5 | 2011-06-18 03:59:51 +0000 | [diff] [blame] | 3825 | u32 wptr; |
| 3826 | u32 rptr; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3827 | u32 src_id, src_data; |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3828 | u32 ring_index; |
Alex Deucher | d4877cf | 2009-12-04 16:56:37 -0500 | [diff] [blame] | 3829 | bool queue_hotplug = false; |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3830 | bool queue_hdmi = false; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3831 | |
Dave Airlie | 682f1a5 | 2011-06-18 03:59:51 +0000 | [diff] [blame] | 3832 | if (!rdev->ih.enabled || rdev->shutdown) |
Jerome Glisse | 79c2bbc | 2010-01-15 14:44:38 +0100 | [diff] [blame] | 3833 | return IRQ_NONE; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3834 | |
Benjamin Herrenschmidt | f6a5693 | 2011-07-13 06:28:22 +0000 | [diff] [blame] | 3835 | /* No MSIs, need a dummy read to flush PCI DMAs */ |
| 3836 | if (!rdev->msi_enabled) |
| 3837 | RREG32(IH_RB_WPTR); |
| 3838 | |
Dave Airlie | 682f1a5 | 2011-06-18 03:59:51 +0000 | [diff] [blame] | 3839 | wptr = r600_get_ih_wptr(rdev); |
Christian Koenig | c20dc36 | 2012-05-16 21:45:24 +0200 | [diff] [blame] | 3840 | |
| 3841 | restart_ih: |
| 3842 | /* is somebody else already processing irqs? */ |
| 3843 | if (atomic_xchg(&rdev->ih.lock, 1)) |
| 3844 | return IRQ_NONE; |
| 3845 | |
Dave Airlie | 682f1a5 | 2011-06-18 03:59:51 +0000 | [diff] [blame] | 3846 | rptr = rdev->ih.rptr; |
| 3847 | DRM_DEBUG("r600_irq_process start: rptr %d, wptr %d\n", rptr, wptr); |
| 3848 | |
Benjamin Herrenschmidt | 964f664 | 2011-07-13 16:28:19 +1000 | [diff] [blame] | 3849 | /* Order reading of wptr vs. reading of IH ring data */ |
| 3850 | rmb(); |
| 3851 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3852 | /* display interrupts */ |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3853 | r600_irq_ack(rdev); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3854 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3855 | while (rptr != wptr) { |
| 3856 | /* wptr/rptr are in bytes! */ |
| 3857 | ring_index = rptr / 4; |
Cédric Cano | 4eace7f | 2011-02-11 19:45:38 -0500 | [diff] [blame] | 3858 | src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff; |
| 3859 | src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3860 | |
| 3861 | switch (src_id) { |
| 3862 | case 1: /* D1 vblank/vline */ |
| 3863 | switch (src_data) { |
| 3864 | case 0: /* D1 vblank */ |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3865 | if (rdev->irq.stat_regs.r600.disp_int & LB_D1_VBLANK_INTERRUPT) { |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3866 | if (rdev->irq.crtc_vblank_int[0]) { |
| 3867 | drm_handle_vblank(rdev->ddev, 0); |
| 3868 | rdev->pm.vblank_sync = true; |
| 3869 | wake_up(&rdev->irq.vblank_queue); |
| 3870 | } |
Christian Koenig | 736fc37 | 2012-05-17 19:52:00 +0200 | [diff] [blame] | 3871 | if (atomic_read(&rdev->irq.pflip[0])) |
Mario Kleiner | 3e4ea74 | 2010-11-21 10:59:02 -0500 | [diff] [blame] | 3872 | radeon_crtc_handle_flip(rdev, 0); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3873 | rdev->irq.stat_regs.r600.disp_int &= ~LB_D1_VBLANK_INTERRUPT; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3874 | DRM_DEBUG("IH: D1 vblank\n"); |
| 3875 | } |
| 3876 | break; |
| 3877 | case 1: /* D1 vline */ |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3878 | if (rdev->irq.stat_regs.r600.disp_int & LB_D1_VLINE_INTERRUPT) { |
| 3879 | rdev->irq.stat_regs.r600.disp_int &= ~LB_D1_VLINE_INTERRUPT; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3880 | DRM_DEBUG("IH: D1 vline\n"); |
| 3881 | } |
| 3882 | break; |
| 3883 | default: |
Alex Deucher | b042589 | 2010-01-11 19:47:38 -0500 | [diff] [blame] | 3884 | DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3885 | break; |
| 3886 | } |
| 3887 | break; |
| 3888 | case 5: /* D2 vblank/vline */ |
| 3889 | switch (src_data) { |
| 3890 | case 0: /* D2 vblank */ |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3891 | if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) { |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3892 | if (rdev->irq.crtc_vblank_int[1]) { |
| 3893 | drm_handle_vblank(rdev->ddev, 1); |
| 3894 | rdev->pm.vblank_sync = true; |
| 3895 | wake_up(&rdev->irq.vblank_queue); |
| 3896 | } |
Christian Koenig | 736fc37 | 2012-05-17 19:52:00 +0200 | [diff] [blame] | 3897 | if (atomic_read(&rdev->irq.pflip[1])) |
Mario Kleiner | 3e4ea74 | 2010-11-21 10:59:02 -0500 | [diff] [blame] | 3898 | radeon_crtc_handle_flip(rdev, 1); |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3899 | rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VBLANK_INTERRUPT; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3900 | DRM_DEBUG("IH: D2 vblank\n"); |
| 3901 | } |
| 3902 | break; |
| 3903 | case 1: /* D1 vline */ |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3904 | if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VLINE_INTERRUPT) { |
| 3905 | rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VLINE_INTERRUPT; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3906 | DRM_DEBUG("IH: D2 vline\n"); |
| 3907 | } |
| 3908 | break; |
| 3909 | default: |
Alex Deucher | b042589 | 2010-01-11 19:47:38 -0500 | [diff] [blame] | 3910 | DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3911 | break; |
| 3912 | } |
| 3913 | break; |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3914 | case 19: /* HPD/DAC hotplug */ |
| 3915 | switch (src_data) { |
| 3916 | case 0: |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3917 | if (rdev->irq.stat_regs.r600.disp_int & DC_HPD1_INTERRUPT) { |
| 3918 | rdev->irq.stat_regs.r600.disp_int &= ~DC_HPD1_INTERRUPT; |
Alex Deucher | d4877cf | 2009-12-04 16:56:37 -0500 | [diff] [blame] | 3919 | queue_hotplug = true; |
| 3920 | DRM_DEBUG("IH: HPD1\n"); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3921 | } |
| 3922 | break; |
| 3923 | case 1: |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3924 | if (rdev->irq.stat_regs.r600.disp_int & DC_HPD2_INTERRUPT) { |
| 3925 | rdev->irq.stat_regs.r600.disp_int &= ~DC_HPD2_INTERRUPT; |
Alex Deucher | d4877cf | 2009-12-04 16:56:37 -0500 | [diff] [blame] | 3926 | queue_hotplug = true; |
| 3927 | DRM_DEBUG("IH: HPD2\n"); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3928 | } |
| 3929 | break; |
| 3930 | case 4: |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3931 | if (rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD3_INTERRUPT) { |
| 3932 | rdev->irq.stat_regs.r600.disp_int_cont &= ~DC_HPD3_INTERRUPT; |
Alex Deucher | d4877cf | 2009-12-04 16:56:37 -0500 | [diff] [blame] | 3933 | queue_hotplug = true; |
| 3934 | DRM_DEBUG("IH: HPD3\n"); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3935 | } |
| 3936 | break; |
| 3937 | case 5: |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3938 | if (rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD4_INTERRUPT) { |
| 3939 | rdev->irq.stat_regs.r600.disp_int_cont &= ~DC_HPD4_INTERRUPT; |
Alex Deucher | d4877cf | 2009-12-04 16:56:37 -0500 | [diff] [blame] | 3940 | queue_hotplug = true; |
| 3941 | DRM_DEBUG("IH: HPD4\n"); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3942 | } |
| 3943 | break; |
| 3944 | case 10: |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3945 | if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD5_INTERRUPT) { |
| 3946 | rdev->irq.stat_regs.r600.disp_int_cont2 &= ~DC_HPD5_INTERRUPT; |
Alex Deucher | d4877cf | 2009-12-04 16:56:37 -0500 | [diff] [blame] | 3947 | queue_hotplug = true; |
| 3948 | DRM_DEBUG("IH: HPD5\n"); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3949 | } |
| 3950 | break; |
| 3951 | case 12: |
Alex Deucher | 6f34be5 | 2010-11-21 10:59:01 -0500 | [diff] [blame] | 3952 | if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD6_INTERRUPT) { |
| 3953 | rdev->irq.stat_regs.r600.disp_int_cont2 &= ~DC_HPD6_INTERRUPT; |
Alex Deucher | d4877cf | 2009-12-04 16:56:37 -0500 | [diff] [blame] | 3954 | queue_hotplug = true; |
| 3955 | DRM_DEBUG("IH: HPD6\n"); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3956 | } |
| 3957 | break; |
| 3958 | default: |
Alex Deucher | b042589 | 2010-01-11 19:47:38 -0500 | [diff] [blame] | 3959 | DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); |
Alex Deucher | e0df1ac | 2009-12-04 15:12:21 -0500 | [diff] [blame] | 3960 | break; |
| 3961 | } |
| 3962 | break; |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 3963 | case 21: /* hdmi */ |
| 3964 | switch (src_data) { |
| 3965 | case 4: |
| 3966 | if (rdev->irq.stat_regs.r600.hdmi0_status & HDMI0_AZ_FORMAT_WTRIG) { |
| 3967 | rdev->irq.stat_regs.r600.hdmi0_status &= ~HDMI0_AZ_FORMAT_WTRIG; |
| 3968 | queue_hdmi = true; |
| 3969 | DRM_DEBUG("IH: HDMI0\n"); |
| 3970 | } |
| 3971 | break; |
| 3972 | case 5: |
| 3973 | if (rdev->irq.stat_regs.r600.hdmi1_status & HDMI0_AZ_FORMAT_WTRIG) { |
| 3974 | rdev->irq.stat_regs.r600.hdmi1_status &= ~HDMI0_AZ_FORMAT_WTRIG; |
| 3975 | queue_hdmi = true; |
| 3976 | DRM_DEBUG("IH: HDMI1\n"); |
| 3977 | } |
| 3978 | break; |
| 3979 | default: |
| 3980 | DRM_ERROR("Unhandled interrupt: %d %d\n", src_id, src_data); |
| 3981 | break; |
| 3982 | } |
Christian Koenig | f259493 | 2010-04-10 03:13:16 +0200 | [diff] [blame] | 3983 | break; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3984 | case 176: /* CP_INT in ring buffer */ |
| 3985 | case 177: /* CP_INT in IB1 */ |
| 3986 | case 178: /* CP_INT in IB2 */ |
| 3987 | DRM_DEBUG("IH: CP int: 0x%08x\n", src_data); |
Alex Deucher | 7465280 | 2011-08-25 13:39:48 -0400 | [diff] [blame] | 3988 | radeon_fence_process(rdev, RADEON_RING_TYPE_GFX_INDEX); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3989 | break; |
| 3990 | case 181: /* CP EOP event */ |
| 3991 | DRM_DEBUG("IH: CP EOP\n"); |
Alex Deucher | 7465280 | 2011-08-25 13:39:48 -0400 | [diff] [blame] | 3992 | radeon_fence_process(rdev, RADEON_RING_TYPE_GFX_INDEX); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 3993 | break; |
Alex Deucher | 4d75658 | 2012-09-27 15:08:35 -0400 | [diff] [blame] | 3994 | case 224: /* DMA trap event */ |
| 3995 | DRM_DEBUG("IH: DMA trap\n"); |
| 3996 | radeon_fence_process(rdev, R600_RING_TYPE_DMA_INDEX); |
| 3997 | break; |
Alex Deucher | 2031f77 | 2010-04-22 12:52:11 -0400 | [diff] [blame] | 3998 | case 233: /* GUI IDLE */ |
Ilija Hadzic | 303c805 | 2011-06-07 14:54:48 -0400 | [diff] [blame] | 3999 | DRM_DEBUG("IH: GUI idle\n"); |
Alex Deucher | 2031f77 | 2010-04-22 12:52:11 -0400 | [diff] [blame] | 4000 | break; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 4001 | default: |
Alex Deucher | b042589 | 2010-01-11 19:47:38 -0500 | [diff] [blame] | 4002 | DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 4003 | break; |
| 4004 | } |
| 4005 | |
| 4006 | /* wptr/rptr are in bytes! */ |
Jerome Glisse | 0c45249 | 2010-01-15 14:44:37 +0100 | [diff] [blame] | 4007 | rptr += 16; |
| 4008 | rptr &= rdev->ih.ptr_mask; |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 4009 | } |
Alex Deucher | d4877cf | 2009-12-04 16:56:37 -0500 | [diff] [blame] | 4010 | if (queue_hotplug) |
Tejun Heo | 32c87fc | 2011-01-03 14:49:32 +0100 | [diff] [blame] | 4011 | schedule_work(&rdev->hotplug_work); |
Alex Deucher | f122c61 | 2012-03-30 08:59:57 -0400 | [diff] [blame] | 4012 | if (queue_hdmi) |
| 4013 | schedule_work(&rdev->audio_work); |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 4014 | rdev->ih.rptr = rptr; |
| 4015 | WREG32(IH_RB_RPTR, rdev->ih.rptr); |
Christian Koenig | c20dc36 | 2012-05-16 21:45:24 +0200 | [diff] [blame] | 4016 | atomic_set(&rdev->ih.lock, 0); |
| 4017 | |
| 4018 | /* make sure wptr hasn't changed while processing */ |
| 4019 | wptr = r600_get_ih_wptr(rdev); |
| 4020 | if (wptr != rptr) |
| 4021 | goto restart_ih; |
| 4022 | |
Alex Deucher | d8f60cf | 2009-12-01 13:43:46 -0500 | [diff] [blame] | 4023 | return IRQ_HANDLED; |
| 4024 | } |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 4025 | |
| 4026 | /* |
| 4027 | * Debugfs info |
| 4028 | */ |
| 4029 | #if defined(CONFIG_DEBUG_FS) |
| 4030 | |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 4031 | static int r600_debugfs_mc_info(struct seq_file *m, void *data) |
| 4032 | { |
| 4033 | struct drm_info_node *node = (struct drm_info_node *) m->private; |
| 4034 | struct drm_device *dev = node->minor->dev; |
| 4035 | struct radeon_device *rdev = dev->dev_private; |
| 4036 | |
| 4037 | DREG32_SYS(m, rdev, R_000E50_SRBM_STATUS); |
| 4038 | DREG32_SYS(m, rdev, VM_L2_STATUS); |
| 4039 | return 0; |
| 4040 | } |
| 4041 | |
| 4042 | static struct drm_info_list r600_mc_info_list[] = { |
| 4043 | {"r600_mc_info", r600_debugfs_mc_info, 0, NULL}, |
Jerome Glisse | 3ce0a23 | 2009-09-08 10:10:24 +1000 | [diff] [blame] | 4044 | }; |
| 4045 | #endif |
| 4046 | |
| 4047 | int r600_debugfs_mc_info_init(struct radeon_device *rdev) |
| 4048 | { |
| 4049 | #if defined(CONFIG_DEBUG_FS) |
| 4050 | return radeon_debugfs_add_files(rdev, r600_mc_info_list, ARRAY_SIZE(r600_mc_info_list)); |
| 4051 | #else |
| 4052 | return 0; |
| 4053 | #endif |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 4054 | } |
Jerome Glisse | 062b389 | 2010-02-04 20:36:39 +0100 | [diff] [blame] | 4055 | |
| 4056 | /** |
| 4057 | * r600_ioctl_wait_idle - flush host path cache on wait idle ioctl |
| 4058 | * rdev: radeon device structure |
| 4059 | * bo: buffer object struct which userspace is waiting for idle |
| 4060 | * |
| 4061 | * Some R6XX/R7XX doesn't seems to take into account HDP flush performed |
| 4062 | * through ring buffer, this leads to corruption in rendering, see |
| 4063 | * http://bugzilla.kernel.org/show_bug.cgi?id=15186 to avoid this we |
| 4064 | * directly perform HDP flush by writing register through MMIO. |
| 4065 | */ |
| 4066 | void r600_ioctl_wait_idle(struct radeon_device *rdev, struct radeon_bo *bo) |
| 4067 | { |
Alex Deucher | 812d046 | 2010-07-26 18:51:53 -0400 | [diff] [blame] | 4068 | /* r7xx hw bug. write to HDP_DEBUG1 followed by fb read |
Alex Deucher | f3886f8 | 2010-12-08 10:05:34 -0500 | [diff] [blame] | 4069 | * rather than write to HDP_REG_COHERENCY_FLUSH_CNTL. |
| 4070 | * This seems to cause problems on some AGP cards. Just use the old |
| 4071 | * method for them. |
Alex Deucher | 812d046 | 2010-07-26 18:51:53 -0400 | [diff] [blame] | 4072 | */ |
Alex Deucher | e488459 | 2010-09-27 10:57:10 -0400 | [diff] [blame] | 4073 | if ((rdev->family >= CHIP_RV770) && (rdev->family <= CHIP_RV740) && |
Alex Deucher | f3886f8 | 2010-12-08 10:05:34 -0500 | [diff] [blame] | 4074 | rdev->vram_scratch.ptr && !(rdev->flags & RADEON_IS_AGP)) { |
Alex Deucher | 87cbf8f | 2010-08-27 13:59:54 -0400 | [diff] [blame] | 4075 | void __iomem *ptr = (void *)rdev->vram_scratch.ptr; |
Alex Deucher | 812d046 | 2010-07-26 18:51:53 -0400 | [diff] [blame] | 4076 | u32 tmp; |
| 4077 | |
| 4078 | WREG32(HDP_DEBUG1, 0); |
| 4079 | tmp = readl((void __iomem *)ptr); |
| 4080 | } else |
| 4081 | WREG32(R_005480_HDP_MEM_COHERENCY_FLUSH_CNTL, 0x1); |
Jerome Glisse | 062b389 | 2010-02-04 20:36:39 +0100 | [diff] [blame] | 4082 | } |
Alex Deucher | 3313e3d | 2011-01-06 18:49:34 -0500 | [diff] [blame] | 4083 | |
| 4084 | void r600_set_pcie_lanes(struct radeon_device *rdev, int lanes) |
| 4085 | { |
| 4086 | u32 link_width_cntl, mask, target_reg; |
| 4087 | |
| 4088 | if (rdev->flags & RADEON_IS_IGP) |
| 4089 | return; |
| 4090 | |
| 4091 | if (!(rdev->flags & RADEON_IS_PCIE)) |
| 4092 | return; |
| 4093 | |
| 4094 | /* x2 cards have a special sequence */ |
| 4095 | if (ASIC_IS_X2(rdev)) |
| 4096 | return; |
| 4097 | |
| 4098 | /* FIXME wait for idle */ |
| 4099 | |
| 4100 | switch (lanes) { |
| 4101 | case 0: |
| 4102 | mask = RADEON_PCIE_LC_LINK_WIDTH_X0; |
| 4103 | break; |
| 4104 | case 1: |
| 4105 | mask = RADEON_PCIE_LC_LINK_WIDTH_X1; |
| 4106 | break; |
| 4107 | case 2: |
| 4108 | mask = RADEON_PCIE_LC_LINK_WIDTH_X2; |
| 4109 | break; |
| 4110 | case 4: |
| 4111 | mask = RADEON_PCIE_LC_LINK_WIDTH_X4; |
| 4112 | break; |
| 4113 | case 8: |
| 4114 | mask = RADEON_PCIE_LC_LINK_WIDTH_X8; |
| 4115 | break; |
| 4116 | case 12: |
| 4117 | mask = RADEON_PCIE_LC_LINK_WIDTH_X12; |
| 4118 | break; |
| 4119 | case 16: |
| 4120 | default: |
| 4121 | mask = RADEON_PCIE_LC_LINK_WIDTH_X16; |
| 4122 | break; |
| 4123 | } |
| 4124 | |
| 4125 | link_width_cntl = RREG32_PCIE_P(RADEON_PCIE_LC_LINK_WIDTH_CNTL); |
| 4126 | |
| 4127 | if ((link_width_cntl & RADEON_PCIE_LC_LINK_WIDTH_RD_MASK) == |
| 4128 | (mask << RADEON_PCIE_LC_LINK_WIDTH_RD_SHIFT)) |
| 4129 | return; |
| 4130 | |
| 4131 | if (link_width_cntl & R600_PCIE_LC_UPCONFIGURE_DIS) |
| 4132 | return; |
| 4133 | |
| 4134 | link_width_cntl &= ~(RADEON_PCIE_LC_LINK_WIDTH_MASK | |
| 4135 | RADEON_PCIE_LC_RECONFIG_NOW | |
| 4136 | R600_PCIE_LC_RENEGOTIATE_EN | |
| 4137 | R600_PCIE_LC_RECONFIG_ARC_MISSING_ESCAPE); |
| 4138 | link_width_cntl |= mask; |
| 4139 | |
| 4140 | WREG32_PCIE_P(RADEON_PCIE_LC_LINK_WIDTH_CNTL, link_width_cntl); |
| 4141 | |
| 4142 | /* some northbridges can renegotiate the link rather than requiring |
| 4143 | * a complete re-config. |
| 4144 | * e.g., AMD 780/790 northbridges (pci ids: 0x5956, 0x5957, 0x5958, etc.) |
| 4145 | */ |
| 4146 | if (link_width_cntl & R600_PCIE_LC_RENEGOTIATION_SUPPORT) |
| 4147 | link_width_cntl |= R600_PCIE_LC_RENEGOTIATE_EN | R600_PCIE_LC_UPCONFIGURE_SUPPORT; |
| 4148 | else |
| 4149 | link_width_cntl |= R600_PCIE_LC_RECONFIG_ARC_MISSING_ESCAPE; |
| 4150 | |
| 4151 | WREG32_PCIE_P(RADEON_PCIE_LC_LINK_WIDTH_CNTL, (link_width_cntl | |
| 4152 | RADEON_PCIE_LC_RECONFIG_NOW)); |
| 4153 | |
| 4154 | if (rdev->family >= CHIP_RV770) |
| 4155 | target_reg = R700_TARGET_AND_CURRENT_PROFILE_INDEX; |
| 4156 | else |
| 4157 | target_reg = R600_TARGET_AND_CURRENT_PROFILE_INDEX; |
| 4158 | |
| 4159 | /* wait for lane set to complete */ |
| 4160 | link_width_cntl = RREG32(target_reg); |
| 4161 | while (link_width_cntl == 0xffffffff) |
| 4162 | link_width_cntl = RREG32(target_reg); |
| 4163 | |
| 4164 | } |
| 4165 | |
| 4166 | int r600_get_pcie_lanes(struct radeon_device *rdev) |
| 4167 | { |
| 4168 | u32 link_width_cntl; |
| 4169 | |
| 4170 | if (rdev->flags & RADEON_IS_IGP) |
| 4171 | return 0; |
| 4172 | |
| 4173 | if (!(rdev->flags & RADEON_IS_PCIE)) |
| 4174 | return 0; |
| 4175 | |
| 4176 | /* x2 cards have a special sequence */ |
| 4177 | if (ASIC_IS_X2(rdev)) |
| 4178 | return 0; |
| 4179 | |
| 4180 | /* FIXME wait for idle */ |
| 4181 | |
| 4182 | link_width_cntl = RREG32_PCIE_P(RADEON_PCIE_LC_LINK_WIDTH_CNTL); |
| 4183 | |
| 4184 | switch ((link_width_cntl & RADEON_PCIE_LC_LINK_WIDTH_RD_MASK) >> RADEON_PCIE_LC_LINK_WIDTH_RD_SHIFT) { |
| 4185 | case RADEON_PCIE_LC_LINK_WIDTH_X0: |
| 4186 | return 0; |
| 4187 | case RADEON_PCIE_LC_LINK_WIDTH_X1: |
| 4188 | return 1; |
| 4189 | case RADEON_PCIE_LC_LINK_WIDTH_X2: |
| 4190 | return 2; |
| 4191 | case RADEON_PCIE_LC_LINK_WIDTH_X4: |
| 4192 | return 4; |
| 4193 | case RADEON_PCIE_LC_LINK_WIDTH_X8: |
| 4194 | return 8; |
| 4195 | case RADEON_PCIE_LC_LINK_WIDTH_X16: |
| 4196 | default: |
| 4197 | return 16; |
| 4198 | } |
| 4199 | } |
| 4200 | |
Alex Deucher | 9e46a48 | 2011-01-06 18:49:35 -0500 | [diff] [blame] | 4201 | static void r600_pcie_gen2_enable(struct radeon_device *rdev) |
| 4202 | { |
| 4203 | u32 link_width_cntl, lanes, speed_cntl, training_cntl, tmp; |
| 4204 | u16 link_cntl2; |
Dave Airlie | 197bbb3 | 2012-06-27 08:35:54 +0100 | [diff] [blame] | 4205 | u32 mask; |
| 4206 | int ret; |
Alex Deucher | 9e46a48 | 2011-01-06 18:49:35 -0500 | [diff] [blame] | 4207 | |
Alex Deucher | d42dd57 | 2011-01-12 20:05:11 -0500 | [diff] [blame] | 4208 | if (radeon_pcie_gen2 == 0) |
| 4209 | return; |
| 4210 | |
Alex Deucher | 9e46a48 | 2011-01-06 18:49:35 -0500 | [diff] [blame] | 4211 | if (rdev->flags & RADEON_IS_IGP) |
| 4212 | return; |
| 4213 | |
| 4214 | if (!(rdev->flags & RADEON_IS_PCIE)) |
| 4215 | return; |
| 4216 | |
| 4217 | /* x2 cards have a special sequence */ |
| 4218 | if (ASIC_IS_X2(rdev)) |
| 4219 | return; |
| 4220 | |
| 4221 | /* only RV6xx+ chips are supported */ |
| 4222 | if (rdev->family <= CHIP_R600) |
| 4223 | return; |
| 4224 | |
Dave Airlie | 197bbb3 | 2012-06-27 08:35:54 +0100 | [diff] [blame] | 4225 | ret = drm_pcie_get_speed_cap_mask(rdev->ddev, &mask); |
| 4226 | if (ret != 0) |
| 4227 | return; |
| 4228 | |
| 4229 | if (!(mask & DRM_PCIE_SPEED_50)) |
| 4230 | return; |
| 4231 | |
Alex Deucher | 3691fee | 2012-10-08 17:46:27 -0400 | [diff] [blame] | 4232 | speed_cntl = RREG32_PCIE_P(PCIE_LC_SPEED_CNTL); |
| 4233 | if (speed_cntl & LC_CURRENT_DATA_RATE) { |
| 4234 | DRM_INFO("PCIE gen 2 link speeds already enabled\n"); |
| 4235 | return; |
| 4236 | } |
| 4237 | |
Dave Airlie | 197bbb3 | 2012-06-27 08:35:54 +0100 | [diff] [blame] | 4238 | DRM_INFO("enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0\n"); |
| 4239 | |
Alex Deucher | 9e46a48 | 2011-01-06 18:49:35 -0500 | [diff] [blame] | 4240 | /* 55 nm r6xx asics */ |
| 4241 | if ((rdev->family == CHIP_RV670) || |
| 4242 | (rdev->family == CHIP_RV620) || |
| 4243 | (rdev->family == CHIP_RV635)) { |
| 4244 | /* advertise upconfig capability */ |
| 4245 | link_width_cntl = RREG32_PCIE_P(PCIE_LC_LINK_WIDTH_CNTL); |
| 4246 | link_width_cntl &= ~LC_UPCONFIGURE_DIS; |
| 4247 | WREG32_PCIE_P(PCIE_LC_LINK_WIDTH_CNTL, link_width_cntl); |
| 4248 | link_width_cntl = RREG32_PCIE_P(PCIE_LC_LINK_WIDTH_CNTL); |
| 4249 | if (link_width_cntl & LC_RENEGOTIATION_SUPPORT) { |
| 4250 | lanes = (link_width_cntl & LC_LINK_WIDTH_RD_MASK) >> LC_LINK_WIDTH_RD_SHIFT; |
| 4251 | link_width_cntl &= ~(LC_LINK_WIDTH_MASK | |
| 4252 | LC_RECONFIG_ARC_MISSING_ESCAPE); |
| 4253 | link_width_cntl |= lanes | LC_RECONFIG_NOW | LC_RENEGOTIATE_EN; |
| 4254 | WREG32_PCIE_P(PCIE_LC_LINK_WIDTH_CNTL, link_width_cntl); |
| 4255 | } else { |
| 4256 | link_width_cntl |= LC_UPCONFIGURE_DIS; |
| 4257 | WREG32_PCIE_P(PCIE_LC_LINK_WIDTH_CNTL, link_width_cntl); |
| 4258 | } |
| 4259 | } |
| 4260 | |
| 4261 | speed_cntl = RREG32_PCIE_P(PCIE_LC_SPEED_CNTL); |
| 4262 | if ((speed_cntl & LC_OTHER_SIDE_EVER_SENT_GEN2) && |
| 4263 | (speed_cntl & LC_OTHER_SIDE_SUPPORTS_GEN2)) { |
| 4264 | |
| 4265 | /* 55 nm r6xx asics */ |
| 4266 | if ((rdev->family == CHIP_RV670) || |
| 4267 | (rdev->family == CHIP_RV620) || |
| 4268 | (rdev->family == CHIP_RV635)) { |
| 4269 | WREG32(MM_CFGREGS_CNTL, 0x8); |
| 4270 | link_cntl2 = RREG32(0x4088); |
| 4271 | WREG32(MM_CFGREGS_CNTL, 0); |
| 4272 | /* not supported yet */ |
| 4273 | if (link_cntl2 & SELECTABLE_DEEMPHASIS) |
| 4274 | return; |
| 4275 | } |
| 4276 | |
| 4277 | speed_cntl &= ~LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_MASK; |
| 4278 | speed_cntl |= (0x3 << LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_SHIFT); |
| 4279 | speed_cntl &= ~LC_VOLTAGE_TIMER_SEL_MASK; |
| 4280 | speed_cntl &= ~LC_FORCE_DIS_HW_SPEED_CHANGE; |
| 4281 | speed_cntl |= LC_FORCE_EN_HW_SPEED_CHANGE; |
| 4282 | WREG32_PCIE_P(PCIE_LC_SPEED_CNTL, speed_cntl); |
| 4283 | |
| 4284 | tmp = RREG32(0x541c); |
| 4285 | WREG32(0x541c, tmp | 0x8); |
| 4286 | WREG32(MM_CFGREGS_CNTL, MM_WR_TO_CFG_EN); |
| 4287 | link_cntl2 = RREG16(0x4088); |
| 4288 | link_cntl2 &= ~TARGET_LINK_SPEED_MASK; |
| 4289 | link_cntl2 |= 0x2; |
| 4290 | WREG16(0x4088, link_cntl2); |
| 4291 | WREG32(MM_CFGREGS_CNTL, 0); |
| 4292 | |
| 4293 | if ((rdev->family == CHIP_RV670) || |
| 4294 | (rdev->family == CHIP_RV620) || |
| 4295 | (rdev->family == CHIP_RV635)) { |
| 4296 | training_cntl = RREG32_PCIE_P(PCIE_LC_TRAINING_CNTL); |
| 4297 | training_cntl &= ~LC_POINT_7_PLUS_EN; |
| 4298 | WREG32_PCIE_P(PCIE_LC_TRAINING_CNTL, training_cntl); |
| 4299 | } else { |
| 4300 | speed_cntl = RREG32_PCIE_P(PCIE_LC_SPEED_CNTL); |
| 4301 | speed_cntl &= ~LC_TARGET_LINK_SPEED_OVERRIDE_EN; |
| 4302 | WREG32_PCIE_P(PCIE_LC_SPEED_CNTL, speed_cntl); |
| 4303 | } |
| 4304 | |
| 4305 | speed_cntl = RREG32_PCIE_P(PCIE_LC_SPEED_CNTL); |
| 4306 | speed_cntl |= LC_GEN2_EN_STRAP; |
| 4307 | WREG32_PCIE_P(PCIE_LC_SPEED_CNTL, speed_cntl); |
| 4308 | |
| 4309 | } else { |
| 4310 | link_width_cntl = RREG32_PCIE_P(PCIE_LC_LINK_WIDTH_CNTL); |
| 4311 | /* XXX: only disable it if gen1 bridge vendor == 0x111d or 0x1106 */ |
| 4312 | if (1) |
| 4313 | link_width_cntl |= LC_UPCONFIGURE_DIS; |
| 4314 | else |
| 4315 | link_width_cntl &= ~LC_UPCONFIGURE_DIS; |
| 4316 | WREG32_PCIE_P(PCIE_LC_LINK_WIDTH_CNTL, link_width_cntl); |
| 4317 | } |
| 4318 | } |
Marek Olšák | 6759a0a | 2012-08-09 16:34:17 +0200 | [diff] [blame] | 4319 | |
| 4320 | /** |
| 4321 | * r600_get_gpu_clock - return GPU clock counter snapshot |
| 4322 | * |
| 4323 | * @rdev: radeon_device pointer |
| 4324 | * |
| 4325 | * Fetches a GPU clock counter snapshot (R6xx-cayman). |
| 4326 | * Returns the 64 bit clock counter snapshot. |
| 4327 | */ |
| 4328 | uint64_t r600_get_gpu_clock(struct radeon_device *rdev) |
| 4329 | { |
| 4330 | uint64_t clock; |
| 4331 | |
| 4332 | mutex_lock(&rdev->gpu_clock_mutex); |
| 4333 | WREG32(RLC_CAPTURE_GPU_CLOCK_COUNT, 1); |
| 4334 | clock = (uint64_t)RREG32(RLC_GPU_CLOCK_COUNT_LSB) | |
| 4335 | ((uint64_t)RREG32(RLC_GPU_CLOCK_COUNT_MSB) << 32ULL); |
| 4336 | mutex_unlock(&rdev->gpu_clock_mutex); |
| 4337 | return clock; |
| 4338 | } |