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 | */ |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 28 | #include <drm/drmP.h> |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 29 | #include "radeon.h" |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 30 | #include <drm/radeon_drm.h> |
Marek Olšák | 6759a0a | 2012-08-09 16:34:17 +0200 | [diff] [blame] | 31 | #include "radeon_asic.h" |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 32 | |
Dave Airlie | 6a9ee8a | 2010-02-01 15:38:10 +1000 | [diff] [blame] | 33 | #include <linux/vga_switcheroo.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 34 | #include <linux/slab.h> |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 35 | #include <linux/pm_runtime.h> |
Alex Deucher | 7848865 | 2014-03-11 15:02:30 -0400 | [diff] [blame] | 36 | |
Oded Gabbay | e28740e | 2014-07-15 13:53:32 +0300 | [diff] [blame] | 37 | #include "radeon_kfd.h" |
| 38 | |
Alex Deucher | 7848865 | 2014-03-11 15:02:30 -0400 | [diff] [blame] | 39 | #if defined(CONFIG_VGA_SWITCHEROO) |
Alex Deucher | 90c4cde | 2014-04-10 22:29:01 -0400 | [diff] [blame] | 40 | bool radeon_has_atpx(void); |
Alex Deucher | 7848865 | 2014-03-11 15:02:30 -0400 | [diff] [blame] | 41 | #else |
Alex Deucher | 90c4cde | 2014-04-10 22:29:01 -0400 | [diff] [blame] | 42 | static inline bool radeon_has_atpx(void) { return false; } |
Alex Deucher | 7848865 | 2014-03-11 15:02:30 -0400 | [diff] [blame] | 43 | #endif |
| 44 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 45 | /** |
| 46 | * radeon_driver_unload_kms - Main unload function for KMS. |
| 47 | * |
| 48 | * @dev: drm dev pointer |
| 49 | * |
| 50 | * This is the main unload function for KMS (all asics). |
| 51 | * It calls radeon_modeset_fini() to tear down the |
| 52 | * displays, and radeon_device_fini() to tear down |
| 53 | * the rest of the device (CP, writeback, etc.). |
| 54 | * Returns 0 on success. |
| 55 | */ |
Jerome Glisse | cf0fe45 | 2009-12-09 18:21:55 +0100 | [diff] [blame] | 56 | int radeon_driver_unload_kms(struct drm_device *dev) |
| 57 | { |
| 58 | struct radeon_device *rdev = dev->dev_private; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 59 | |
Jerome Glisse | cf0fe45 | 2009-12-09 18:21:55 +0100 | [diff] [blame] | 60 | if (rdev == NULL) |
| 61 | return 0; |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 62 | |
Alex Deucher | 0cd9cb7 | 2013-04-12 19:15:52 -0400 | [diff] [blame] | 63 | if (rdev->rmmio == NULL) |
| 64 | goto done_free; |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 65 | |
| 66 | pm_runtime_get_sync(dev->dev); |
| 67 | |
Oded Gabbay | e28740e | 2014-07-15 13:53:32 +0300 | [diff] [blame] | 68 | radeon_kfd_device_fini(rdev); |
| 69 | |
Alex Deucher | c491707 | 2012-07-31 17:14:35 -0400 | [diff] [blame] | 70 | radeon_acpi_fini(rdev); |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 71 | |
Jerome Glisse | cf0fe45 | 2009-12-09 18:21:55 +0100 | [diff] [blame] | 72 | radeon_modeset_fini(rdev); |
| 73 | radeon_device_fini(rdev); |
Alex Deucher | 0cd9cb7 | 2013-04-12 19:15:52 -0400 | [diff] [blame] | 74 | |
| 75 | done_free: |
Jerome Glisse | cf0fe45 | 2009-12-09 18:21:55 +0100 | [diff] [blame] | 76 | kfree(rdev); |
| 77 | dev->dev_private = NULL; |
| 78 | return 0; |
| 79 | } |
| 80 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 81 | /** |
| 82 | * radeon_driver_load_kms - Main load function for KMS. |
| 83 | * |
| 84 | * @dev: drm dev pointer |
| 85 | * @flags: device flags |
| 86 | * |
| 87 | * This is the main load function for KMS (all asics). |
| 88 | * It calls radeon_device_init() to set up the non-display |
| 89 | * parts of the chip (asic init, CP, writeback, etc.), and |
| 90 | * radeon_modeset_init() to set up the display parts |
| 91 | * (crtcs, encoders, hotplug detect, etc.). |
| 92 | * Returns 0 on success, error on failure. |
| 93 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 94 | int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags) |
| 95 | { |
| 96 | struct radeon_device *rdev; |
Alberto Milone | d7a2952 | 2010-07-06 11:40:24 -0400 | [diff] [blame] | 97 | int r, acpi_status; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 98 | |
| 99 | rdev = kzalloc(sizeof(struct radeon_device), GFP_KERNEL); |
| 100 | if (rdev == NULL) { |
| 101 | return -ENOMEM; |
| 102 | } |
| 103 | dev->dev_private = (void *)rdev; |
| 104 | |
| 105 | /* update BUS flag */ |
Dave Airlie | 8410ea3 | 2010-12-15 03:16:38 +1000 | [diff] [blame] | 106 | if (drm_pci_device_is_agp(dev)) { |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 107 | flags |= RADEON_IS_AGP; |
Jon Mason | 58b6542 | 2011-06-27 16:07:50 +0000 | [diff] [blame] | 108 | } else if (pci_is_pcie(dev->pdev)) { |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 109 | flags |= RADEON_IS_PCIE; |
| 110 | } else { |
| 111 | flags |= RADEON_IS_PCI; |
| 112 | } |
| 113 | |
Alex Deucher | 73acacc | 2014-04-15 12:44:35 -0400 | [diff] [blame] | 114 | if ((radeon_runtime_pm != 0) && |
| 115 | radeon_has_atpx() && |
| 116 | ((flags & RADEON_IS_IGP) == 0)) |
Alex Deucher | 90c4cde | 2014-04-10 22:29:01 -0400 | [diff] [blame] | 117 | flags |= RADEON_IS_PX; |
| 118 | |
Jerome Glisse | 6cf8a3f | 2009-09-10 21:46:48 +0200 | [diff] [blame] | 119 | /* radeon_device_init should report only fatal error |
| 120 | * like memory allocation failure or iomapping failure, |
| 121 | * or memory manager initialization failure, it must |
| 122 | * properly initialize the GPU MC controller and permit |
| 123 | * VRAM allocation |
| 124 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 125 | r = radeon_device_init(rdev, dev, dev->pdev, flags); |
| 126 | if (r) { |
Jerome Glisse | cf0fe45 | 2009-12-09 18:21:55 +0100 | [diff] [blame] | 127 | dev_err(&dev->pdev->dev, "Fatal error during GPU init\n"); |
| 128 | goto out; |
Jerome Glisse | 6cf8a3f | 2009-09-10 21:46:48 +0200 | [diff] [blame] | 129 | } |
Alberto Milone | d7a2952 | 2010-07-06 11:40:24 -0400 | [diff] [blame] | 130 | |
Jerome Glisse | 6cf8a3f | 2009-09-10 21:46:48 +0200 | [diff] [blame] | 131 | /* Again modeset_init should fail only on fatal error |
| 132 | * otherwise it should provide enough functionalities |
| 133 | * for shadowfb to run |
| 134 | */ |
| 135 | r = radeon_modeset_init(rdev); |
Jerome Glisse | cf0fe45 | 2009-12-09 18:21:55 +0100 | [diff] [blame] | 136 | if (r) |
| 137 | dev_err(&dev->pdev->dev, "Fatal error during modeset init\n"); |
Luca Tettamanti | fda4b25 | 2012-07-30 21:20:35 +0200 | [diff] [blame] | 138 | |
| 139 | /* Call ACPI methods: require modeset init |
| 140 | * but failure is not fatal |
| 141 | */ |
| 142 | if (!r) { |
| 143 | acpi_status = radeon_acpi_init(rdev); |
| 144 | if (acpi_status) |
| 145 | dev_dbg(&dev->pdev->dev, |
| 146 | "Error during ACPI methods call\n"); |
| 147 | } |
| 148 | |
Oded Gabbay | e28740e | 2014-07-15 13:53:32 +0300 | [diff] [blame] | 149 | radeon_kfd_device_probe(rdev); |
| 150 | radeon_kfd_device_init(rdev); |
| 151 | |
Alex Deucher | 90c4cde | 2014-04-10 22:29:01 -0400 | [diff] [blame] | 152 | if (radeon_is_px(dev)) { |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 153 | pm_runtime_use_autosuspend(dev->dev); |
| 154 | pm_runtime_set_autosuspend_delay(dev->dev, 5000); |
| 155 | pm_runtime_set_active(dev->dev); |
| 156 | pm_runtime_allow(dev->dev); |
| 157 | pm_runtime_mark_last_busy(dev->dev); |
| 158 | pm_runtime_put_autosuspend(dev->dev); |
| 159 | } |
| 160 | |
Jerome Glisse | cf0fe45 | 2009-12-09 18:21:55 +0100 | [diff] [blame] | 161 | out: |
| 162 | if (r) |
| 163 | radeon_driver_unload_kms(dev); |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 164 | |
| 165 | |
Jerome Glisse | cf0fe45 | 2009-12-09 18:21:55 +0100 | [diff] [blame] | 166 | return r; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 167 | } |
| 168 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 169 | /** |
| 170 | * radeon_set_filp_rights - Set filp right. |
| 171 | * |
| 172 | * @dev: drm dev pointer |
| 173 | * @owner: drm file |
| 174 | * @applier: drm file |
| 175 | * @value: value |
| 176 | * |
| 177 | * Sets the filp rights for the device (all asics). |
| 178 | */ |
Marek Olšák | 9eba4a9 | 2011-01-05 05:46:48 +0100 | [diff] [blame] | 179 | static void radeon_set_filp_rights(struct drm_device *dev, |
| 180 | struct drm_file **owner, |
| 181 | struct drm_file *applier, |
| 182 | uint32_t *value) |
| 183 | { |
| 184 | mutex_lock(&dev->struct_mutex); |
| 185 | if (*value == 1) { |
| 186 | /* wants rights */ |
| 187 | if (!*owner) |
| 188 | *owner = applier; |
| 189 | } else if (*value == 0) { |
| 190 | /* revokes rights */ |
| 191 | if (*owner == applier) |
| 192 | *owner = NULL; |
| 193 | } |
| 194 | *value = *owner == applier ? 1 : 0; |
| 195 | mutex_unlock(&dev->struct_mutex); |
| 196 | } |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 197 | |
| 198 | /* |
Marek Olšák | 9eba4a9 | 2011-01-05 05:46:48 +0100 | [diff] [blame] | 199 | * Userspace get information ioctl |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 200 | */ |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 201 | /** |
| 202 | * radeon_info_ioctl - answer a device specific request. |
| 203 | * |
| 204 | * @rdev: radeon device pointer |
| 205 | * @data: request object |
| 206 | * @filp: drm filp |
| 207 | * |
| 208 | * This function is used to pass device specific parameters to the userspace |
| 209 | * drivers. Examples include: pci device id, pipeline parms, tiling params, |
| 210 | * etc. (all asics). |
| 211 | * Returns 0 on success, -EINVAL on failure. |
| 212 | */ |
Rashika Kheria | 5520345 | 2014-01-06 20:53:07 +0530 | [diff] [blame] | 213 | static int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp) |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 214 | { |
| 215 | struct radeon_device *rdev = dev->dev_private; |
Marek Olšák | 6759a0a | 2012-08-09 16:34:17 +0200 | [diff] [blame] | 216 | struct drm_radeon_info *info = data; |
Jerome Glisse | bc35afd | 2010-05-12 18:01:13 +0200 | [diff] [blame] | 217 | struct radeon_mode_info *minfo = &rdev->mode_info; |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 218 | uint32_t *value, value_tmp, *value_ptr, value_size; |
| 219 | uint64_t value64; |
Jerome Glisse | bc35afd | 2010-05-12 18:01:13 +0200 | [diff] [blame] | 220 | struct drm_crtc *crtc; |
| 221 | int i, found; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 222 | |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 223 | value_ptr = (uint32_t *)((unsigned long)info->value); |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 224 | value = &value_tmp; |
| 225 | value_size = sizeof(uint32_t); |
Dr. David Alan Gilbert | d8ab355 | 2010-08-02 09:43:52 +1000 | [diff] [blame] | 226 | |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 227 | switch (info->request) { |
| 228 | case RADEON_INFO_DEVICE_ID: |
Ville Syrjälä | ffbab09b | 2013-10-04 14:53:40 +0300 | [diff] [blame] | 229 | *value = dev->pdev->device; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 230 | break; |
| 231 | case RADEON_INFO_NUM_GB_PIPES: |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 232 | *value = rdev->num_gb_pipes; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 233 | break; |
Alex Deucher | f779b3e | 2009-08-19 19:11:39 -0400 | [diff] [blame] | 234 | case RADEON_INFO_NUM_Z_PIPES: |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 235 | *value = rdev->num_z_pipes; |
Alex Deucher | f779b3e | 2009-08-19 19:11:39 -0400 | [diff] [blame] | 236 | break; |
Jerome Glisse | 733289c | 2009-09-16 15:24:21 +0200 | [diff] [blame] | 237 | case RADEON_INFO_ACCEL_WORKING: |
Alex Deucher | 148a03b | 2010-06-03 19:00:03 -0400 | [diff] [blame] | 238 | /* xf86-video-ati 6.13.0 relies on this being false for evergreen */ |
| 239 | if ((rdev->family >= CHIP_CEDAR) && (rdev->family <= CHIP_HEMLOCK)) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 240 | *value = false; |
Alex Deucher | 148a03b | 2010-06-03 19:00:03 -0400 | [diff] [blame] | 241 | else |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 242 | *value = rdev->accel_working; |
Jerome Glisse | 733289c | 2009-09-16 15:24:21 +0200 | [diff] [blame] | 243 | break; |
Jerome Glisse | bc35afd | 2010-05-12 18:01:13 +0200 | [diff] [blame] | 244 | case RADEON_INFO_CRTC_FROM_ID: |
Daniel Vetter | 1d6ac18 | 2013-12-11 11:34:44 +0100 | [diff] [blame] | 245 | if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 246 | DRM_ERROR("copy_from_user %s:%u\n", __func__, __LINE__); |
| 247 | return -EFAULT; |
| 248 | } |
Jerome Glisse | bc35afd | 2010-05-12 18:01:13 +0200 | [diff] [blame] | 249 | for (i = 0, found = 0; i < rdev->num_crtc; i++) { |
| 250 | crtc = (struct drm_crtc *)minfo->crtcs[i]; |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 251 | if (crtc && crtc->base.id == *value) { |
Alex Deucher | 0baf2d8 | 2010-07-21 14:05:35 -0400 | [diff] [blame] | 252 | struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 253 | *value = radeon_crtc->crtc_id; |
Jerome Glisse | bc35afd | 2010-05-12 18:01:13 +0200 | [diff] [blame] | 254 | found = 1; |
| 255 | break; |
| 256 | } |
| 257 | } |
| 258 | if (!found) { |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 259 | DRM_DEBUG_KMS("unknown crtc id %d\n", *value); |
Jerome Glisse | bc35afd | 2010-05-12 18:01:13 +0200 | [diff] [blame] | 260 | return -EINVAL; |
| 261 | } |
| 262 | break; |
Alex Deucher | 148a03b | 2010-06-03 19:00:03 -0400 | [diff] [blame] | 263 | case RADEON_INFO_ACCEL_WORKING2: |
Alex Deucher | 3c64bd2 | 2014-08-01 20:05:30 +0200 | [diff] [blame] | 264 | if (rdev->family == CHIP_HAWAII) { |
Andreas Boll | 9eb401a | 2014-08-01 20:05:32 +0200 | [diff] [blame] | 265 | if (rdev->accel_working) { |
| 266 | if (rdev->new_fw) |
| 267 | *value = 3; |
| 268 | else |
| 269 | *value = 2; |
| 270 | } else { |
Alex Deucher | 3c64bd2 | 2014-08-01 20:05:30 +0200 | [diff] [blame] | 271 | *value = 0; |
Andreas Boll | 9eb401a | 2014-08-01 20:05:32 +0200 | [diff] [blame] | 272 | } |
Alex Deucher | 3c64bd2 | 2014-08-01 20:05:30 +0200 | [diff] [blame] | 273 | } else { |
| 274 | *value = rdev->accel_working; |
| 275 | } |
Alex Deucher | 148a03b | 2010-06-03 19:00:03 -0400 | [diff] [blame] | 276 | break; |
Alex Deucher | e7aeeba | 2010-06-04 13:10:12 -0400 | [diff] [blame] | 277 | case RADEON_INFO_TILING_CONFIG: |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 278 | if (rdev->family >= CHIP_BONAIRE) |
| 279 | *value = rdev->config.cik.tile_config; |
| 280 | else if (rdev->family >= CHIP_TAHITI) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 281 | *value = rdev->config.si.tile_config; |
Michel Dänzer | c1b2f69 | 2012-03-20 17:18:26 -0400 | [diff] [blame] | 282 | else if (rdev->family >= CHIP_CAYMAN) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 283 | *value = rdev->config.cayman.tile_config; |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 284 | else if (rdev->family >= CHIP_CEDAR) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 285 | *value = rdev->config.evergreen.tile_config; |
Alex Deucher | e7aeeba | 2010-06-04 13:10:12 -0400 | [diff] [blame] | 286 | else if (rdev->family >= CHIP_RV770) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 287 | *value = rdev->config.rv770.tile_config; |
Alex Deucher | e7aeeba | 2010-06-04 13:10:12 -0400 | [diff] [blame] | 288 | else if (rdev->family >= CHIP_R600) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 289 | *value = rdev->config.r600.tile_config; |
Alex Deucher | e7aeeba | 2010-06-04 13:10:12 -0400 | [diff] [blame] | 290 | else { |
Dave Airlie | d9fdaaf | 2010-08-02 10:42:55 +1000 | [diff] [blame] | 291 | DRM_DEBUG_KMS("tiling config is r6xx+ only!\n"); |
Alex Deucher | e7aeeba | 2010-06-04 13:10:12 -0400 | [diff] [blame] | 292 | return -EINVAL; |
| 293 | } |
Alex Deucher | b824b36 | 2010-08-12 08:25:47 -0400 | [diff] [blame] | 294 | break; |
Dave Airlie | ab9e1f5 | 2010-07-13 11:11:11 +1000 | [diff] [blame] | 295 | case RADEON_INFO_WANT_HYPERZ: |
Marek Olšák | 43861f7 | 2010-08-07 03:36:34 +0200 | [diff] [blame] | 296 | /* The "value" here is both an input and output parameter. |
| 297 | * If the input value is 1, filp requests hyper-z access. |
| 298 | * If the input value is 0, filp revokes its hyper-z access. |
| 299 | * |
| 300 | * When returning, the value is 1 if filp owns hyper-z access, |
| 301 | * 0 otherwise. */ |
Daniel Vetter | 1d6ac18 | 2013-12-11 11:34:44 +0100 | [diff] [blame] | 302 | if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 303 | DRM_ERROR("copy_from_user %s:%u\n", __func__, __LINE__); |
| 304 | return -EFAULT; |
| 305 | } |
| 306 | if (*value >= 2) { |
| 307 | DRM_DEBUG_KMS("WANT_HYPERZ: invalid value %d\n", *value); |
Marek Olšák | 43861f7 | 2010-08-07 03:36:34 +0200 | [diff] [blame] | 308 | return -EINVAL; |
Dave Airlie | ab9e1f5 | 2010-07-13 11:11:11 +1000 | [diff] [blame] | 309 | } |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 310 | radeon_set_filp_rights(dev, &rdev->hyperz_filp, filp, value); |
Marek Olšák | 9eba4a9 | 2011-01-05 05:46:48 +0100 | [diff] [blame] | 311 | break; |
| 312 | case RADEON_INFO_WANT_CMASK: |
| 313 | /* The same logic as Hyper-Z. */ |
Daniel Vetter | 1d6ac18 | 2013-12-11 11:34:44 +0100 | [diff] [blame] | 314 | if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 315 | DRM_ERROR("copy_from_user %s:%u\n", __func__, __LINE__); |
| 316 | return -EFAULT; |
| 317 | } |
| 318 | if (*value >= 2) { |
| 319 | DRM_DEBUG_KMS("WANT_CMASK: invalid value %d\n", *value); |
Marek Olšák | 9eba4a9 | 2011-01-05 05:46:48 +0100 | [diff] [blame] | 320 | return -EINVAL; |
Marek Olšák | 43861f7 | 2010-08-07 03:36:34 +0200 | [diff] [blame] | 321 | } |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 322 | radeon_set_filp_rights(dev, &rdev->cmask_filp, filp, value); |
Alex Deucher | e7aeeba | 2010-06-04 13:10:12 -0400 | [diff] [blame] | 323 | break; |
Alex Deucher | 58bbf01 | 2011-01-24 17:14:26 -0500 | [diff] [blame] | 324 | case RADEON_INFO_CLOCK_CRYSTAL_FREQ: |
| 325 | /* return clock value in KHz */ |
Alex Deucher | 454d2e2 | 2013-02-14 10:04:02 -0500 | [diff] [blame] | 326 | if (rdev->asic->get_xclk) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 327 | *value = radeon_get_xclk(rdev) * 10; |
Alex Deucher | 454d2e2 | 2013-02-14 10:04:02 -0500 | [diff] [blame] | 328 | else |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 329 | *value = rdev->clock.spll.reference_freq * 10; |
Alex Deucher | 58bbf01 | 2011-01-24 17:14:26 -0500 | [diff] [blame] | 330 | break; |
Dave Airlie | 486af18 | 2011-03-01 14:32:27 +1000 | [diff] [blame] | 331 | case RADEON_INFO_NUM_BACKENDS: |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 332 | if (rdev->family >= CHIP_BONAIRE) |
| 333 | *value = rdev->config.cik.max_backends_per_se * |
| 334 | rdev->config.cik.max_shader_engines; |
| 335 | else if (rdev->family >= CHIP_TAHITI) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 336 | *value = rdev->config.si.max_backends_per_se * |
Michel Dänzer | c1b2f69 | 2012-03-20 17:18:26 -0400 | [diff] [blame] | 337 | rdev->config.si.max_shader_engines; |
| 338 | else if (rdev->family >= CHIP_CAYMAN) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 339 | *value = rdev->config.cayman.max_backends_per_se * |
Alex Deucher | fecf1d0 | 2011-03-02 20:07:29 -0500 | [diff] [blame] | 340 | rdev->config.cayman.max_shader_engines; |
| 341 | else if (rdev->family >= CHIP_CEDAR) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 342 | *value = rdev->config.evergreen.max_backends; |
Dave Airlie | 486af18 | 2011-03-01 14:32:27 +1000 | [diff] [blame] | 343 | else if (rdev->family >= CHIP_RV770) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 344 | *value = rdev->config.rv770.max_backends; |
Dave Airlie | 486af18 | 2011-03-01 14:32:27 +1000 | [diff] [blame] | 345 | else if (rdev->family >= CHIP_R600) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 346 | *value = rdev->config.r600.max_backends; |
Dave Airlie | 486af18 | 2011-03-01 14:32:27 +1000 | [diff] [blame] | 347 | else { |
| 348 | return -EINVAL; |
| 349 | } |
| 350 | break; |
Alex Deucher | 6565945 | 2011-04-26 13:27:43 -0400 | [diff] [blame] | 351 | case RADEON_INFO_NUM_TILE_PIPES: |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 352 | if (rdev->family >= CHIP_BONAIRE) |
| 353 | *value = rdev->config.cik.max_tile_pipes; |
| 354 | else if (rdev->family >= CHIP_TAHITI) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 355 | *value = rdev->config.si.max_tile_pipes; |
Michel Dänzer | c1b2f69 | 2012-03-20 17:18:26 -0400 | [diff] [blame] | 356 | else if (rdev->family >= CHIP_CAYMAN) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 357 | *value = rdev->config.cayman.max_tile_pipes; |
Alex Deucher | 6565945 | 2011-04-26 13:27:43 -0400 | [diff] [blame] | 358 | else if (rdev->family >= CHIP_CEDAR) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 359 | *value = rdev->config.evergreen.max_tile_pipes; |
Alex Deucher | 6565945 | 2011-04-26 13:27:43 -0400 | [diff] [blame] | 360 | else if (rdev->family >= CHIP_RV770) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 361 | *value = rdev->config.rv770.max_tile_pipes; |
Alex Deucher | 6565945 | 2011-04-26 13:27:43 -0400 | [diff] [blame] | 362 | else if (rdev->family >= CHIP_R600) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 363 | *value = rdev->config.r600.max_tile_pipes; |
Alex Deucher | 6565945 | 2011-04-26 13:27:43 -0400 | [diff] [blame] | 364 | else { |
| 365 | return -EINVAL; |
| 366 | } |
| 367 | break; |
Alex Deucher | 8aeb96f | 2011-05-03 19:28:02 -0400 | [diff] [blame] | 368 | case RADEON_INFO_FUSION_GART_WORKING: |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 369 | *value = 1; |
Alex Deucher | 8aeb96f | 2011-05-03 19:28:02 -0400 | [diff] [blame] | 370 | break; |
Alex Deucher | e55b942 | 2011-07-15 19:53:52 +0000 | [diff] [blame] | 371 | case RADEON_INFO_BACKEND_MAP: |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 372 | if (rdev->family >= CHIP_BONAIRE) |
Michel Dänzer | 1ddce27 | 2013-11-18 18:25:59 +0900 | [diff] [blame] | 373 | *value = rdev->config.cik.backend_map; |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 374 | else if (rdev->family >= CHIP_TAHITI) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 375 | *value = rdev->config.si.backend_map; |
Michel Dänzer | c1b2f69 | 2012-03-20 17:18:26 -0400 | [diff] [blame] | 376 | else if (rdev->family >= CHIP_CAYMAN) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 377 | *value = rdev->config.cayman.backend_map; |
Alex Deucher | e55b942 | 2011-07-15 19:53:52 +0000 | [diff] [blame] | 378 | else if (rdev->family >= CHIP_CEDAR) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 379 | *value = rdev->config.evergreen.backend_map; |
Alex Deucher | e55b942 | 2011-07-15 19:53:52 +0000 | [diff] [blame] | 380 | else if (rdev->family >= CHIP_RV770) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 381 | *value = rdev->config.rv770.backend_map; |
Alex Deucher | e55b942 | 2011-07-15 19:53:52 +0000 | [diff] [blame] | 382 | else if (rdev->family >= CHIP_R600) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 383 | *value = rdev->config.r600.backend_map; |
Alex Deucher | e55b942 | 2011-07-15 19:53:52 +0000 | [diff] [blame] | 384 | else { |
| 385 | return -EINVAL; |
| 386 | } |
| 387 | break; |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 388 | case RADEON_INFO_VA_START: |
| 389 | /* this is where we report if vm is supported or not */ |
| 390 | if (rdev->family < CHIP_CAYMAN) |
| 391 | return -EINVAL; |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 392 | *value = RADEON_VA_RESERVED_SIZE; |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 393 | break; |
| 394 | case RADEON_INFO_IB_VM_MAX_SIZE: |
| 395 | /* this is where we report if vm is supported or not */ |
| 396 | if (rdev->family < CHIP_CAYMAN) |
| 397 | return -EINVAL; |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 398 | *value = RADEON_IB_VM_MAX_SIZE; |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 399 | break; |
Tom Stellard | 609c1e1 | 2012-03-20 17:17:55 -0400 | [diff] [blame] | 400 | case RADEON_INFO_MAX_PIPES: |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 401 | if (rdev->family >= CHIP_BONAIRE) |
| 402 | *value = rdev->config.cik.max_cu_per_sh; |
| 403 | else if (rdev->family >= CHIP_TAHITI) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 404 | *value = rdev->config.si.max_cu_per_sh; |
Michel Dänzer | c1b2f69 | 2012-03-20 17:18:26 -0400 | [diff] [blame] | 405 | else if (rdev->family >= CHIP_CAYMAN) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 406 | *value = rdev->config.cayman.max_pipes_per_simd; |
Tom Stellard | 609c1e1 | 2012-03-20 17:17:55 -0400 | [diff] [blame] | 407 | else if (rdev->family >= CHIP_CEDAR) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 408 | *value = rdev->config.evergreen.max_pipes; |
Tom Stellard | 609c1e1 | 2012-03-20 17:17:55 -0400 | [diff] [blame] | 409 | else if (rdev->family >= CHIP_RV770) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 410 | *value = rdev->config.rv770.max_pipes; |
Tom Stellard | 609c1e1 | 2012-03-20 17:17:55 -0400 | [diff] [blame] | 411 | else if (rdev->family >= CHIP_R600) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 412 | *value = rdev->config.r600.max_pipes; |
Tom Stellard | 609c1e1 | 2012-03-20 17:17:55 -0400 | [diff] [blame] | 413 | else { |
| 414 | return -EINVAL; |
| 415 | } |
| 416 | break; |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 417 | case RADEON_INFO_TIMESTAMP: |
| 418 | if (rdev->family < CHIP_R600) { |
| 419 | DRM_DEBUG_KMS("timestamp is r6xx+ only!\n"); |
| 420 | return -EINVAL; |
| 421 | } |
| 422 | value = (uint32_t*)&value64; |
| 423 | value_size = sizeof(uint64_t); |
| 424 | value64 = radeon_get_gpu_clock_counter(rdev); |
| 425 | break; |
Alex Deucher | 2e1a767 | 2012-12-04 12:55:37 -0500 | [diff] [blame] | 426 | case RADEON_INFO_MAX_SE: |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 427 | if (rdev->family >= CHIP_BONAIRE) |
| 428 | *value = rdev->config.cik.max_shader_engines; |
| 429 | else if (rdev->family >= CHIP_TAHITI) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 430 | *value = rdev->config.si.max_shader_engines; |
Alex Deucher | 2e1a767 | 2012-12-04 12:55:37 -0500 | [diff] [blame] | 431 | else if (rdev->family >= CHIP_CAYMAN) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 432 | *value = rdev->config.cayman.max_shader_engines; |
Alex Deucher | 2e1a767 | 2012-12-04 12:55:37 -0500 | [diff] [blame] | 433 | else if (rdev->family >= CHIP_CEDAR) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 434 | *value = rdev->config.evergreen.num_ses; |
Alex Deucher | 2e1a767 | 2012-12-04 12:55:37 -0500 | [diff] [blame] | 435 | else |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 436 | *value = 1; |
Alex Deucher | 2e1a767 | 2012-12-04 12:55:37 -0500 | [diff] [blame] | 437 | break; |
| 438 | case RADEON_INFO_MAX_SH_PER_SE: |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 439 | if (rdev->family >= CHIP_BONAIRE) |
| 440 | *value = rdev->config.cik.max_sh_per_se; |
| 441 | else if (rdev->family >= CHIP_TAHITI) |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 442 | *value = rdev->config.si.max_sh_per_se; |
Alex Deucher | 2e1a767 | 2012-12-04 12:55:37 -0500 | [diff] [blame] | 443 | else |
| 444 | return -EINVAL; |
| 445 | break; |
Samuel Li | a0a53aa | 2013-04-08 17:25:47 -0400 | [diff] [blame] | 446 | case RADEON_INFO_FASTFB_WORKING: |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 447 | *value = rdev->fastfb_working; |
Samuel Li | a0a53aa | 2013-04-08 17:25:47 -0400 | [diff] [blame] | 448 | break; |
Christian König | 902aaef | 2013-04-09 10:35:42 -0400 | [diff] [blame] | 449 | case RADEON_INFO_RING_WORKING: |
Daniel Vetter | 1d6ac18 | 2013-12-11 11:34:44 +0100 | [diff] [blame] | 450 | if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 451 | DRM_ERROR("copy_from_user %s:%u\n", __func__, __LINE__); |
| 452 | return -EFAULT; |
| 453 | } |
| 454 | switch (*value) { |
Christian König | 902aaef | 2013-04-09 10:35:42 -0400 | [diff] [blame] | 455 | case RADEON_CS_RING_GFX: |
| 456 | case RADEON_CS_RING_COMPUTE: |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 457 | *value = rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready; |
Christian König | 902aaef | 2013-04-09 10:35:42 -0400 | [diff] [blame] | 458 | break; |
| 459 | case RADEON_CS_RING_DMA: |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 460 | *value = rdev->ring[R600_RING_TYPE_DMA_INDEX].ready; |
| 461 | *value |= rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready; |
Christian König | 902aaef | 2013-04-09 10:35:42 -0400 | [diff] [blame] | 462 | break; |
| 463 | case RADEON_CS_RING_UVD: |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 464 | *value = rdev->ring[R600_RING_TYPE_UVD_INDEX].ready; |
Christian König | 902aaef | 2013-04-09 10:35:42 -0400 | [diff] [blame] | 465 | break; |
Christian König | f7ba8b0 | 2014-01-27 10:16:06 -0700 | [diff] [blame] | 466 | case RADEON_CS_RING_VCE: |
| 467 | *value = rdev->ring[TN_RING_TYPE_VCE1_INDEX].ready; |
| 468 | break; |
Christian König | 902aaef | 2013-04-09 10:35:42 -0400 | [diff] [blame] | 469 | default: |
| 470 | return -EINVAL; |
| 471 | } |
| 472 | break; |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 473 | case RADEON_INFO_SI_TILE_MODE_ARRAY: |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 474 | if (rdev->family >= CHIP_BONAIRE) { |
Alex Deucher | 39aee49 | 2013-04-10 13:41:25 -0400 | [diff] [blame] | 475 | value = rdev->config.cik.tile_mode_array; |
| 476 | value_size = sizeof(uint32_t)*32; |
| 477 | } else if (rdev->family >= CHIP_TAHITI) { |
| 478 | value = rdev->config.si.tile_mode_array; |
| 479 | value_size = sizeof(uint32_t)*32; |
| 480 | } else { |
| 481 | DRM_DEBUG_KMS("tile mode array is si+ only!\n"); |
Alex Deucher | 64f759c | 2012-07-06 17:40:32 -0400 | [diff] [blame] | 482 | return -EINVAL; |
| 483 | } |
Jerome Glisse | 64d7b8b | 2013-04-09 11:17:08 -0400 | [diff] [blame] | 484 | break; |
Michel Dänzer | 32f79a8 | 2013-11-18 18:26:00 +0900 | [diff] [blame] | 485 | case RADEON_INFO_CIK_MACROTILE_MODE_ARRAY: |
| 486 | if (rdev->family >= CHIP_BONAIRE) { |
| 487 | value = rdev->config.cik.macrotile_mode_array; |
| 488 | value_size = sizeof(uint32_t)*16; |
| 489 | } else { |
| 490 | DRM_DEBUG_KMS("macrotile mode array is cik+ only!\n"); |
| 491 | return -EINVAL; |
| 492 | } |
| 493 | break; |
Tom Stellard | e5b9e75 | 2013-08-16 17:47:39 -0400 | [diff] [blame] | 494 | case RADEON_INFO_SI_CP_DMA_COMPUTE: |
| 495 | *value = 1; |
| 496 | break; |
Marek Olšák | 439a1cf | 2013-12-22 02:18:01 +0100 | [diff] [blame] | 497 | case RADEON_INFO_SI_BACKEND_ENABLED_MASK: |
| 498 | if (rdev->family >= CHIP_BONAIRE) { |
| 499 | *value = rdev->config.cik.backend_enable_mask; |
| 500 | } else if (rdev->family >= CHIP_TAHITI) { |
| 501 | *value = rdev->config.si.backend_enable_mask; |
| 502 | } else { |
| 503 | DRM_DEBUG_KMS("BACKEND_ENABLED_MASK is si+ only!\n"); |
| 504 | } |
| 505 | break; |
Alex Deucher | f5f1f89 | 2014-01-20 18:20:29 -0500 | [diff] [blame] | 506 | case RADEON_INFO_MAX_SCLK: |
| 507 | if ((rdev->pm.pm_method == PM_METHOD_DPM) && |
| 508 | rdev->pm.dpm_enabled) |
| 509 | *value = rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac.sclk * 10; |
| 510 | else |
| 511 | *value = rdev->pm.default_sclk * 10; |
| 512 | break; |
Christian König | 98ccc29 | 2014-01-23 09:50:49 -0700 | [diff] [blame] | 513 | case RADEON_INFO_VCE_FW_VERSION: |
| 514 | *value = rdev->vce.fw_version; |
| 515 | break; |
| 516 | case RADEON_INFO_VCE_FB_VERSION: |
| 517 | *value = rdev->vce.fb_version; |
| 518 | break; |
Marek Olšák | 67e8e3f | 2014-03-02 00:56:18 +0100 | [diff] [blame] | 519 | case RADEON_INFO_NUM_BYTES_MOVED: |
| 520 | value = (uint32_t*)&value64; |
| 521 | value_size = sizeof(uint64_t); |
| 522 | value64 = atomic64_read(&rdev->num_bytes_moved); |
| 523 | break; |
| 524 | case RADEON_INFO_VRAM_USAGE: |
| 525 | value = (uint32_t*)&value64; |
| 526 | value_size = sizeof(uint64_t); |
| 527 | value64 = atomic64_read(&rdev->vram_usage); |
| 528 | break; |
| 529 | case RADEON_INFO_GTT_USAGE: |
| 530 | value = (uint32_t*)&value64; |
| 531 | value_size = sizeof(uint64_t); |
| 532 | value64 = atomic64_read(&rdev->gtt_usage); |
| 533 | break; |
Alex Deucher | 65fcf66 | 2014-06-02 16:13:21 -0400 | [diff] [blame] | 534 | case RADEON_INFO_ACTIVE_CU_COUNT: |
| 535 | if (rdev->family >= CHIP_BONAIRE) |
| 536 | *value = rdev->config.cik.active_cus; |
| 537 | else if (rdev->family >= CHIP_TAHITI) |
| 538 | *value = rdev->config.si.active_cus; |
| 539 | else if (rdev->family >= CHIP_CAYMAN) |
| 540 | *value = rdev->config.cayman.active_simds; |
| 541 | else if (rdev->family >= CHIP_CEDAR) |
| 542 | *value = rdev->config.evergreen.active_simds; |
| 543 | else if (rdev->family >= CHIP_RV770) |
| 544 | *value = rdev->config.rv770.active_simds; |
| 545 | else if (rdev->family >= CHIP_R600) |
| 546 | *value = rdev->config.r600.active_simds; |
| 547 | else |
| 548 | *value = 1; |
| 549 | break; |
Alex Deucher | d6d2a18 | 2014-09-30 10:04:40 -0400 | [diff] [blame] | 550 | case RADEON_INFO_CURRENT_GPU_TEMP: |
| 551 | /* get temperature in millidegrees C */ |
| 552 | if (rdev->asic->pm.get_temperature) |
| 553 | *value = radeon_get_temperature(rdev); |
| 554 | else |
| 555 | *value = 0; |
| 556 | break; |
Alex Deucher | 5c363a8 | 2014-09-30 11:33:30 -0400 | [diff] [blame] | 557 | case RADEON_INFO_CURRENT_GPU_SCLK: |
| 558 | /* get sclk in Mhz */ |
| 559 | if (rdev->pm.dpm_enabled) |
| 560 | *value = radeon_dpm_get_current_sclk(rdev) / 100; |
| 561 | else |
| 562 | *value = rdev->pm.current_sclk / 100; |
| 563 | break; |
| 564 | case RADEON_INFO_CURRENT_GPU_MCLK: |
| 565 | /* get mclk in Mhz */ |
| 566 | if (rdev->pm.dpm_enabled) |
| 567 | *value = radeon_dpm_get_current_mclk(rdev) / 100; |
| 568 | else |
| 569 | *value = rdev->pm.current_mclk / 100; |
| 570 | break; |
Alex Deucher | 4535cb9 | 2014-10-01 11:26:50 -0400 | [diff] [blame] | 571 | case RADEON_INFO_READ_REG: |
| 572 | if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { |
| 573 | DRM_ERROR("copy_from_user %s:%u\n", __func__, __LINE__); |
| 574 | return -EFAULT; |
| 575 | } |
| 576 | if (radeon_get_allowed_info_register(rdev, *value, value)) |
| 577 | return -EINVAL; |
| 578 | break; |
Marek Olšák | 72b9076 | 2015-04-29 19:40:33 +0200 | [diff] [blame] | 579 | case RADEON_INFO_GPU_RESET_COUNTER: |
| 580 | *value = atomic_read(&rdev->gpu_reset_counter); |
| 581 | break; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 582 | default: |
Dave Airlie | d9fdaaf | 2010-08-02 10:42:55 +1000 | [diff] [blame] | 583 | DRM_DEBUG_KMS("Invalid request %d\n", info->request); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 584 | return -EINVAL; |
| 585 | } |
Daniel Vetter | 1d6ac18 | 2013-12-11 11:34:44 +0100 | [diff] [blame] | 586 | if (copy_to_user(value_ptr, (char*)value, value_size)) { |
Marek Olšák | 6759a0a | 2012-08-09 16:34:17 +0200 | [diff] [blame] | 587 | DRM_ERROR("copy_to_user %s:%u\n", __func__, __LINE__); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 588 | return -EFAULT; |
| 589 | } |
| 590 | return 0; |
| 591 | } |
| 592 | |
| 593 | |
| 594 | /* |
| 595 | * Outdated mess for old drm with Xorg being in charge (void function now). |
| 596 | */ |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 597 | /** |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 598 | * radeon_driver_firstopen_kms - drm callback for last close |
| 599 | * |
| 600 | * @dev: drm dev pointer |
| 601 | * |
| 602 | * Switch vga switcheroo state after last close (all asics). |
| 603 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 604 | void radeon_driver_lastclose_kms(struct drm_device *dev) |
| 605 | { |
Dave Airlie | 6a9ee8a | 2010-02-01 15:38:10 +1000 | [diff] [blame] | 606 | vga_switcheroo_process_delayed_switch(); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 607 | } |
| 608 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 609 | /** |
| 610 | * radeon_driver_open_kms - drm callback for open |
| 611 | * |
| 612 | * @dev: drm dev pointer |
| 613 | * @file_priv: drm file |
| 614 | * |
| 615 | * On device open, init vm on cayman+ (all asics). |
| 616 | * Returns 0 on success, error on failure. |
| 617 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 618 | int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv) |
| 619 | { |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 620 | struct radeon_device *rdev = dev->dev_private; |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 621 | int r; |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 622 | |
| 623 | file_priv->driver_priv = NULL; |
| 624 | |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 625 | r = pm_runtime_get_sync(dev->dev); |
| 626 | if (r < 0) |
| 627 | return r; |
| 628 | |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 629 | /* new gpu have virtual address space support */ |
| 630 | if (rdev->family >= CHIP_CAYMAN) { |
| 631 | struct radeon_fpriv *fpriv; |
Christian König | cc9e67e | 2014-07-18 13:48:10 +0200 | [diff] [blame] | 632 | struct radeon_vm *vm; |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 633 | int r; |
| 634 | |
| 635 | fpriv = kzalloc(sizeof(*fpriv), GFP_KERNEL); |
| 636 | if (unlikely(!fpriv)) { |
| 637 | return -ENOMEM; |
| 638 | } |
| 639 | |
Jérôme Glisse | 24f47ac | 2014-05-07 16:35:24 -0400 | [diff] [blame] | 640 | if (rdev->accel_working) { |
Alex Deucher | 544143f | 2015-01-28 14:36:26 -0500 | [diff] [blame] | 641 | vm = &fpriv->vm; |
| 642 | r = radeon_vm_init(rdev, vm); |
| 643 | if (r) { |
| 644 | kfree(fpriv); |
| 645 | return r; |
| 646 | } |
| 647 | |
Jérôme Glisse | 24f47ac | 2014-05-07 16:35:24 -0400 | [diff] [blame] | 648 | r = radeon_bo_reserve(rdev->ring_tmp_bo.bo, false); |
| 649 | if (r) { |
Christian König | cc9e67e | 2014-07-18 13:48:10 +0200 | [diff] [blame] | 650 | radeon_vm_fini(rdev, vm); |
Jérôme Glisse | 24f47ac | 2014-05-07 16:35:24 -0400 | [diff] [blame] | 651 | kfree(fpriv); |
| 652 | return r; |
| 653 | } |
| 654 | |
| 655 | /* map the ib pool buffer read only into |
| 656 | * virtual address space */ |
Christian König | cc9e67e | 2014-07-18 13:48:10 +0200 | [diff] [blame] | 657 | vm->ib_bo_va = radeon_vm_bo_add(rdev, vm, |
| 658 | rdev->ring_tmp_bo.bo); |
| 659 | r = radeon_vm_bo_set_addr(rdev, vm->ib_bo_va, |
| 660 | RADEON_VA_IB_OFFSET, |
Jérôme Glisse | 24f47ac | 2014-05-07 16:35:24 -0400 | [diff] [blame] | 661 | RADEON_VM_PAGE_READABLE | |
| 662 | RADEON_VM_PAGE_SNOOPED); |
Jérôme Glisse | 24f47ac | 2014-05-07 16:35:24 -0400 | [diff] [blame] | 663 | if (r) { |
Christian König | cc9e67e | 2014-07-18 13:48:10 +0200 | [diff] [blame] | 664 | radeon_vm_fini(rdev, vm); |
Jérôme Glisse | 24f47ac | 2014-05-07 16:35:24 -0400 | [diff] [blame] | 665 | kfree(fpriv); |
| 666 | return r; |
| 667 | } |
Quentin Casasnovas | 74073c9 | 2014-03-18 17:16:52 +0100 | [diff] [blame] | 668 | } |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 669 | file_priv->driver_priv = fpriv; |
| 670 | } |
Dave Airlie | 10ebc0b | 2012-09-17 14:40:31 +1000 | [diff] [blame] | 671 | |
| 672 | pm_runtime_mark_last_busy(dev->dev); |
| 673 | pm_runtime_put_autosuspend(dev->dev); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 674 | return 0; |
| 675 | } |
| 676 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 677 | /** |
| 678 | * radeon_driver_postclose_kms - drm callback for post close |
| 679 | * |
| 680 | * @dev: drm dev pointer |
| 681 | * @file_priv: drm file |
| 682 | * |
| 683 | * On device post close, tear down vm on cayman+ (all asics). |
| 684 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 685 | void radeon_driver_postclose_kms(struct drm_device *dev, |
| 686 | struct drm_file *file_priv) |
| 687 | { |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 688 | struct radeon_device *rdev = dev->dev_private; |
| 689 | |
| 690 | /* new gpu have virtual address space support */ |
| 691 | if (rdev->family >= CHIP_CAYMAN && file_priv->driver_priv) { |
| 692 | struct radeon_fpriv *fpriv = file_priv->driver_priv; |
Christian König | cc9e67e | 2014-07-18 13:48:10 +0200 | [diff] [blame] | 693 | struct radeon_vm *vm = &fpriv->vm; |
Christian König | d72d43c | 2012-10-09 13:31:18 +0200 | [diff] [blame] | 694 | int r; |
| 695 | |
Jérôme Glisse | 24f47ac | 2014-05-07 16:35:24 -0400 | [diff] [blame] | 696 | if (rdev->accel_working) { |
| 697 | r = radeon_bo_reserve(rdev->ring_tmp_bo.bo, false); |
| 698 | if (!r) { |
Christian König | cc9e67e | 2014-07-18 13:48:10 +0200 | [diff] [blame] | 699 | if (vm->ib_bo_va) |
| 700 | radeon_vm_bo_rmv(rdev, vm->ib_bo_va); |
Jérôme Glisse | 24f47ac | 2014-05-07 16:35:24 -0400 | [diff] [blame] | 701 | radeon_bo_unreserve(rdev->ring_tmp_bo.bo); |
| 702 | } |
Alex Deucher | 544143f | 2015-01-28 14:36:26 -0500 | [diff] [blame] | 703 | radeon_vm_fini(rdev, vm); |
Christian König | d72d43c | 2012-10-09 13:31:18 +0200 | [diff] [blame] | 704 | } |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 705 | |
Jerome Glisse | 721604a | 2012-01-05 22:11:05 -0500 | [diff] [blame] | 706 | kfree(fpriv); |
| 707 | file_priv->driver_priv = NULL; |
| 708 | } |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 709 | } |
| 710 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 711 | /** |
| 712 | * radeon_driver_preclose_kms - drm callback for pre close |
| 713 | * |
| 714 | * @dev: drm dev pointer |
| 715 | * @file_priv: drm file |
| 716 | * |
| 717 | * On device pre close, tear down hyperz and cmask filps on r1xx-r5xx |
| 718 | * (all asics). |
| 719 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 720 | void radeon_driver_preclose_kms(struct drm_device *dev, |
| 721 | struct drm_file *file_priv) |
| 722 | { |
Dave Airlie | ab9e1f5 | 2010-07-13 11:11:11 +1000 | [diff] [blame] | 723 | struct radeon_device *rdev = dev->dev_private; |
| 724 | if (rdev->hyperz_filp == file_priv) |
| 725 | rdev->hyperz_filp = NULL; |
Marek Olšák | dca0d61 | 2011-01-27 22:46:15 +0100 | [diff] [blame] | 726 | if (rdev->cmask_filp == file_priv) |
| 727 | rdev->cmask_filp = NULL; |
Christian König | f2ba57b | 2013-04-08 12:41:29 +0200 | [diff] [blame] | 728 | radeon_uvd_free_handles(rdev, file_priv); |
Christian König | d93f793 | 2013-05-23 12:10:04 +0200 | [diff] [blame] | 729 | radeon_vce_free_handles(rdev, file_priv); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 730 | } |
| 731 | |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 732 | /* |
| 733 | * VBlank related functions. |
| 734 | */ |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 735 | /** |
| 736 | * radeon_get_vblank_counter_kms - get frame count |
| 737 | * |
| 738 | * @dev: drm dev pointer |
| 739 | * @crtc: crtc to get the frame count from |
| 740 | * |
| 741 | * Gets the frame count on the requested crtc (all asics). |
| 742 | * Returns frame count on success, -EINVAL on failure. |
| 743 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 744 | u32 radeon_get_vblank_counter_kms(struct drm_device *dev, int crtc) |
| 745 | { |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 746 | struct radeon_device *rdev = dev->dev_private; |
| 747 | |
Dave Airlie | 9c950a4 | 2010-04-23 13:21:58 +1000 | [diff] [blame] | 748 | if (crtc < 0 || crtc >= rdev->num_crtc) { |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 749 | DRM_ERROR("Invalid crtc %d\n", crtc); |
| 750 | return -EINVAL; |
| 751 | } |
| 752 | |
| 753 | return radeon_get_vblank_counter(rdev, crtc); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 754 | } |
| 755 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 756 | /** |
| 757 | * radeon_enable_vblank_kms - enable vblank interrupt |
| 758 | * |
| 759 | * @dev: drm dev pointer |
| 760 | * @crtc: crtc to enable vblank interrupt for |
| 761 | * |
| 762 | * Enable the interrupt on the requested crtc (all asics). |
| 763 | * Returns 0 on success, -EINVAL on failure. |
| 764 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 765 | int radeon_enable_vblank_kms(struct drm_device *dev, int crtc) |
| 766 | { |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 767 | struct radeon_device *rdev = dev->dev_private; |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 768 | unsigned long irqflags; |
| 769 | int r; |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 770 | |
Dave Airlie | 9c950a4 | 2010-04-23 13:21:58 +1000 | [diff] [blame] | 771 | if (crtc < 0 || crtc >= rdev->num_crtc) { |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 772 | DRM_ERROR("Invalid crtc %d\n", crtc); |
| 773 | return -EINVAL; |
| 774 | } |
| 775 | |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 776 | spin_lock_irqsave(&rdev->irq.lock, irqflags); |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 777 | rdev->irq.crtc_vblank_int[crtc] = true; |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 778 | r = radeon_irq_set(rdev); |
| 779 | spin_unlock_irqrestore(&rdev->irq.lock, irqflags); |
| 780 | return r; |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 781 | } |
| 782 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 783 | /** |
| 784 | * radeon_disable_vblank_kms - disable vblank interrupt |
| 785 | * |
| 786 | * @dev: drm dev pointer |
| 787 | * @crtc: crtc to disable vblank interrupt for |
| 788 | * |
| 789 | * Disable the interrupt on the requested crtc (all asics). |
| 790 | */ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 791 | void radeon_disable_vblank_kms(struct drm_device *dev, int crtc) |
| 792 | { |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 793 | struct radeon_device *rdev = dev->dev_private; |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 794 | unsigned long irqflags; |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 795 | |
Dave Airlie | 9c950a4 | 2010-04-23 13:21:58 +1000 | [diff] [blame] | 796 | if (crtc < 0 || crtc >= rdev->num_crtc) { |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 797 | DRM_ERROR("Invalid crtc %d\n", crtc); |
| 798 | return; |
| 799 | } |
| 800 | |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 801 | spin_lock_irqsave(&rdev->irq.lock, irqflags); |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 802 | rdev->irq.crtc_vblank_int[crtc] = false; |
Michel Dänzer | 7ed220d | 2009-08-13 11:10:51 +0200 | [diff] [blame] | 803 | radeon_irq_set(rdev); |
Christian Koenig | fb98257 | 2012-05-17 01:33:30 +0200 | [diff] [blame] | 804 | spin_unlock_irqrestore(&rdev->irq.lock, irqflags); |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 805 | } |
| 806 | |
Alex Deucher | f482a14 | 2012-07-17 14:02:34 -0400 | [diff] [blame] | 807 | /** |
| 808 | * radeon_get_vblank_timestamp_kms - get vblank timestamp |
| 809 | * |
| 810 | * @dev: drm dev pointer |
| 811 | * @crtc: crtc to get the timestamp for |
| 812 | * @max_error: max error |
| 813 | * @vblank_time: time value |
| 814 | * @flags: flags passed to the driver |
| 815 | * |
| 816 | * Gets the timestamp on the requested crtc based on the |
| 817 | * scanout position. (all asics). |
| 818 | * Returns postive status flags on success, negative error on failure. |
| 819 | */ |
Mario Kleiner | f5a8020 | 2010-10-23 04:42:17 +0200 | [diff] [blame] | 820 | int radeon_get_vblank_timestamp_kms(struct drm_device *dev, int crtc, |
| 821 | int *max_error, |
| 822 | struct timeval *vblank_time, |
| 823 | unsigned flags) |
| 824 | { |
| 825 | struct drm_crtc *drmcrtc; |
| 826 | struct radeon_device *rdev = dev->dev_private; |
| 827 | |
| 828 | if (crtc < 0 || crtc >= dev->num_crtcs) { |
| 829 | DRM_ERROR("Invalid crtc %d\n", crtc); |
| 830 | return -EINVAL; |
| 831 | } |
| 832 | |
| 833 | /* Get associated drm_crtc: */ |
| 834 | drmcrtc = &rdev->mode_info.crtcs[crtc]->base; |
Petr Mladek | f5475cc | 2014-11-27 16:57:21 +0100 | [diff] [blame] | 835 | if (!drmcrtc) |
| 836 | return -EINVAL; |
Mario Kleiner | f5a8020 | 2010-10-23 04:42:17 +0200 | [diff] [blame] | 837 | |
| 838 | /* Helper routine in DRM core does all the work: */ |
| 839 | return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, |
| 840 | vblank_time, flags, |
Ville Syrjälä | 7da903e | 2013-10-26 17:57:31 +0300 | [diff] [blame] | 841 | drmcrtc, &drmcrtc->hwmode); |
Mario Kleiner | f5a8020 | 2010-10-23 04:42:17 +0200 | [diff] [blame] | 842 | } |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 843 | |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 844 | #define KMS_INVALID_IOCTL(name) \ |
Rashika Kheria | f6e2e40 | 2014-01-06 21:06:44 +0530 | [diff] [blame] | 845 | static int name(struct drm_device *dev, void *data, struct drm_file \ |
| 846 | *file_priv) \ |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 847 | { \ |
| 848 | DRM_ERROR("invalid ioctl with kms %s\n", __func__); \ |
| 849 | return -EINVAL; \ |
| 850 | } |
| 851 | |
| 852 | /* |
| 853 | * All these ioctls are invalid in kms world. |
| 854 | */ |
| 855 | KMS_INVALID_IOCTL(radeon_cp_init_kms) |
| 856 | KMS_INVALID_IOCTL(radeon_cp_start_kms) |
| 857 | KMS_INVALID_IOCTL(radeon_cp_stop_kms) |
| 858 | KMS_INVALID_IOCTL(radeon_cp_reset_kms) |
| 859 | KMS_INVALID_IOCTL(radeon_cp_idle_kms) |
| 860 | KMS_INVALID_IOCTL(radeon_cp_resume_kms) |
| 861 | KMS_INVALID_IOCTL(radeon_engine_reset_kms) |
| 862 | KMS_INVALID_IOCTL(radeon_fullscreen_kms) |
| 863 | KMS_INVALID_IOCTL(radeon_cp_swap_kms) |
| 864 | KMS_INVALID_IOCTL(radeon_cp_clear_kms) |
| 865 | KMS_INVALID_IOCTL(radeon_cp_vertex_kms) |
| 866 | KMS_INVALID_IOCTL(radeon_cp_indices_kms) |
| 867 | KMS_INVALID_IOCTL(radeon_cp_texture_kms) |
| 868 | KMS_INVALID_IOCTL(radeon_cp_stipple_kms) |
| 869 | KMS_INVALID_IOCTL(radeon_cp_indirect_kms) |
| 870 | KMS_INVALID_IOCTL(radeon_cp_vertex2_kms) |
| 871 | KMS_INVALID_IOCTL(radeon_cp_cmdbuf_kms) |
| 872 | KMS_INVALID_IOCTL(radeon_cp_getparam_kms) |
| 873 | KMS_INVALID_IOCTL(radeon_cp_flip_kms) |
| 874 | KMS_INVALID_IOCTL(radeon_mem_alloc_kms) |
| 875 | KMS_INVALID_IOCTL(radeon_mem_free_kms) |
| 876 | KMS_INVALID_IOCTL(radeon_mem_init_heap_kms) |
| 877 | KMS_INVALID_IOCTL(radeon_irq_emit_kms) |
| 878 | KMS_INVALID_IOCTL(radeon_irq_wait_kms) |
| 879 | KMS_INVALID_IOCTL(radeon_cp_setparam_kms) |
| 880 | KMS_INVALID_IOCTL(radeon_surface_alloc_kms) |
| 881 | KMS_INVALID_IOCTL(radeon_surface_free_kms) |
| 882 | |
| 883 | |
Rob Clark | baa7094 | 2013-08-02 13:27:49 -0400 | [diff] [blame] | 884 | const struct drm_ioctl_desc radeon_ioctls_kms[] = { |
Dave Airlie | 1b2f148 | 2010-08-14 20:20:34 +1000 | [diff] [blame] | 885 | DRM_IOCTL_DEF_DRV(RADEON_CP_INIT, radeon_cp_init_kms, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), |
| 886 | DRM_IOCTL_DEF_DRV(RADEON_CP_START, radeon_cp_start_kms, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), |
| 887 | DRM_IOCTL_DEF_DRV(RADEON_CP_STOP, radeon_cp_stop_kms, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), |
| 888 | DRM_IOCTL_DEF_DRV(RADEON_CP_RESET, radeon_cp_reset_kms, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), |
| 889 | DRM_IOCTL_DEF_DRV(RADEON_CP_IDLE, radeon_cp_idle_kms, DRM_AUTH), |
| 890 | DRM_IOCTL_DEF_DRV(RADEON_CP_RESUME, radeon_cp_resume_kms, DRM_AUTH), |
| 891 | DRM_IOCTL_DEF_DRV(RADEON_RESET, radeon_engine_reset_kms, DRM_AUTH), |
| 892 | DRM_IOCTL_DEF_DRV(RADEON_FULLSCREEN, radeon_fullscreen_kms, DRM_AUTH), |
| 893 | DRM_IOCTL_DEF_DRV(RADEON_SWAP, radeon_cp_swap_kms, DRM_AUTH), |
| 894 | DRM_IOCTL_DEF_DRV(RADEON_CLEAR, radeon_cp_clear_kms, DRM_AUTH), |
| 895 | DRM_IOCTL_DEF_DRV(RADEON_VERTEX, radeon_cp_vertex_kms, DRM_AUTH), |
| 896 | DRM_IOCTL_DEF_DRV(RADEON_INDICES, radeon_cp_indices_kms, DRM_AUTH), |
| 897 | DRM_IOCTL_DEF_DRV(RADEON_TEXTURE, radeon_cp_texture_kms, DRM_AUTH), |
| 898 | DRM_IOCTL_DEF_DRV(RADEON_STIPPLE, radeon_cp_stipple_kms, DRM_AUTH), |
| 899 | DRM_IOCTL_DEF_DRV(RADEON_INDIRECT, radeon_cp_indirect_kms, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), |
| 900 | DRM_IOCTL_DEF_DRV(RADEON_VERTEX2, radeon_cp_vertex2_kms, DRM_AUTH), |
| 901 | DRM_IOCTL_DEF_DRV(RADEON_CMDBUF, radeon_cp_cmdbuf_kms, DRM_AUTH), |
| 902 | DRM_IOCTL_DEF_DRV(RADEON_GETPARAM, radeon_cp_getparam_kms, DRM_AUTH), |
| 903 | DRM_IOCTL_DEF_DRV(RADEON_FLIP, radeon_cp_flip_kms, DRM_AUTH), |
| 904 | DRM_IOCTL_DEF_DRV(RADEON_ALLOC, radeon_mem_alloc_kms, DRM_AUTH), |
| 905 | DRM_IOCTL_DEF_DRV(RADEON_FREE, radeon_mem_free_kms, DRM_AUTH), |
| 906 | DRM_IOCTL_DEF_DRV(RADEON_INIT_HEAP, radeon_mem_init_heap_kms, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), |
| 907 | DRM_IOCTL_DEF_DRV(RADEON_IRQ_EMIT, radeon_irq_emit_kms, DRM_AUTH), |
| 908 | DRM_IOCTL_DEF_DRV(RADEON_IRQ_WAIT, radeon_irq_wait_kms, DRM_AUTH), |
| 909 | DRM_IOCTL_DEF_DRV(RADEON_SETPARAM, radeon_cp_setparam_kms, DRM_AUTH), |
| 910 | DRM_IOCTL_DEF_DRV(RADEON_SURF_ALLOC, radeon_surface_alloc_kms, DRM_AUTH), |
| 911 | DRM_IOCTL_DEF_DRV(RADEON_SURF_FREE, radeon_surface_free_kms, DRM_AUTH), |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 912 | /* KMS */ |
Christian König | f33bcab | 2013-08-25 18:29:03 +0200 | [diff] [blame] | 913 | DRM_IOCTL_DEF_DRV(RADEON_GEM_INFO, radeon_gem_info_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 914 | DRM_IOCTL_DEF_DRV(RADEON_GEM_CREATE, radeon_gem_create_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 915 | DRM_IOCTL_DEF_DRV(RADEON_GEM_MMAP, radeon_gem_mmap_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 916 | DRM_IOCTL_DEF_DRV(RADEON_GEM_SET_DOMAIN, radeon_gem_set_domain_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
Dave Airlie | 1b2f148 | 2010-08-14 20:20:34 +1000 | [diff] [blame] | 917 | DRM_IOCTL_DEF_DRV(RADEON_GEM_PREAD, radeon_gem_pread_ioctl, DRM_AUTH|DRM_UNLOCKED), |
| 918 | DRM_IOCTL_DEF_DRV(RADEON_GEM_PWRITE, radeon_gem_pwrite_ioctl, DRM_AUTH|DRM_UNLOCKED), |
Christian König | f33bcab | 2013-08-25 18:29:03 +0200 | [diff] [blame] | 919 | DRM_IOCTL_DEF_DRV(RADEON_GEM_WAIT_IDLE, radeon_gem_wait_idle_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 920 | DRM_IOCTL_DEF_DRV(RADEON_CS, radeon_cs_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 921 | DRM_IOCTL_DEF_DRV(RADEON_INFO, radeon_info_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 922 | DRM_IOCTL_DEF_DRV(RADEON_GEM_SET_TILING, radeon_gem_set_tiling_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 923 | DRM_IOCTL_DEF_DRV(RADEON_GEM_GET_TILING, radeon_gem_get_tiling_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 924 | DRM_IOCTL_DEF_DRV(RADEON_GEM_BUSY, radeon_gem_busy_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
| 925 | DRM_IOCTL_DEF_DRV(RADEON_GEM_VA, radeon_gem_va_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
Marek Olšák | bda72d5 | 2014-03-02 00:56:17 +0100 | [diff] [blame] | 926 | DRM_IOCTL_DEF_DRV(RADEON_GEM_OP, radeon_gem_op_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
Christian König | f72a113a | 2014-08-07 09:36:00 +0200 | [diff] [blame] | 927 | DRM_IOCTL_DEF_DRV(RADEON_GEM_USERPTR, radeon_gem_userptr_ioctl, DRM_AUTH|DRM_UNLOCKED|DRM_RENDER_ALLOW), |
Jerome Glisse | 771fe6b | 2009-06-05 14:42:42 +0200 | [diff] [blame] | 928 | }; |
Damien Lespiau | f95aeb1 | 2014-06-09 14:39:49 +0100 | [diff] [blame] | 929 | int radeon_max_kms_ioctl = ARRAY_SIZE(radeon_ioctls_kms); |