drm/amdgpu: drive all vega asics from the IP discovery table
[linux-2.6-block.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_device.c
CommitLineData
d38ceaf9
AD
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 */
b1ddf548 28#include <linux/power_supply.h>
0875dc9e 29#include <linux/kthread.h>
fdf2f6c5 30#include <linux/module.h>
d38ceaf9
AD
31#include <linux/console.h>
32#include <linux/slab.h>
fdf2f6c5 33
4562236b 34#include <drm/drm_atomic_helper.h>
fcd70cd3 35#include <drm/drm_probe_helper.h>
d38ceaf9
AD
36#include <drm/amdgpu_drm.h>
37#include <linux/vgaarb.h>
38#include <linux/vga_switcheroo.h>
39#include <linux/efi.h>
40#include "amdgpu.h"
f4b373f4 41#include "amdgpu_trace.h"
d38ceaf9
AD
42#include "amdgpu_i2c.h"
43#include "atom.h"
44#include "amdgpu_atombios.h"
a5bde2f9 45#include "amdgpu_atomfirmware.h"
d0dd7f0c 46#include "amd_pcie.h"
33f34802
KW
47#ifdef CONFIG_DRM_AMDGPU_SI
48#include "si.h"
49#endif
a2e73f56
AD
50#ifdef CONFIG_DRM_AMDGPU_CIK
51#include "cik.h"
52#endif
aaa36a97 53#include "vi.h"
460826e6 54#include "soc15.h"
0a5b8c7b 55#include "nv.h"
d38ceaf9 56#include "bif/bif_4_1_d.h"
9accf2fd 57#include <linux/pci.h>
bec86378 58#include <linux/firmware.h>
89041940 59#include "amdgpu_vf_error.h"
d38ceaf9 60
ba997709 61#include "amdgpu_amdkfd.h"
d2f52ac8 62#include "amdgpu_pm.h"
d38ceaf9 63
5183411b 64#include "amdgpu_xgmi.h"
c030f2e4 65#include "amdgpu_ras.h"
9c7c85f7 66#include "amdgpu_pmu.h"
bd607166 67#include "amdgpu_fru_eeprom.h"
04442bf7 68#include "amdgpu_reset.h"
5183411b 69
d5ea093e 70#include <linux/suspend.h>
c6a6e2db 71#include <drm/task_barrier.h>
3f12acc8 72#include <linux/pm_runtime.h>
d5ea093e 73
f89f8c6b
AG
74#include <drm/drm_drv.h>
75
e2a75f88 76MODULE_FIRMWARE("amdgpu/vega10_gpu_info.bin");
3f76dced 77MODULE_FIRMWARE("amdgpu/vega12_gpu_info.bin");
2d2e5e7e 78MODULE_FIRMWARE("amdgpu/raven_gpu_info.bin");
ad5a67a7 79MODULE_FIRMWARE("amdgpu/picasso_gpu_info.bin");
54c4d17e 80MODULE_FIRMWARE("amdgpu/raven2_gpu_info.bin");
65e60f6e 81MODULE_FIRMWARE("amdgpu/arcturus_gpu_info.bin");
b51a26a0 82MODULE_FIRMWARE("amdgpu/renoir_gpu_info.bin");
23c6268e 83MODULE_FIRMWARE("amdgpu/navi10_gpu_info.bin");
ed42cfe1 84MODULE_FIRMWARE("amdgpu/navi14_gpu_info.bin");
42b325e5 85MODULE_FIRMWARE("amdgpu/navi12_gpu_info.bin");
4e52a9f8 86MODULE_FIRMWARE("amdgpu/vangogh_gpu_info.bin");
8bf84f60 87MODULE_FIRMWARE("amdgpu/yellow_carp_gpu_info.bin");
e2a75f88 88
2dc80b00
S
89#define AMDGPU_RESUME_MS 2000
90
050091ab 91const char *amdgpu_asic_name[] = {
da69c161
KW
92 "TAHITI",
93 "PITCAIRN",
94 "VERDE",
95 "OLAND",
96 "HAINAN",
d38ceaf9
AD
97 "BONAIRE",
98 "KAVERI",
99 "KABINI",
100 "HAWAII",
101 "MULLINS",
102 "TOPAZ",
103 "TONGA",
48299f95 104 "FIJI",
d38ceaf9 105 "CARRIZO",
139f4917 106 "STONEY",
2cc0c0b5
FC
107 "POLARIS10",
108 "POLARIS11",
c4642a47 109 "POLARIS12",
48ff108d 110 "VEGAM",
d4196f01 111 "VEGA10",
8fab806a 112 "VEGA12",
956fcddc 113 "VEGA20",
2ca8a5d2 114 "RAVEN",
d6c3b24e 115 "ARCTURUS",
1eee4228 116 "RENOIR",
d46b417a 117 "ALDEBARAN",
852a6626 118 "NAVI10",
d0f56dc2 119 "CYAN_SKILLFISH",
87dbad02 120 "NAVI14",
9802f5d7 121 "NAVI12",
ccaf72d3 122 "SIENNA_CICHLID",
ddd8fbe7 123 "NAVY_FLOUNDER",
4f1e9a76 124 "VANGOGH",
a2468e04 125 "DIMGREY_CAVEFISH",
6f169591 126 "BEIGE_GOBY",
ee9236b7 127 "YELLOW_CARP",
d38ceaf9
AD
128 "LAST",
129};
130
dcea6e65
KR
131/**
132 * DOC: pcie_replay_count
133 *
134 * The amdgpu driver provides a sysfs API for reporting the total number
135 * of PCIe replays (NAKs)
136 * The file pcie_replay_count is used for this and returns the total
137 * number of replays as a sum of the NAKs generated and NAKs received
138 */
139
140static ssize_t amdgpu_device_get_pcie_replay_count(struct device *dev,
141 struct device_attribute *attr, char *buf)
142{
143 struct drm_device *ddev = dev_get_drvdata(dev);
1348969a 144 struct amdgpu_device *adev = drm_to_adev(ddev);
dcea6e65
KR
145 uint64_t cnt = amdgpu_asic_get_pcie_replay_count(adev);
146
36000c7a 147 return sysfs_emit(buf, "%llu\n", cnt);
dcea6e65
KR
148}
149
150static DEVICE_ATTR(pcie_replay_count, S_IRUGO,
151 amdgpu_device_get_pcie_replay_count, NULL);
152
5494d864
AD
153static void amdgpu_device_get_pcie_info(struct amdgpu_device *adev);
154
bd607166
KR
155/**
156 * DOC: product_name
157 *
158 * The amdgpu driver provides a sysfs API for reporting the product name
159 * for the device
160 * The file serial_number is used for this and returns the product name
161 * as returned from the FRU.
162 * NOTE: This is only available for certain server cards
163 */
164
165static ssize_t amdgpu_device_get_product_name(struct device *dev,
166 struct device_attribute *attr, char *buf)
167{
168 struct drm_device *ddev = dev_get_drvdata(dev);
1348969a 169 struct amdgpu_device *adev = drm_to_adev(ddev);
bd607166 170
36000c7a 171 return sysfs_emit(buf, "%s\n", adev->product_name);
bd607166
KR
172}
173
174static DEVICE_ATTR(product_name, S_IRUGO,
175 amdgpu_device_get_product_name, NULL);
176
177/**
178 * DOC: product_number
179 *
180 * The amdgpu driver provides a sysfs API for reporting the part number
181 * for the device
182 * The file serial_number is used for this and returns the part number
183 * as returned from the FRU.
184 * NOTE: This is only available for certain server cards
185 */
186
187static ssize_t amdgpu_device_get_product_number(struct device *dev,
188 struct device_attribute *attr, char *buf)
189{
190 struct drm_device *ddev = dev_get_drvdata(dev);
1348969a 191 struct amdgpu_device *adev = drm_to_adev(ddev);
bd607166 192
36000c7a 193 return sysfs_emit(buf, "%s\n", adev->product_number);
bd607166
KR
194}
195
196static DEVICE_ATTR(product_number, S_IRUGO,
197 amdgpu_device_get_product_number, NULL);
198
199/**
200 * DOC: serial_number
201 *
202 * The amdgpu driver provides a sysfs API for reporting the serial number
203 * for the device
204 * The file serial_number is used for this and returns the serial number
205 * as returned from the FRU.
206 * NOTE: This is only available for certain server cards
207 */
208
209static ssize_t amdgpu_device_get_serial_number(struct device *dev,
210 struct device_attribute *attr, char *buf)
211{
212 struct drm_device *ddev = dev_get_drvdata(dev);
1348969a 213 struct amdgpu_device *adev = drm_to_adev(ddev);
bd607166 214
36000c7a 215 return sysfs_emit(buf, "%s\n", adev->serial);
bd607166
KR
216}
217
218static DEVICE_ATTR(serial_number, S_IRUGO,
219 amdgpu_device_get_serial_number, NULL);
220
fd496ca8 221/**
b98c6299 222 * amdgpu_device_supports_px - Is the device a dGPU with ATPX power control
fd496ca8
AD
223 *
224 * @dev: drm_device pointer
225 *
b98c6299 226 * Returns true if the device is a dGPU with ATPX power control,
fd496ca8
AD
227 * otherwise return false.
228 */
b98c6299 229bool amdgpu_device_supports_px(struct drm_device *dev)
fd496ca8
AD
230{
231 struct amdgpu_device *adev = drm_to_adev(dev);
232
b98c6299 233 if ((adev->flags & AMD_IS_PX) && !amdgpu_is_atpx_hybrid())
fd496ca8
AD
234 return true;
235 return false;
236}
237
e3ecdffa 238/**
0330b848 239 * amdgpu_device_supports_boco - Is the device a dGPU with ACPI power resources
e3ecdffa
AD
240 *
241 * @dev: drm_device pointer
242 *
b98c6299 243 * Returns true if the device is a dGPU with ACPI power control,
e3ecdffa
AD
244 * otherwise return false.
245 */
31af062a 246bool amdgpu_device_supports_boco(struct drm_device *dev)
d38ceaf9 247{
1348969a 248 struct amdgpu_device *adev = drm_to_adev(dev);
d38ceaf9 249
b98c6299
AD
250 if (adev->has_pr3 ||
251 ((adev->flags & AMD_IS_PX) && amdgpu_is_atpx_hybrid()))
d38ceaf9
AD
252 return true;
253 return false;
254}
255
a69cba42
AD
256/**
257 * amdgpu_device_supports_baco - Does the device support BACO
258 *
259 * @dev: drm_device pointer
260 *
261 * Returns true if the device supporte BACO,
262 * otherwise return false.
263 */
264bool amdgpu_device_supports_baco(struct drm_device *dev)
265{
1348969a 266 struct amdgpu_device *adev = drm_to_adev(dev);
a69cba42
AD
267
268 return amdgpu_asic_supports_baco(adev);
269}
270
3fa8f89d
S
271/**
272 * amdgpu_device_supports_smart_shift - Is the device dGPU with
273 * smart shift support
274 *
275 * @dev: drm_device pointer
276 *
277 * Returns true if the device is a dGPU with Smart Shift support,
278 * otherwise returns false.
279 */
280bool amdgpu_device_supports_smart_shift(struct drm_device *dev)
281{
282 return (amdgpu_device_supports_boco(dev) &&
283 amdgpu_acpi_is_power_shift_control_supported());
284}
285
6e3cd2a9
MCC
286/*
287 * VRAM access helper functions
288 */
289
e35e2b11 290/**
048af66b 291 * amdgpu_device_mm_access - access vram by MM_INDEX/MM_DATA
e35e2b11
TY
292 *
293 * @adev: amdgpu_device pointer
294 * @pos: offset of the buffer in vram
295 * @buf: virtual address of the buffer in system memory
296 * @size: read/write size, sizeof(@buf) must > @size
297 * @write: true - write to vram, otherwise - read from vram
298 */
048af66b
KW
299void amdgpu_device_mm_access(struct amdgpu_device *adev, loff_t pos,
300 void *buf, size_t size, bool write)
e35e2b11 301{
e35e2b11 302 unsigned long flags;
048af66b
KW
303 uint32_t hi = ~0, tmp = 0;
304 uint32_t *data = buf;
ce05ac56 305 uint64_t last;
f89f8c6b 306 int idx;
ce05ac56 307
f89f8c6b
AG
308 if (!drm_dev_enter(&adev->ddev, &idx))
309 return;
9d11eb0d 310
048af66b
KW
311 BUG_ON(!IS_ALIGNED(pos, 4) || !IS_ALIGNED(size, 4));
312
313 spin_lock_irqsave(&adev->mmio_idx_lock, flags);
314 for (last = pos + size; pos < last; pos += 4) {
315 tmp = pos >> 31;
316
317 WREG32_NO_KIQ(mmMM_INDEX, ((uint32_t)pos) | 0x80000000);
318 if (tmp != hi) {
319 WREG32_NO_KIQ(mmMM_INDEX_HI, tmp);
320 hi = tmp;
321 }
322 if (write)
323 WREG32_NO_KIQ(mmMM_DATA, *data++);
324 else
325 *data++ = RREG32_NO_KIQ(mmMM_DATA);
326 }
327
328 spin_unlock_irqrestore(&adev->mmio_idx_lock, flags);
329 drm_dev_exit(idx);
330}
331
332/**
333 * amdgpu_device_vram_access - access vram by vram aperature
334 *
335 * @adev: amdgpu_device pointer
336 * @pos: offset of the buffer in vram
337 * @buf: virtual address of the buffer in system memory
338 * @size: read/write size, sizeof(@buf) must > @size
339 * @write: true - write to vram, otherwise - read from vram
340 *
341 * The return value means how many bytes have been transferred.
342 */
343size_t amdgpu_device_aper_access(struct amdgpu_device *adev, loff_t pos,
344 void *buf, size_t size, bool write)
345{
9d11eb0d 346#ifdef CONFIG_64BIT
048af66b
KW
347 void __iomem *addr;
348 size_t count = 0;
349 uint64_t last;
350
351 if (!adev->mman.aper_base_kaddr)
352 return 0;
353
9d11eb0d
CK
354 last = min(pos + size, adev->gmc.visible_vram_size);
355 if (last > pos) {
048af66b
KW
356 addr = adev->mman.aper_base_kaddr + pos;
357 count = last - pos;
9d11eb0d
CK
358
359 if (write) {
360 memcpy_toio(addr, buf, count);
361 mb();
810085dd 362 amdgpu_device_flush_hdp(adev, NULL);
9d11eb0d 363 } else {
810085dd 364 amdgpu_device_invalidate_hdp(adev, NULL);
9d11eb0d
CK
365 mb();
366 memcpy_fromio(buf, addr, count);
367 }
368
9d11eb0d 369 }
048af66b
KW
370
371 return count;
372#else
373 return 0;
9d11eb0d 374#endif
048af66b 375}
9d11eb0d 376
048af66b
KW
377/**
378 * amdgpu_device_vram_access - read/write a buffer in vram
379 *
380 * @adev: amdgpu_device pointer
381 * @pos: offset of the buffer in vram
382 * @buf: virtual address of the buffer in system memory
383 * @size: read/write size, sizeof(@buf) must > @size
384 * @write: true - write to vram, otherwise - read from vram
385 */
386void amdgpu_device_vram_access(struct amdgpu_device *adev, loff_t pos,
387 void *buf, size_t size, bool write)
388{
389 size_t count;
e35e2b11 390
048af66b
KW
391 /* try to using vram apreature to access vram first */
392 count = amdgpu_device_aper_access(adev, pos, buf, size, write);
393 size -= count;
394 if (size) {
395 /* using MM to access rest vram */
396 pos += count;
397 buf += count;
398 amdgpu_device_mm_access(adev, pos, buf, size, write);
e35e2b11
TY
399 }
400}
401
d38ceaf9 402/*
f7ee1874 403 * register access helper functions.
d38ceaf9 404 */
56b53c0b
DL
405
406/* Check if hw access should be skipped because of hotplug or device error */
407bool amdgpu_device_skip_hw_access(struct amdgpu_device *adev)
408{
7afefb81 409 if (adev->no_hw_access)
56b53c0b
DL
410 return true;
411
412#ifdef CONFIG_LOCKDEP
413 /*
414 * This is a bit complicated to understand, so worth a comment. What we assert
415 * here is that the GPU reset is not running on another thread in parallel.
416 *
417 * For this we trylock the read side of the reset semaphore, if that succeeds
418 * we know that the reset is not running in paralell.
419 *
420 * If the trylock fails we assert that we are either already holding the read
421 * side of the lock or are the reset thread itself and hold the write side of
422 * the lock.
423 */
424 if (in_task()) {
425 if (down_read_trylock(&adev->reset_sem))
426 up_read(&adev->reset_sem);
427 else
428 lockdep_assert_held(&adev->reset_sem);
429 }
430#endif
431 return false;
432}
433
e3ecdffa 434/**
f7ee1874 435 * amdgpu_device_rreg - read a memory mapped IO or indirect register
e3ecdffa
AD
436 *
437 * @adev: amdgpu_device pointer
438 * @reg: dword aligned register offset
439 * @acc_flags: access flags which require special behavior
440 *
441 * Returns the 32 bit value from the offset specified.
442 */
f7ee1874
HZ
443uint32_t amdgpu_device_rreg(struct amdgpu_device *adev,
444 uint32_t reg, uint32_t acc_flags)
d38ceaf9 445{
f4b373f4
TSD
446 uint32_t ret;
447
56b53c0b 448 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
449 return 0;
450
f7ee1874
HZ
451 if ((reg * 4) < adev->rmmio_size) {
452 if (!(acc_flags & AMDGPU_REGS_NO_KIQ) &&
453 amdgpu_sriov_runtime(adev) &&
454 down_read_trylock(&adev->reset_sem)) {
455 ret = amdgpu_kiq_rreg(adev, reg);
456 up_read(&adev->reset_sem);
457 } else {
458 ret = readl(((void __iomem *)adev->rmmio) + (reg * 4));
459 }
460 } else {
461 ret = adev->pcie_rreg(adev, reg * 4);
81202807 462 }
bc992ba5 463
f7ee1874 464 trace_amdgpu_device_rreg(adev->pdev->device, reg, ret);
e78b579d 465
f4b373f4 466 return ret;
d38ceaf9
AD
467}
468
421a2a30
ML
469/*
470 * MMIO register read with bytes helper functions
471 * @offset:bytes offset from MMIO start
472 *
473*/
474
e3ecdffa
AD
475/**
476 * amdgpu_mm_rreg8 - read a memory mapped IO register
477 *
478 * @adev: amdgpu_device pointer
479 * @offset: byte aligned register offset
480 *
481 * Returns the 8 bit value from the offset specified.
482 */
7cbbc745
AG
483uint8_t amdgpu_mm_rreg8(struct amdgpu_device *adev, uint32_t offset)
484{
56b53c0b 485 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
486 return 0;
487
421a2a30
ML
488 if (offset < adev->rmmio_size)
489 return (readb(adev->rmmio + offset));
490 BUG();
491}
492
493/*
494 * MMIO register write with bytes helper functions
495 * @offset:bytes offset from MMIO start
496 * @value: the value want to be written to the register
497 *
498*/
e3ecdffa
AD
499/**
500 * amdgpu_mm_wreg8 - read a memory mapped IO register
501 *
502 * @adev: amdgpu_device pointer
503 * @offset: byte aligned register offset
504 * @value: 8 bit value to write
505 *
506 * Writes the value specified to the offset specified.
507 */
7cbbc745
AG
508void amdgpu_mm_wreg8(struct amdgpu_device *adev, uint32_t offset, uint8_t value)
509{
56b53c0b 510 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
511 return;
512
421a2a30
ML
513 if (offset < adev->rmmio_size)
514 writeb(value, adev->rmmio + offset);
515 else
516 BUG();
517}
518
e3ecdffa 519/**
f7ee1874 520 * amdgpu_device_wreg - write to a memory mapped IO or indirect register
e3ecdffa
AD
521 *
522 * @adev: amdgpu_device pointer
523 * @reg: dword aligned register offset
524 * @v: 32 bit value to write to the register
525 * @acc_flags: access flags which require special behavior
526 *
527 * Writes the value specified to the offset specified.
528 */
f7ee1874
HZ
529void amdgpu_device_wreg(struct amdgpu_device *adev,
530 uint32_t reg, uint32_t v,
531 uint32_t acc_flags)
d38ceaf9 532{
56b53c0b 533 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
534 return;
535
f7ee1874
HZ
536 if ((reg * 4) < adev->rmmio_size) {
537 if (!(acc_flags & AMDGPU_REGS_NO_KIQ) &&
538 amdgpu_sriov_runtime(adev) &&
539 down_read_trylock(&adev->reset_sem)) {
540 amdgpu_kiq_wreg(adev, reg, v);
541 up_read(&adev->reset_sem);
542 } else {
543 writel(v, ((void __iomem *)adev->rmmio) + (reg * 4));
544 }
545 } else {
546 adev->pcie_wreg(adev, reg * 4, v);
81202807 547 }
bc992ba5 548
f7ee1874 549 trace_amdgpu_device_wreg(adev->pdev->device, reg, v);
2e0cc4d4 550}
d38ceaf9 551
2e0cc4d4
ML
552/*
553 * amdgpu_mm_wreg_mmio_rlc - write register either with mmio or with RLC path if in range
554 *
555 * this function is invoked only the debugfs register access
556 * */
f7ee1874
HZ
557void amdgpu_mm_wreg_mmio_rlc(struct amdgpu_device *adev,
558 uint32_t reg, uint32_t v)
2e0cc4d4 559{
56b53c0b 560 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
561 return;
562
2e0cc4d4 563 if (amdgpu_sriov_fullaccess(adev) &&
f7ee1874
HZ
564 adev->gfx.rlc.funcs &&
565 adev->gfx.rlc.funcs->is_rlcg_access_range) {
2e0cc4d4 566 if (adev->gfx.rlc.funcs->is_rlcg_access_range(adev, reg))
1a4772d9 567 return adev->gfx.rlc.funcs->sriov_wreg(adev, reg, v, 0, 0);
f7ee1874
HZ
568 } else {
569 writel(v, ((void __iomem *)adev->rmmio) + (reg * 4));
47ed4e1c 570 }
d38ceaf9
AD
571}
572
d38ceaf9
AD
573/**
574 * amdgpu_mm_rdoorbell - read a doorbell dword
575 *
576 * @adev: amdgpu_device pointer
577 * @index: doorbell index
578 *
579 * Returns the value in the doorbell aperture at the
580 * requested doorbell index (CIK).
581 */
582u32 amdgpu_mm_rdoorbell(struct amdgpu_device *adev, u32 index)
583{
56b53c0b 584 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
585 return 0;
586
d38ceaf9
AD
587 if (index < adev->doorbell.num_doorbells) {
588 return readl(adev->doorbell.ptr + index);
589 } else {
590 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index);
591 return 0;
592 }
593}
594
595/**
596 * amdgpu_mm_wdoorbell - write a doorbell dword
597 *
598 * @adev: amdgpu_device pointer
599 * @index: doorbell index
600 * @v: value to write
601 *
602 * Writes @v to the doorbell aperture at the
603 * requested doorbell index (CIK).
604 */
605void amdgpu_mm_wdoorbell(struct amdgpu_device *adev, u32 index, u32 v)
606{
56b53c0b 607 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
608 return;
609
d38ceaf9
AD
610 if (index < adev->doorbell.num_doorbells) {
611 writel(v, adev->doorbell.ptr + index);
612 } else {
613 DRM_ERROR("writing beyond doorbell aperture: 0x%08x!\n", index);
614 }
615}
616
832be404
KW
617/**
618 * amdgpu_mm_rdoorbell64 - read a doorbell Qword
619 *
620 * @adev: amdgpu_device pointer
621 * @index: doorbell index
622 *
623 * Returns the value in the doorbell aperture at the
624 * requested doorbell index (VEGA10+).
625 */
626u64 amdgpu_mm_rdoorbell64(struct amdgpu_device *adev, u32 index)
627{
56b53c0b 628 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
629 return 0;
630
832be404
KW
631 if (index < adev->doorbell.num_doorbells) {
632 return atomic64_read((atomic64_t *)(adev->doorbell.ptr + index));
633 } else {
634 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index);
635 return 0;
636 }
637}
638
639/**
640 * amdgpu_mm_wdoorbell64 - write a doorbell Qword
641 *
642 * @adev: amdgpu_device pointer
643 * @index: doorbell index
644 * @v: value to write
645 *
646 * Writes @v to the doorbell aperture at the
647 * requested doorbell index (VEGA10+).
648 */
649void amdgpu_mm_wdoorbell64(struct amdgpu_device *adev, u32 index, u64 v)
650{
56b53c0b 651 if (amdgpu_device_skip_hw_access(adev))
bf36b52e
AG
652 return;
653
832be404
KW
654 if (index < adev->doorbell.num_doorbells) {
655 atomic64_set((atomic64_t *)(adev->doorbell.ptr + index), v);
656 } else {
657 DRM_ERROR("writing beyond doorbell aperture: 0x%08x!\n", index);
658 }
659}
660
1bba3683
HZ
661/**
662 * amdgpu_device_indirect_rreg - read an indirect register
663 *
664 * @adev: amdgpu_device pointer
665 * @pcie_index: mmio register offset
666 * @pcie_data: mmio register offset
22f453fb 667 * @reg_addr: indirect register address to read from
1bba3683
HZ
668 *
669 * Returns the value of indirect register @reg_addr
670 */
671u32 amdgpu_device_indirect_rreg(struct amdgpu_device *adev,
672 u32 pcie_index, u32 pcie_data,
673 u32 reg_addr)
674{
675 unsigned long flags;
676 u32 r;
677 void __iomem *pcie_index_offset;
678 void __iomem *pcie_data_offset;
679
680 spin_lock_irqsave(&adev->pcie_idx_lock, flags);
681 pcie_index_offset = (void __iomem *)adev->rmmio + pcie_index * 4;
682 pcie_data_offset = (void __iomem *)adev->rmmio + pcie_data * 4;
683
684 writel(reg_addr, pcie_index_offset);
685 readl(pcie_index_offset);
686 r = readl(pcie_data_offset);
687 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags);
688
689 return r;
690}
691
692/**
693 * amdgpu_device_indirect_rreg64 - read a 64bits indirect register
694 *
695 * @adev: amdgpu_device pointer
696 * @pcie_index: mmio register offset
697 * @pcie_data: mmio register offset
22f453fb 698 * @reg_addr: indirect register address to read from
1bba3683
HZ
699 *
700 * Returns the value of indirect register @reg_addr
701 */
702u64 amdgpu_device_indirect_rreg64(struct amdgpu_device *adev,
703 u32 pcie_index, u32 pcie_data,
704 u32 reg_addr)
705{
706 unsigned long flags;
707 u64 r;
708 void __iomem *pcie_index_offset;
709 void __iomem *pcie_data_offset;
710
711 spin_lock_irqsave(&adev->pcie_idx_lock, flags);
712 pcie_index_offset = (void __iomem *)adev->rmmio + pcie_index * 4;
713 pcie_data_offset = (void __iomem *)adev->rmmio + pcie_data * 4;
714
715 /* read low 32 bits */
716 writel(reg_addr, pcie_index_offset);
717 readl(pcie_index_offset);
718 r = readl(pcie_data_offset);
719 /* read high 32 bits */
720 writel(reg_addr + 4, pcie_index_offset);
721 readl(pcie_index_offset);
722 r |= ((u64)readl(pcie_data_offset) << 32);
723 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags);
724
725 return r;
726}
727
728/**
729 * amdgpu_device_indirect_wreg - write an indirect register address
730 *
731 * @adev: amdgpu_device pointer
732 * @pcie_index: mmio register offset
733 * @pcie_data: mmio register offset
734 * @reg_addr: indirect register offset
735 * @reg_data: indirect register data
736 *
737 */
738void amdgpu_device_indirect_wreg(struct amdgpu_device *adev,
739 u32 pcie_index, u32 pcie_data,
740 u32 reg_addr, u32 reg_data)
741{
742 unsigned long flags;
743 void __iomem *pcie_index_offset;
744 void __iomem *pcie_data_offset;
745
746 spin_lock_irqsave(&adev->pcie_idx_lock, flags);
747 pcie_index_offset = (void __iomem *)adev->rmmio + pcie_index * 4;
748 pcie_data_offset = (void __iomem *)adev->rmmio + pcie_data * 4;
749
750 writel(reg_addr, pcie_index_offset);
751 readl(pcie_index_offset);
752 writel(reg_data, pcie_data_offset);
753 readl(pcie_data_offset);
754 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags);
755}
756
757/**
758 * amdgpu_device_indirect_wreg64 - write a 64bits indirect register address
759 *
760 * @adev: amdgpu_device pointer
761 * @pcie_index: mmio register offset
762 * @pcie_data: mmio register offset
763 * @reg_addr: indirect register offset
764 * @reg_data: indirect register data
765 *
766 */
767void amdgpu_device_indirect_wreg64(struct amdgpu_device *adev,
768 u32 pcie_index, u32 pcie_data,
769 u32 reg_addr, u64 reg_data)
770{
771 unsigned long flags;
772 void __iomem *pcie_index_offset;
773 void __iomem *pcie_data_offset;
774
775 spin_lock_irqsave(&adev->pcie_idx_lock, flags);
776 pcie_index_offset = (void __iomem *)adev->rmmio + pcie_index * 4;
777 pcie_data_offset = (void __iomem *)adev->rmmio + pcie_data * 4;
778
779 /* write low 32 bits */
780 writel(reg_addr, pcie_index_offset);
781 readl(pcie_index_offset);
782 writel((u32)(reg_data & 0xffffffffULL), pcie_data_offset);
783 readl(pcie_data_offset);
784 /* write high 32 bits */
785 writel(reg_addr + 4, pcie_index_offset);
786 readl(pcie_index_offset);
787 writel((u32)(reg_data >> 32), pcie_data_offset);
788 readl(pcie_data_offset);
789 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags);
790}
791
d38ceaf9
AD
792/**
793 * amdgpu_invalid_rreg - dummy reg read function
794 *
982a820b 795 * @adev: amdgpu_device pointer
d38ceaf9
AD
796 * @reg: offset of register
797 *
798 * Dummy register read function. Used for register blocks
799 * that certain asics don't have (all asics).
800 * Returns the value in the register.
801 */
802static uint32_t amdgpu_invalid_rreg(struct amdgpu_device *adev, uint32_t reg)
803{
804 DRM_ERROR("Invalid callback to read register 0x%04X\n", reg);
805 BUG();
806 return 0;
807}
808
809/**
810 * amdgpu_invalid_wreg - dummy reg write function
811 *
982a820b 812 * @adev: amdgpu_device pointer
d38ceaf9
AD
813 * @reg: offset of register
814 * @v: value to write to the register
815 *
816 * Dummy register read function. Used for register blocks
817 * that certain asics don't have (all asics).
818 */
819static void amdgpu_invalid_wreg(struct amdgpu_device *adev, uint32_t reg, uint32_t v)
820{
821 DRM_ERROR("Invalid callback to write register 0x%04X with 0x%08X\n",
822 reg, v);
823 BUG();
824}
825
4fa1c6a6
TZ
826/**
827 * amdgpu_invalid_rreg64 - dummy 64 bit reg read function
828 *
982a820b 829 * @adev: amdgpu_device pointer
4fa1c6a6
TZ
830 * @reg: offset of register
831 *
832 * Dummy register read function. Used for register blocks
833 * that certain asics don't have (all asics).
834 * Returns the value in the register.
835 */
836static uint64_t amdgpu_invalid_rreg64(struct amdgpu_device *adev, uint32_t reg)
837{
838 DRM_ERROR("Invalid callback to read 64 bit register 0x%04X\n", reg);
839 BUG();
840 return 0;
841}
842
843/**
844 * amdgpu_invalid_wreg64 - dummy reg write function
845 *
982a820b 846 * @adev: amdgpu_device pointer
4fa1c6a6
TZ
847 * @reg: offset of register
848 * @v: value to write to the register
849 *
850 * Dummy register read function. Used for register blocks
851 * that certain asics don't have (all asics).
852 */
853static void amdgpu_invalid_wreg64(struct amdgpu_device *adev, uint32_t reg, uint64_t v)
854{
855 DRM_ERROR("Invalid callback to write 64 bit register 0x%04X with 0x%08llX\n",
856 reg, v);
857 BUG();
858}
859
d38ceaf9
AD
860/**
861 * amdgpu_block_invalid_rreg - dummy reg read function
862 *
982a820b 863 * @adev: amdgpu_device pointer
d38ceaf9
AD
864 * @block: offset of instance
865 * @reg: offset of register
866 *
867 * Dummy register read function. Used for register blocks
868 * that certain asics don't have (all asics).
869 * Returns the value in the register.
870 */
871static uint32_t amdgpu_block_invalid_rreg(struct amdgpu_device *adev,
872 uint32_t block, uint32_t reg)
873{
874 DRM_ERROR("Invalid callback to read register 0x%04X in block 0x%04X\n",
875 reg, block);
876 BUG();
877 return 0;
878}
879
880/**
881 * amdgpu_block_invalid_wreg - dummy reg write function
882 *
982a820b 883 * @adev: amdgpu_device pointer
d38ceaf9
AD
884 * @block: offset of instance
885 * @reg: offset of register
886 * @v: value to write to the register
887 *
888 * Dummy register read function. Used for register blocks
889 * that certain asics don't have (all asics).
890 */
891static void amdgpu_block_invalid_wreg(struct amdgpu_device *adev,
892 uint32_t block,
893 uint32_t reg, uint32_t v)
894{
895 DRM_ERROR("Invalid block callback to write register 0x%04X in block 0x%04X with 0x%08X\n",
896 reg, block, v);
897 BUG();
898}
899
4d2997ab
AD
900/**
901 * amdgpu_device_asic_init - Wrapper for atom asic_init
902 *
982a820b 903 * @adev: amdgpu_device pointer
4d2997ab
AD
904 *
905 * Does any asic specific work and then calls atom asic init.
906 */
907static int amdgpu_device_asic_init(struct amdgpu_device *adev)
908{
909 amdgpu_asic_pre_asic_init(adev);
910
911 return amdgpu_atom_asic_init(adev->mode_info.atom_context);
912}
913
e3ecdffa
AD
914/**
915 * amdgpu_device_vram_scratch_init - allocate the VRAM scratch page
916 *
982a820b 917 * @adev: amdgpu_device pointer
e3ecdffa
AD
918 *
919 * Allocates a scratch page of VRAM for use by various things in the
920 * driver.
921 */
06ec9070 922static int amdgpu_device_vram_scratch_init(struct amdgpu_device *adev)
d38ceaf9 923{
a4a02777
CK
924 return amdgpu_bo_create_kernel(adev, AMDGPU_GPU_PAGE_SIZE,
925 PAGE_SIZE, AMDGPU_GEM_DOMAIN_VRAM,
926 &adev->vram_scratch.robj,
927 &adev->vram_scratch.gpu_addr,
928 (void **)&adev->vram_scratch.ptr);
d38ceaf9
AD
929}
930
e3ecdffa
AD
931/**
932 * amdgpu_device_vram_scratch_fini - Free the VRAM scratch page
933 *
982a820b 934 * @adev: amdgpu_device pointer
e3ecdffa
AD
935 *
936 * Frees the VRAM scratch page.
937 */
06ec9070 938static void amdgpu_device_vram_scratch_fini(struct amdgpu_device *adev)
d38ceaf9 939{
078af1a3 940 amdgpu_bo_free_kernel(&adev->vram_scratch.robj, NULL, NULL);
d38ceaf9
AD
941}
942
943/**
9c3f2b54 944 * amdgpu_device_program_register_sequence - program an array of registers.
d38ceaf9
AD
945 *
946 * @adev: amdgpu_device pointer
947 * @registers: pointer to the register array
948 * @array_size: size of the register array
949 *
950 * Programs an array or registers with and and or masks.
951 * This is a helper for setting golden registers.
952 */
9c3f2b54
AD
953void amdgpu_device_program_register_sequence(struct amdgpu_device *adev,
954 const u32 *registers,
955 const u32 array_size)
d38ceaf9
AD
956{
957 u32 tmp, reg, and_mask, or_mask;
958 int i;
959
960 if (array_size % 3)
961 return;
962
963 for (i = 0; i < array_size; i +=3) {
964 reg = registers[i + 0];
965 and_mask = registers[i + 1];
966 or_mask = registers[i + 2];
967
968 if (and_mask == 0xffffffff) {
969 tmp = or_mask;
970 } else {
971 tmp = RREG32(reg);
972 tmp &= ~and_mask;
e0d07657
HZ
973 if (adev->family >= AMDGPU_FAMILY_AI)
974 tmp |= (or_mask & and_mask);
975 else
976 tmp |= or_mask;
d38ceaf9
AD
977 }
978 WREG32(reg, tmp);
979 }
980}
981
e3ecdffa
AD
982/**
983 * amdgpu_device_pci_config_reset - reset the GPU
984 *
985 * @adev: amdgpu_device pointer
986 *
987 * Resets the GPU using the pci config reset sequence.
988 * Only applicable to asics prior to vega10.
989 */
8111c387 990void amdgpu_device_pci_config_reset(struct amdgpu_device *adev)
d38ceaf9
AD
991{
992 pci_write_config_dword(adev->pdev, 0x7c, AMDGPU_ASIC_RESET_DATA);
993}
994
af484df8
AD
995/**
996 * amdgpu_device_pci_reset - reset the GPU using generic PCI means
997 *
998 * @adev: amdgpu_device pointer
999 *
1000 * Resets the GPU using generic pci reset interfaces (FLR, SBR, etc.).
1001 */
1002int amdgpu_device_pci_reset(struct amdgpu_device *adev)
1003{
1004 return pci_reset_function(adev->pdev);
1005}
1006
d38ceaf9
AD
1007/*
1008 * GPU doorbell aperture helpers function.
1009 */
1010/**
06ec9070 1011 * amdgpu_device_doorbell_init - Init doorbell driver information.
d38ceaf9
AD
1012 *
1013 * @adev: amdgpu_device pointer
1014 *
1015 * Init doorbell driver information (CIK)
1016 * Returns 0 on success, error on failure.
1017 */
06ec9070 1018static int amdgpu_device_doorbell_init(struct amdgpu_device *adev)
d38ceaf9 1019{
6585661d 1020
705e519e
CK
1021 /* No doorbell on SI hardware generation */
1022 if (adev->asic_type < CHIP_BONAIRE) {
1023 adev->doorbell.base = 0;
1024 adev->doorbell.size = 0;
1025 adev->doorbell.num_doorbells = 0;
1026 adev->doorbell.ptr = NULL;
1027 return 0;
1028 }
1029
d6895ad3
CK
1030 if (pci_resource_flags(adev->pdev, 2) & IORESOURCE_UNSET)
1031 return -EINVAL;
1032
22357775
AD
1033 amdgpu_asic_init_doorbell_index(adev);
1034
d38ceaf9
AD
1035 /* doorbell bar mapping */
1036 adev->doorbell.base = pci_resource_start(adev->pdev, 2);
1037 adev->doorbell.size = pci_resource_len(adev->pdev, 2);
1038
edf600da 1039 adev->doorbell.num_doorbells = min_t(u32, adev->doorbell.size / sizeof(u32),
9564f192 1040 adev->doorbell_index.max_assignment+1);
d38ceaf9
AD
1041 if (adev->doorbell.num_doorbells == 0)
1042 return -EINVAL;
1043
ec3db8a6 1044 /* For Vega, reserve and map two pages on doorbell BAR since SDMA
88dc26e4
OZ
1045 * paging queue doorbell use the second page. The
1046 * AMDGPU_DOORBELL64_MAX_ASSIGNMENT definition assumes all the
1047 * doorbells are in the first page. So with paging queue enabled,
1048 * the max num_doorbells should + 1 page (0x400 in dword)
ec3db8a6
PY
1049 */
1050 if (adev->asic_type >= CHIP_VEGA10)
88dc26e4 1051 adev->doorbell.num_doorbells += 0x400;
ec3db8a6 1052
8972e5d2
CK
1053 adev->doorbell.ptr = ioremap(adev->doorbell.base,
1054 adev->doorbell.num_doorbells *
1055 sizeof(u32));
1056 if (adev->doorbell.ptr == NULL)
d38ceaf9 1057 return -ENOMEM;
d38ceaf9
AD
1058
1059 return 0;
1060}
1061
1062/**
06ec9070 1063 * amdgpu_device_doorbell_fini - Tear down doorbell driver information.
d38ceaf9
AD
1064 *
1065 * @adev: amdgpu_device pointer
1066 *
1067 * Tear down doorbell driver information (CIK)
1068 */
06ec9070 1069static void amdgpu_device_doorbell_fini(struct amdgpu_device *adev)
d38ceaf9
AD
1070{
1071 iounmap(adev->doorbell.ptr);
1072 adev->doorbell.ptr = NULL;
1073}
1074
22cb0164 1075
d38ceaf9
AD
1076
1077/*
06ec9070 1078 * amdgpu_device_wb_*()
455a7bc2 1079 * Writeback is the method by which the GPU updates special pages in memory
ea81a173 1080 * with the status of certain GPU events (fences, ring pointers,etc.).
d38ceaf9
AD
1081 */
1082
1083/**
06ec9070 1084 * amdgpu_device_wb_fini - Disable Writeback and free memory
d38ceaf9
AD
1085 *
1086 * @adev: amdgpu_device pointer
1087 *
1088 * Disables Writeback and frees the Writeback memory (all asics).
1089 * Used at driver shutdown.
1090 */
06ec9070 1091static void amdgpu_device_wb_fini(struct amdgpu_device *adev)
d38ceaf9
AD
1092{
1093 if (adev->wb.wb_obj) {
a76ed485
AD
1094 amdgpu_bo_free_kernel(&adev->wb.wb_obj,
1095 &adev->wb.gpu_addr,
1096 (void **)&adev->wb.wb);
d38ceaf9
AD
1097 adev->wb.wb_obj = NULL;
1098 }
1099}
1100
1101/**
06ec9070 1102 * amdgpu_device_wb_init- Init Writeback driver info and allocate memory
d38ceaf9
AD
1103 *
1104 * @adev: amdgpu_device pointer
1105 *
455a7bc2 1106 * Initializes writeback and allocates writeback memory (all asics).
d38ceaf9
AD
1107 * Used at driver startup.
1108 * Returns 0 on success or an -error on failure.
1109 */
06ec9070 1110static int amdgpu_device_wb_init(struct amdgpu_device *adev)
d38ceaf9
AD
1111{
1112 int r;
1113
1114 if (adev->wb.wb_obj == NULL) {
97407b63
AD
1115 /* AMDGPU_MAX_WB * sizeof(uint32_t) * 8 = AMDGPU_MAX_WB 256bit slots */
1116 r = amdgpu_bo_create_kernel(adev, AMDGPU_MAX_WB * sizeof(uint32_t) * 8,
a76ed485
AD
1117 PAGE_SIZE, AMDGPU_GEM_DOMAIN_GTT,
1118 &adev->wb.wb_obj, &adev->wb.gpu_addr,
1119 (void **)&adev->wb.wb);
d38ceaf9
AD
1120 if (r) {
1121 dev_warn(adev->dev, "(%d) create WB bo failed\n", r);
1122 return r;
1123 }
d38ceaf9
AD
1124
1125 adev->wb.num_wb = AMDGPU_MAX_WB;
1126 memset(&adev->wb.used, 0, sizeof(adev->wb.used));
1127
1128 /* clear wb memory */
73469585 1129 memset((char *)adev->wb.wb, 0, AMDGPU_MAX_WB * sizeof(uint32_t) * 8);
d38ceaf9
AD
1130 }
1131
1132 return 0;
1133}
1134
1135/**
131b4b36 1136 * amdgpu_device_wb_get - Allocate a wb entry
d38ceaf9
AD
1137 *
1138 * @adev: amdgpu_device pointer
1139 * @wb: wb index
1140 *
1141 * Allocate a wb slot for use by the driver (all asics).
1142 * Returns 0 on success or -EINVAL on failure.
1143 */
131b4b36 1144int amdgpu_device_wb_get(struct amdgpu_device *adev, u32 *wb)
d38ceaf9
AD
1145{
1146 unsigned long offset = find_first_zero_bit(adev->wb.used, adev->wb.num_wb);
d38ceaf9 1147
97407b63 1148 if (offset < adev->wb.num_wb) {
7014285a 1149 __set_bit(offset, adev->wb.used);
63ae07ca 1150 *wb = offset << 3; /* convert to dw offset */
0915fdbc
ML
1151 return 0;
1152 } else {
1153 return -EINVAL;
1154 }
1155}
1156
d38ceaf9 1157/**
131b4b36 1158 * amdgpu_device_wb_free - Free a wb entry
d38ceaf9
AD
1159 *
1160 * @adev: amdgpu_device pointer
1161 * @wb: wb index
1162 *
1163 * Free a wb slot allocated for use by the driver (all asics)
1164 */
131b4b36 1165void amdgpu_device_wb_free(struct amdgpu_device *adev, u32 wb)
d38ceaf9 1166{
73469585 1167 wb >>= 3;
d38ceaf9 1168 if (wb < adev->wb.num_wb)
73469585 1169 __clear_bit(wb, adev->wb.used);
d38ceaf9
AD
1170}
1171
d6895ad3
CK
1172/**
1173 * amdgpu_device_resize_fb_bar - try to resize FB BAR
1174 *
1175 * @adev: amdgpu_device pointer
1176 *
1177 * Try to resize FB BAR to make all VRAM CPU accessible. We try very hard not
1178 * to fail, but if any of the BARs is not accessible after the size we abort
1179 * driver loading by returning -ENODEV.
1180 */
1181int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev)
1182{
453f617a 1183 int rbar_size = pci_rebar_bytes_to_size(adev->gmc.real_vram_size);
31b8adab
CK
1184 struct pci_bus *root;
1185 struct resource *res;
1186 unsigned i;
d6895ad3
CK
1187 u16 cmd;
1188 int r;
1189
0c03b912 1190 /* Bypass for VF */
1191 if (amdgpu_sriov_vf(adev))
1192 return 0;
1193
b7221f2b
AD
1194 /* skip if the bios has already enabled large BAR */
1195 if (adev->gmc.real_vram_size &&
1196 (pci_resource_len(adev->pdev, 0) >= adev->gmc.real_vram_size))
1197 return 0;
1198
31b8adab
CK
1199 /* Check if the root BUS has 64bit memory resources */
1200 root = adev->pdev->bus;
1201 while (root->parent)
1202 root = root->parent;
1203
1204 pci_bus_for_each_resource(root, res, i) {
0ebb7c54 1205 if (res && res->flags & (IORESOURCE_MEM | IORESOURCE_MEM_64) &&
31b8adab
CK
1206 res->start > 0x100000000ull)
1207 break;
1208 }
1209
1210 /* Trying to resize is pointless without a root hub window above 4GB */
1211 if (!res)
1212 return 0;
1213
453f617a
ND
1214 /* Limit the BAR size to what is available */
1215 rbar_size = min(fls(pci_rebar_get_possible_sizes(adev->pdev, 0)) - 1,
1216 rbar_size);
1217
d6895ad3
CK
1218 /* Disable memory decoding while we change the BAR addresses and size */
1219 pci_read_config_word(adev->pdev, PCI_COMMAND, &cmd);
1220 pci_write_config_word(adev->pdev, PCI_COMMAND,
1221 cmd & ~PCI_COMMAND_MEMORY);
1222
1223 /* Free the VRAM and doorbell BAR, we most likely need to move both. */
06ec9070 1224 amdgpu_device_doorbell_fini(adev);
d6895ad3
CK
1225 if (adev->asic_type >= CHIP_BONAIRE)
1226 pci_release_resource(adev->pdev, 2);
1227
1228 pci_release_resource(adev->pdev, 0);
1229
1230 r = pci_resize_resource(adev->pdev, 0, rbar_size);
1231 if (r == -ENOSPC)
1232 DRM_INFO("Not enough PCI address space for a large BAR.");
1233 else if (r && r != -ENOTSUPP)
1234 DRM_ERROR("Problem resizing BAR0 (%d).", r);
1235
1236 pci_assign_unassigned_bus_resources(adev->pdev->bus);
1237
1238 /* When the doorbell or fb BAR isn't available we have no chance of
1239 * using the device.
1240 */
06ec9070 1241 r = amdgpu_device_doorbell_init(adev);
d6895ad3
CK
1242 if (r || (pci_resource_flags(adev->pdev, 0) & IORESOURCE_UNSET))
1243 return -ENODEV;
1244
1245 pci_write_config_word(adev->pdev, PCI_COMMAND, cmd);
1246
1247 return 0;
1248}
a05502e5 1249
d38ceaf9
AD
1250/*
1251 * GPU helpers function.
1252 */
1253/**
39c640c0 1254 * amdgpu_device_need_post - check if the hw need post or not
d38ceaf9
AD
1255 *
1256 * @adev: amdgpu_device pointer
1257 *
c836fec5
JQ
1258 * Check if the asic has been initialized (all asics) at driver startup
1259 * or post is needed if hw reset is performed.
1260 * Returns true if need or false if not.
d38ceaf9 1261 */
39c640c0 1262bool amdgpu_device_need_post(struct amdgpu_device *adev)
d38ceaf9
AD
1263{
1264 uint32_t reg;
1265
bec86378
ML
1266 if (amdgpu_sriov_vf(adev))
1267 return false;
1268
1269 if (amdgpu_passthrough(adev)) {
1da2c326
ML
1270 /* for FIJI: In whole GPU pass-through virtualization case, after VM reboot
1271 * some old smc fw still need driver do vPost otherwise gpu hang, while
1272 * those smc fw version above 22.15 doesn't have this flaw, so we force
1273 * vpost executed for smc version below 22.15
bec86378
ML
1274 */
1275 if (adev->asic_type == CHIP_FIJI) {
1276 int err;
1277 uint32_t fw_ver;
1278 err = request_firmware(&adev->pm.fw, "amdgpu/fiji_smc.bin", adev->dev);
1279 /* force vPost if error occured */
1280 if (err)
1281 return true;
1282
1283 fw_ver = *((uint32_t *)adev->pm.fw->data + 69);
1da2c326
ML
1284 if (fw_ver < 0x00160e00)
1285 return true;
bec86378 1286 }
bec86378 1287 }
91fe77eb 1288
e3c1b071 1289 /* Don't post if we need to reset whole hive on init */
1290 if (adev->gmc.xgmi.pending_reset)
1291 return false;
1292
91fe77eb 1293 if (adev->has_hw_reset) {
1294 adev->has_hw_reset = false;
1295 return true;
1296 }
1297
1298 /* bios scratch used on CIK+ */
1299 if (adev->asic_type >= CHIP_BONAIRE)
1300 return amdgpu_atombios_scratch_need_asic_init(adev);
1301
1302 /* check MEM_SIZE for older asics */
1303 reg = amdgpu_asic_get_config_memsize(adev);
1304
1305 if ((reg != 0) && (reg != 0xffffffff))
1306 return false;
1307
1308 return true;
bec86378
ML
1309}
1310
d38ceaf9
AD
1311/* if we get transitioned to only one device, take VGA back */
1312/**
06ec9070 1313 * amdgpu_device_vga_set_decode - enable/disable vga decode
d38ceaf9 1314 *
bf44e8ce 1315 * @pdev: PCI device pointer
d38ceaf9
AD
1316 * @state: enable/disable vga decode
1317 *
1318 * Enable/disable vga decode (all asics).
1319 * Returns VGA resource flags.
1320 */
bf44e8ce
CH
1321static unsigned int amdgpu_device_vga_set_decode(struct pci_dev *pdev,
1322 bool state)
d38ceaf9 1323{
bf44e8ce 1324 struct amdgpu_device *adev = drm_to_adev(pci_get_drvdata(pdev));
d38ceaf9
AD
1325 amdgpu_asic_set_vga_state(adev, state);
1326 if (state)
1327 return VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM |
1328 VGA_RSRC_NORMAL_IO | VGA_RSRC_NORMAL_MEM;
1329 else
1330 return VGA_RSRC_NORMAL_IO | VGA_RSRC_NORMAL_MEM;
1331}
1332
e3ecdffa
AD
1333/**
1334 * amdgpu_device_check_block_size - validate the vm block size
1335 *
1336 * @adev: amdgpu_device pointer
1337 *
1338 * Validates the vm block size specified via module parameter.
1339 * The vm block size defines number of bits in page table versus page directory,
1340 * a page is 4KB so we have 12 bits offset, minimum 9 bits in the
1341 * page table and the remaining bits are in the page directory.
1342 */
06ec9070 1343static void amdgpu_device_check_block_size(struct amdgpu_device *adev)
a1adf8be
CZ
1344{
1345 /* defines number of bits in page table versus page directory,
1346 * a page is 4KB so we have 12 bits offset, minimum 9 bits in the
1347 * page table and the remaining bits are in the page directory */
bab4fee7
JZ
1348 if (amdgpu_vm_block_size == -1)
1349 return;
a1adf8be 1350
bab4fee7 1351 if (amdgpu_vm_block_size < 9) {
a1adf8be
CZ
1352 dev_warn(adev->dev, "VM page table size (%d) too small\n",
1353 amdgpu_vm_block_size);
97489129 1354 amdgpu_vm_block_size = -1;
a1adf8be 1355 }
a1adf8be
CZ
1356}
1357
e3ecdffa
AD
1358/**
1359 * amdgpu_device_check_vm_size - validate the vm size
1360 *
1361 * @adev: amdgpu_device pointer
1362 *
1363 * Validates the vm size in GB specified via module parameter.
1364 * The VM size is the size of the GPU virtual memory space in GB.
1365 */
06ec9070 1366static void amdgpu_device_check_vm_size(struct amdgpu_device *adev)
83ca145d 1367{
64dab074
AD
1368 /* no need to check the default value */
1369 if (amdgpu_vm_size == -1)
1370 return;
1371
83ca145d
ZJ
1372 if (amdgpu_vm_size < 1) {
1373 dev_warn(adev->dev, "VM size (%d) too small, min is 1GB\n",
1374 amdgpu_vm_size);
f3368128 1375 amdgpu_vm_size = -1;
83ca145d 1376 }
83ca145d
ZJ
1377}
1378
7951e376
RZ
1379static void amdgpu_device_check_smu_prv_buffer_size(struct amdgpu_device *adev)
1380{
1381 struct sysinfo si;
a9d4fe2f 1382 bool is_os_64 = (sizeof(void *) == 8);
7951e376
RZ
1383 uint64_t total_memory;
1384 uint64_t dram_size_seven_GB = 0x1B8000000;
1385 uint64_t dram_size_three_GB = 0xB8000000;
1386
1387 if (amdgpu_smu_memory_pool_size == 0)
1388 return;
1389
1390 if (!is_os_64) {
1391 DRM_WARN("Not 64-bit OS, feature not supported\n");
1392 goto def_value;
1393 }
1394 si_meminfo(&si);
1395 total_memory = (uint64_t)si.totalram * si.mem_unit;
1396
1397 if ((amdgpu_smu_memory_pool_size == 1) ||
1398 (amdgpu_smu_memory_pool_size == 2)) {
1399 if (total_memory < dram_size_three_GB)
1400 goto def_value1;
1401 } else if ((amdgpu_smu_memory_pool_size == 4) ||
1402 (amdgpu_smu_memory_pool_size == 8)) {
1403 if (total_memory < dram_size_seven_GB)
1404 goto def_value1;
1405 } else {
1406 DRM_WARN("Smu memory pool size not supported\n");
1407 goto def_value;
1408 }
1409 adev->pm.smu_prv_buffer_size = amdgpu_smu_memory_pool_size << 28;
1410
1411 return;
1412
1413def_value1:
1414 DRM_WARN("No enough system memory\n");
1415def_value:
1416 adev->pm.smu_prv_buffer_size = 0;
1417}
1418
9f6a7857
HR
1419static int amdgpu_device_init_apu_flags(struct amdgpu_device *adev)
1420{
1421 if (!(adev->flags & AMD_IS_APU) ||
1422 adev->asic_type < CHIP_RAVEN)
1423 return 0;
1424
1425 switch (adev->asic_type) {
1426 case CHIP_RAVEN:
1427 if (adev->pdev->device == 0x15dd)
1428 adev->apu_flags |= AMD_APU_IS_RAVEN;
1429 if (adev->pdev->device == 0x15d8)
1430 adev->apu_flags |= AMD_APU_IS_PICASSO;
1431 break;
1432 case CHIP_RENOIR:
1433 if ((adev->pdev->device == 0x1636) ||
1434 (adev->pdev->device == 0x164c))
1435 adev->apu_flags |= AMD_APU_IS_RENOIR;
1436 else
1437 adev->apu_flags |= AMD_APU_IS_GREEN_SARDINE;
1438 break;
1439 case CHIP_VANGOGH:
1440 adev->apu_flags |= AMD_APU_IS_VANGOGH;
1441 break;
1442 case CHIP_YELLOW_CARP:
1443 break;
d0f56dc2
TZ
1444 case CHIP_CYAN_SKILLFISH:
1445 if (adev->pdev->device == 0x13FE)
1446 adev->apu_flags |= AMD_APU_IS_CYAN_SKILLFISH2;
1447 break;
9f6a7857
HR
1448 default:
1449 return -EINVAL;
1450 }
1451
1452 return 0;
1453}
1454
d38ceaf9 1455/**
06ec9070 1456 * amdgpu_device_check_arguments - validate module params
d38ceaf9
AD
1457 *
1458 * @adev: amdgpu_device pointer
1459 *
1460 * Validates certain module parameters and updates
1461 * the associated values used by the driver (all asics).
1462 */
912dfc84 1463static int amdgpu_device_check_arguments(struct amdgpu_device *adev)
d38ceaf9 1464{
5b011235
CZ
1465 if (amdgpu_sched_jobs < 4) {
1466 dev_warn(adev->dev, "sched jobs (%d) must be at least 4\n",
1467 amdgpu_sched_jobs);
1468 amdgpu_sched_jobs = 4;
76117507 1469 } else if (!is_power_of_2(amdgpu_sched_jobs)){
5b011235
CZ
1470 dev_warn(adev->dev, "sched jobs (%d) must be a power of 2\n",
1471 amdgpu_sched_jobs);
1472 amdgpu_sched_jobs = roundup_pow_of_two(amdgpu_sched_jobs);
1473 }
d38ceaf9 1474
83e74db6 1475 if (amdgpu_gart_size != -1 && amdgpu_gart_size < 32) {
f9321cc4
CK
1476 /* gart size must be greater or equal to 32M */
1477 dev_warn(adev->dev, "gart size (%d) too small\n",
1478 amdgpu_gart_size);
83e74db6 1479 amdgpu_gart_size = -1;
d38ceaf9
AD
1480 }
1481
36d38372 1482 if (amdgpu_gtt_size != -1 && amdgpu_gtt_size < 32) {
c4e1a13a 1483 /* gtt size must be greater or equal to 32M */
36d38372
CK
1484 dev_warn(adev->dev, "gtt size (%d) too small\n",
1485 amdgpu_gtt_size);
1486 amdgpu_gtt_size = -1;
d38ceaf9
AD
1487 }
1488
d07f14be
RH
1489 /* valid range is between 4 and 9 inclusive */
1490 if (amdgpu_vm_fragment_size != -1 &&
1491 (amdgpu_vm_fragment_size > 9 || amdgpu_vm_fragment_size < 4)) {
1492 dev_warn(adev->dev, "valid range is between 4 and 9\n");
1493 amdgpu_vm_fragment_size = -1;
1494 }
1495
5d5bd5e3
KW
1496 if (amdgpu_sched_hw_submission < 2) {
1497 dev_warn(adev->dev, "sched hw submission jobs (%d) must be at least 2\n",
1498 amdgpu_sched_hw_submission);
1499 amdgpu_sched_hw_submission = 2;
1500 } else if (!is_power_of_2(amdgpu_sched_hw_submission)) {
1501 dev_warn(adev->dev, "sched hw submission jobs (%d) must be a power of 2\n",
1502 amdgpu_sched_hw_submission);
1503 amdgpu_sched_hw_submission = roundup_pow_of_two(amdgpu_sched_hw_submission);
1504 }
1505
7951e376
RZ
1506 amdgpu_device_check_smu_prv_buffer_size(adev);
1507
06ec9070 1508 amdgpu_device_check_vm_size(adev);
d38ceaf9 1509
06ec9070 1510 amdgpu_device_check_block_size(adev);
6a7f76e7 1511
19aede77 1512 adev->firmware.load_type = amdgpu_ucode_get_load_type(adev, amdgpu_fw_load_type);
912dfc84 1513
c6252390 1514 amdgpu_gmc_tmz_set(adev);
01a8dcec 1515
9b498efa
AD
1516 amdgpu_gmc_noretry_set(adev);
1517
e3c00faa 1518 return 0;
d38ceaf9
AD
1519}
1520
1521/**
1522 * amdgpu_switcheroo_set_state - set switcheroo state
1523 *
1524 * @pdev: pci dev pointer
1694467b 1525 * @state: vga_switcheroo state
d38ceaf9
AD
1526 *
1527 * Callback for the switcheroo driver. Suspends or resumes the
1528 * the asics before or after it is powered up using ACPI methods.
1529 */
8aba21b7
LT
1530static void amdgpu_switcheroo_set_state(struct pci_dev *pdev,
1531 enum vga_switcheroo_state state)
d38ceaf9
AD
1532{
1533 struct drm_device *dev = pci_get_drvdata(pdev);
de185019 1534 int r;
d38ceaf9 1535
b98c6299 1536 if (amdgpu_device_supports_px(dev) && state == VGA_SWITCHEROO_OFF)
d38ceaf9
AD
1537 return;
1538
1539 if (state == VGA_SWITCHEROO_ON) {
dd4fa6c1 1540 pr_info("switched on\n");
d38ceaf9
AD
1541 /* don't suspend or resume card normally */
1542 dev->switch_power_state = DRM_SWITCH_POWER_CHANGING;
1543
8f66090b
TZ
1544 pci_set_power_state(pdev, PCI_D0);
1545 amdgpu_device_load_pci_state(pdev);
1546 r = pci_enable_device(pdev);
de185019
AD
1547 if (r)
1548 DRM_WARN("pci_enable_device failed (%d)\n", r);
1549 amdgpu_device_resume(dev, true);
d38ceaf9 1550
d38ceaf9 1551 dev->switch_power_state = DRM_SWITCH_POWER_ON;
d38ceaf9 1552 } else {
dd4fa6c1 1553 pr_info("switched off\n");
d38ceaf9 1554 dev->switch_power_state = DRM_SWITCH_POWER_CHANGING;
de185019 1555 amdgpu_device_suspend(dev, true);
8f66090b 1556 amdgpu_device_cache_pci_state(pdev);
de185019 1557 /* Shut down the device */
8f66090b
TZ
1558 pci_disable_device(pdev);
1559 pci_set_power_state(pdev, PCI_D3cold);
d38ceaf9
AD
1560 dev->switch_power_state = DRM_SWITCH_POWER_OFF;
1561 }
1562}
1563
1564/**
1565 * amdgpu_switcheroo_can_switch - see if switcheroo state can change
1566 *
1567 * @pdev: pci dev pointer
1568 *
1569 * Callback for the switcheroo driver. Check of the switcheroo
1570 * state can be changed.
1571 * Returns true if the state can be changed, false if not.
1572 */
1573static bool amdgpu_switcheroo_can_switch(struct pci_dev *pdev)
1574{
1575 struct drm_device *dev = pci_get_drvdata(pdev);
1576
1577 /*
1578 * FIXME: open_count is protected by drm_global_mutex but that would lead to
1579 * locking inversion with the driver load path. And the access here is
1580 * completely racy anyway. So don't bother with locking for now.
1581 */
7e13ad89 1582 return atomic_read(&dev->open_count) == 0;
d38ceaf9
AD
1583}
1584
1585static const struct vga_switcheroo_client_ops amdgpu_switcheroo_ops = {
1586 .set_gpu_state = amdgpu_switcheroo_set_state,
1587 .reprobe = NULL,
1588 .can_switch = amdgpu_switcheroo_can_switch,
1589};
1590
e3ecdffa
AD
1591/**
1592 * amdgpu_device_ip_set_clockgating_state - set the CG state
1593 *
87e3f136 1594 * @dev: amdgpu_device pointer
e3ecdffa
AD
1595 * @block_type: Type of hardware IP (SMU, GFX, UVD, etc.)
1596 * @state: clockgating state (gate or ungate)
1597 *
1598 * Sets the requested clockgating state for all instances of
1599 * the hardware IP specified.
1600 * Returns the error code from the last instance.
1601 */
43fa561f 1602int amdgpu_device_ip_set_clockgating_state(void *dev,
2990a1fc
AD
1603 enum amd_ip_block_type block_type,
1604 enum amd_clockgating_state state)
d38ceaf9 1605{
43fa561f 1606 struct amdgpu_device *adev = dev;
d38ceaf9
AD
1607 int i, r = 0;
1608
1609 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 1610 if (!adev->ip_blocks[i].status.valid)
9ecbe7f5 1611 continue;
c722865a
RZ
1612 if (adev->ip_blocks[i].version->type != block_type)
1613 continue;
1614 if (!adev->ip_blocks[i].version->funcs->set_clockgating_state)
1615 continue;
1616 r = adev->ip_blocks[i].version->funcs->set_clockgating_state(
1617 (void *)adev, state);
1618 if (r)
1619 DRM_ERROR("set_clockgating_state of IP block <%s> failed %d\n",
1620 adev->ip_blocks[i].version->funcs->name, r);
d38ceaf9
AD
1621 }
1622 return r;
1623}
1624
e3ecdffa
AD
1625/**
1626 * amdgpu_device_ip_set_powergating_state - set the PG state
1627 *
87e3f136 1628 * @dev: amdgpu_device pointer
e3ecdffa
AD
1629 * @block_type: Type of hardware IP (SMU, GFX, UVD, etc.)
1630 * @state: powergating state (gate or ungate)
1631 *
1632 * Sets the requested powergating state for all instances of
1633 * the hardware IP specified.
1634 * Returns the error code from the last instance.
1635 */
43fa561f 1636int amdgpu_device_ip_set_powergating_state(void *dev,
2990a1fc
AD
1637 enum amd_ip_block_type block_type,
1638 enum amd_powergating_state state)
d38ceaf9 1639{
43fa561f 1640 struct amdgpu_device *adev = dev;
d38ceaf9
AD
1641 int i, r = 0;
1642
1643 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 1644 if (!adev->ip_blocks[i].status.valid)
9ecbe7f5 1645 continue;
c722865a
RZ
1646 if (adev->ip_blocks[i].version->type != block_type)
1647 continue;
1648 if (!adev->ip_blocks[i].version->funcs->set_powergating_state)
1649 continue;
1650 r = adev->ip_blocks[i].version->funcs->set_powergating_state(
1651 (void *)adev, state);
1652 if (r)
1653 DRM_ERROR("set_powergating_state of IP block <%s> failed %d\n",
1654 adev->ip_blocks[i].version->funcs->name, r);
d38ceaf9
AD
1655 }
1656 return r;
1657}
1658
e3ecdffa
AD
1659/**
1660 * amdgpu_device_ip_get_clockgating_state - get the CG state
1661 *
1662 * @adev: amdgpu_device pointer
1663 * @flags: clockgating feature flags
1664 *
1665 * Walks the list of IPs on the device and updates the clockgating
1666 * flags for each IP.
1667 * Updates @flags with the feature flags for each hardware IP where
1668 * clockgating is enabled.
1669 */
2990a1fc
AD
1670void amdgpu_device_ip_get_clockgating_state(struct amdgpu_device *adev,
1671 u32 *flags)
6cb2d4e4
HR
1672{
1673 int i;
1674
1675 for (i = 0; i < adev->num_ip_blocks; i++) {
1676 if (!adev->ip_blocks[i].status.valid)
1677 continue;
1678 if (adev->ip_blocks[i].version->funcs->get_clockgating_state)
1679 adev->ip_blocks[i].version->funcs->get_clockgating_state((void *)adev, flags);
1680 }
1681}
1682
e3ecdffa
AD
1683/**
1684 * amdgpu_device_ip_wait_for_idle - wait for idle
1685 *
1686 * @adev: amdgpu_device pointer
1687 * @block_type: Type of hardware IP (SMU, GFX, UVD, etc.)
1688 *
1689 * Waits for the request hardware IP to be idle.
1690 * Returns 0 for success or a negative error code on failure.
1691 */
2990a1fc
AD
1692int amdgpu_device_ip_wait_for_idle(struct amdgpu_device *adev,
1693 enum amd_ip_block_type block_type)
5dbbb60b
AD
1694{
1695 int i, r;
1696
1697 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 1698 if (!adev->ip_blocks[i].status.valid)
9ecbe7f5 1699 continue;
a1255107
AD
1700 if (adev->ip_blocks[i].version->type == block_type) {
1701 r = adev->ip_blocks[i].version->funcs->wait_for_idle((void *)adev);
5dbbb60b
AD
1702 if (r)
1703 return r;
1704 break;
1705 }
1706 }
1707 return 0;
1708
1709}
1710
e3ecdffa
AD
1711/**
1712 * amdgpu_device_ip_is_idle - is the hardware IP idle
1713 *
1714 * @adev: amdgpu_device pointer
1715 * @block_type: Type of hardware IP (SMU, GFX, UVD, etc.)
1716 *
1717 * Check if the hardware IP is idle or not.
1718 * Returns true if it the IP is idle, false if not.
1719 */
2990a1fc
AD
1720bool amdgpu_device_ip_is_idle(struct amdgpu_device *adev,
1721 enum amd_ip_block_type block_type)
5dbbb60b
AD
1722{
1723 int i;
1724
1725 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 1726 if (!adev->ip_blocks[i].status.valid)
9ecbe7f5 1727 continue;
a1255107
AD
1728 if (adev->ip_blocks[i].version->type == block_type)
1729 return adev->ip_blocks[i].version->funcs->is_idle((void *)adev);
5dbbb60b
AD
1730 }
1731 return true;
1732
1733}
1734
e3ecdffa
AD
1735/**
1736 * amdgpu_device_ip_get_ip_block - get a hw IP pointer
1737 *
1738 * @adev: amdgpu_device pointer
87e3f136 1739 * @type: Type of hardware IP (SMU, GFX, UVD, etc.)
e3ecdffa
AD
1740 *
1741 * Returns a pointer to the hardware IP block structure
1742 * if it exists for the asic, otherwise NULL.
1743 */
2990a1fc
AD
1744struct amdgpu_ip_block *
1745amdgpu_device_ip_get_ip_block(struct amdgpu_device *adev,
1746 enum amd_ip_block_type type)
d38ceaf9
AD
1747{
1748 int i;
1749
1750 for (i = 0; i < adev->num_ip_blocks; i++)
a1255107 1751 if (adev->ip_blocks[i].version->type == type)
d38ceaf9
AD
1752 return &adev->ip_blocks[i];
1753
1754 return NULL;
1755}
1756
1757/**
2990a1fc 1758 * amdgpu_device_ip_block_version_cmp
d38ceaf9
AD
1759 *
1760 * @adev: amdgpu_device pointer
5fc3aeeb 1761 * @type: enum amd_ip_block_type
d38ceaf9
AD
1762 * @major: major version
1763 * @minor: minor version
1764 *
1765 * return 0 if equal or greater
1766 * return 1 if smaller or the ip_block doesn't exist
1767 */
2990a1fc
AD
1768int amdgpu_device_ip_block_version_cmp(struct amdgpu_device *adev,
1769 enum amd_ip_block_type type,
1770 u32 major, u32 minor)
d38ceaf9 1771{
2990a1fc 1772 struct amdgpu_ip_block *ip_block = amdgpu_device_ip_get_ip_block(adev, type);
d38ceaf9 1773
a1255107
AD
1774 if (ip_block && ((ip_block->version->major > major) ||
1775 ((ip_block->version->major == major) &&
1776 (ip_block->version->minor >= minor))))
d38ceaf9
AD
1777 return 0;
1778
1779 return 1;
1780}
1781
a1255107 1782/**
2990a1fc 1783 * amdgpu_device_ip_block_add
a1255107
AD
1784 *
1785 * @adev: amdgpu_device pointer
1786 * @ip_block_version: pointer to the IP to add
1787 *
1788 * Adds the IP block driver information to the collection of IPs
1789 * on the asic.
1790 */
2990a1fc
AD
1791int amdgpu_device_ip_block_add(struct amdgpu_device *adev,
1792 const struct amdgpu_ip_block_version *ip_block_version)
a1255107
AD
1793{
1794 if (!ip_block_version)
1795 return -EINVAL;
1796
7bd939d0
LG
1797 switch (ip_block_version->type) {
1798 case AMD_IP_BLOCK_TYPE_VCN:
1799 if (adev->harvest_ip_mask & AMD_HARVEST_IP_VCN_MASK)
1800 return 0;
1801 break;
1802 case AMD_IP_BLOCK_TYPE_JPEG:
1803 if (adev->harvest_ip_mask & AMD_HARVEST_IP_JPEG_MASK)
1804 return 0;
1805 break;
1806 default:
1807 break;
1808 }
1809
e966a725 1810 DRM_INFO("add ip block number %d <%s>\n", adev->num_ip_blocks,
a0bae357
HR
1811 ip_block_version->funcs->name);
1812
a1255107
AD
1813 adev->ip_blocks[adev->num_ip_blocks++].version = ip_block_version;
1814
1815 return 0;
1816}
1817
e3ecdffa
AD
1818/**
1819 * amdgpu_device_enable_virtual_display - enable virtual display feature
1820 *
1821 * @adev: amdgpu_device pointer
1822 *
1823 * Enabled the virtual display feature if the user has enabled it via
1824 * the module parameter virtual_display. This feature provides a virtual
1825 * display hardware on headless boards or in virtualized environments.
1826 * This function parses and validates the configuration string specified by
1827 * the user and configues the virtual display configuration (number of
1828 * virtual connectors, crtcs, etc.) specified.
1829 */
483ef985 1830static void amdgpu_device_enable_virtual_display(struct amdgpu_device *adev)
9accf2fd
ED
1831{
1832 adev->enable_virtual_display = false;
1833
1834 if (amdgpu_virtual_display) {
8f66090b 1835 const char *pci_address_name = pci_name(adev->pdev);
0f66356d 1836 char *pciaddstr, *pciaddstr_tmp, *pciaddname_tmp, *pciaddname;
9accf2fd
ED
1837
1838 pciaddstr = kstrdup(amdgpu_virtual_display, GFP_KERNEL);
1839 pciaddstr_tmp = pciaddstr;
0f66356d
ED
1840 while ((pciaddname_tmp = strsep(&pciaddstr_tmp, ";"))) {
1841 pciaddname = strsep(&pciaddname_tmp, ",");
967de2a9
YT
1842 if (!strcmp("all", pciaddname)
1843 || !strcmp(pci_address_name, pciaddname)) {
0f66356d
ED
1844 long num_crtc;
1845 int res = -1;
1846
9accf2fd 1847 adev->enable_virtual_display = true;
0f66356d
ED
1848
1849 if (pciaddname_tmp)
1850 res = kstrtol(pciaddname_tmp, 10,
1851 &num_crtc);
1852
1853 if (!res) {
1854 if (num_crtc < 1)
1855 num_crtc = 1;
1856 if (num_crtc > 6)
1857 num_crtc = 6;
1858 adev->mode_info.num_crtc = num_crtc;
1859 } else {
1860 adev->mode_info.num_crtc = 1;
1861 }
9accf2fd
ED
1862 break;
1863 }
1864 }
1865
0f66356d
ED
1866 DRM_INFO("virtual display string:%s, %s:virtual_display:%d, num_crtc:%d\n",
1867 amdgpu_virtual_display, pci_address_name,
1868 adev->enable_virtual_display, adev->mode_info.num_crtc);
9accf2fd
ED
1869
1870 kfree(pciaddstr);
1871 }
1872}
1873
e3ecdffa
AD
1874/**
1875 * amdgpu_device_parse_gpu_info_fw - parse gpu info firmware
1876 *
1877 * @adev: amdgpu_device pointer
1878 *
1879 * Parses the asic configuration parameters specified in the gpu info
1880 * firmware and makes them availale to the driver for use in configuring
1881 * the asic.
1882 * Returns 0 on success, -EINVAL on failure.
1883 */
e2a75f88
AD
1884static int amdgpu_device_parse_gpu_info_fw(struct amdgpu_device *adev)
1885{
e2a75f88 1886 const char *chip_name;
c0a43457 1887 char fw_name[40];
e2a75f88
AD
1888 int err;
1889 const struct gpu_info_firmware_header_v1_0 *hdr;
1890
ab4fe3e1
HR
1891 adev->firmware.gpu_info_fw = NULL;
1892
72de33f8 1893 if (adev->mman.discovery_bin) {
258620d0 1894 amdgpu_discovery_get_gfx_info(adev);
cc375d8c
TY
1895
1896 /*
1897 * FIXME: The bounding box is still needed by Navi12, so
1898 * temporarily read it from gpu_info firmware. Should be droped
1899 * when DAL no longer needs it.
1900 */
1901 if (adev->asic_type != CHIP_NAVI12)
1902 return 0;
258620d0
AD
1903 }
1904
e2a75f88 1905 switch (adev->asic_type) {
e2a75f88
AD
1906#ifdef CONFIG_DRM_AMDGPU_SI
1907 case CHIP_VERDE:
1908 case CHIP_TAHITI:
1909 case CHIP_PITCAIRN:
1910 case CHIP_OLAND:
1911 case CHIP_HAINAN:
1912#endif
1913#ifdef CONFIG_DRM_AMDGPU_CIK
1914 case CHIP_BONAIRE:
1915 case CHIP_HAWAII:
1916 case CHIP_KAVERI:
1917 case CHIP_KABINI:
1918 case CHIP_MULLINS:
1919#endif
da87c30b
AD
1920 case CHIP_TOPAZ:
1921 case CHIP_TONGA:
1922 case CHIP_FIJI:
1923 case CHIP_POLARIS10:
1924 case CHIP_POLARIS11:
1925 case CHIP_POLARIS12:
1926 case CHIP_VEGAM:
1927 case CHIP_CARRIZO:
1928 case CHIP_STONEY:
27c0bc71 1929 case CHIP_VEGA20:
44b3253a 1930 case CHIP_ALDEBARAN:
84d244a3
JC
1931 case CHIP_SIENNA_CICHLID:
1932 case CHIP_NAVY_FLOUNDER:
eac88a5f 1933 case CHIP_DIMGREY_CAVEFISH:
0e5f4b09 1934 case CHIP_BEIGE_GOBY:
e2a75f88
AD
1935 default:
1936 return 0;
1937 case CHIP_VEGA10:
1938 chip_name = "vega10";
1939 break;
3f76dced
AD
1940 case CHIP_VEGA12:
1941 chip_name = "vega12";
1942 break;
2d2e5e7e 1943 case CHIP_RAVEN:
54f78a76 1944 if (adev->apu_flags & AMD_APU_IS_RAVEN2)
54c4d17e 1945 chip_name = "raven2";
54f78a76 1946 else if (adev->apu_flags & AMD_APU_IS_PICASSO)
741deade 1947 chip_name = "picasso";
54c4d17e
FX
1948 else
1949 chip_name = "raven";
2d2e5e7e 1950 break;
65e60f6e
LM
1951 case CHIP_ARCTURUS:
1952 chip_name = "arcturus";
1953 break;
b51a26a0 1954 case CHIP_RENOIR:
2e62f0b5
PL
1955 if (adev->apu_flags & AMD_APU_IS_RENOIR)
1956 chip_name = "renoir";
1957 else
1958 chip_name = "green_sardine";
b51a26a0 1959 break;
23c6268e
HR
1960 case CHIP_NAVI10:
1961 chip_name = "navi10";
1962 break;
ed42cfe1
XY
1963 case CHIP_NAVI14:
1964 chip_name = "navi14";
1965 break;
42b325e5
XY
1966 case CHIP_NAVI12:
1967 chip_name = "navi12";
1968 break;
4e52a9f8
HR
1969 case CHIP_VANGOGH:
1970 chip_name = "vangogh";
1971 break;
8bf84f60
AL
1972 case CHIP_YELLOW_CARP:
1973 chip_name = "yellow_carp";
1974 break;
e2a75f88
AD
1975 }
1976
1977 snprintf(fw_name, sizeof(fw_name), "amdgpu/%s_gpu_info.bin", chip_name);
ab4fe3e1 1978 err = request_firmware(&adev->firmware.gpu_info_fw, fw_name, adev->dev);
e2a75f88
AD
1979 if (err) {
1980 dev_err(adev->dev,
1981 "Failed to load gpu_info firmware \"%s\"\n",
1982 fw_name);
1983 goto out;
1984 }
ab4fe3e1 1985 err = amdgpu_ucode_validate(adev->firmware.gpu_info_fw);
e2a75f88
AD
1986 if (err) {
1987 dev_err(adev->dev,
1988 "Failed to validate gpu_info firmware \"%s\"\n",
1989 fw_name);
1990 goto out;
1991 }
1992
ab4fe3e1 1993 hdr = (const struct gpu_info_firmware_header_v1_0 *)adev->firmware.gpu_info_fw->data;
e2a75f88
AD
1994 amdgpu_ucode_print_gpu_info_hdr(&hdr->header);
1995
1996 switch (hdr->version_major) {
1997 case 1:
1998 {
1999 const struct gpu_info_firmware_v1_0 *gpu_info_fw =
ab4fe3e1 2000 (const struct gpu_info_firmware_v1_0 *)(adev->firmware.gpu_info_fw->data +
e2a75f88
AD
2001 le32_to_cpu(hdr->header.ucode_array_offset_bytes));
2002
cc375d8c
TY
2003 /*
2004 * Should be droped when DAL no longer needs it.
2005 */
2006 if (adev->asic_type == CHIP_NAVI12)
ec51d3fa
XY
2007 goto parse_soc_bounding_box;
2008
b5ab16bf
AD
2009 adev->gfx.config.max_shader_engines = le32_to_cpu(gpu_info_fw->gc_num_se);
2010 adev->gfx.config.max_cu_per_sh = le32_to_cpu(gpu_info_fw->gc_num_cu_per_sh);
2011 adev->gfx.config.max_sh_per_se = le32_to_cpu(gpu_info_fw->gc_num_sh_per_se);
2012 adev->gfx.config.max_backends_per_se = le32_to_cpu(gpu_info_fw->gc_num_rb_per_se);
e2a75f88 2013 adev->gfx.config.max_texture_channel_caches =
b5ab16bf
AD
2014 le32_to_cpu(gpu_info_fw->gc_num_tccs);
2015 adev->gfx.config.max_gprs = le32_to_cpu(gpu_info_fw->gc_num_gprs);
2016 adev->gfx.config.max_gs_threads = le32_to_cpu(gpu_info_fw->gc_num_max_gs_thds);
2017 adev->gfx.config.gs_vgt_table_depth = le32_to_cpu(gpu_info_fw->gc_gs_table_depth);
2018 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gpu_info_fw->gc_gsprim_buff_depth);
e2a75f88 2019 adev->gfx.config.double_offchip_lds_buf =
b5ab16bf
AD
2020 le32_to_cpu(gpu_info_fw->gc_double_offchip_lds_buffer);
2021 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gpu_info_fw->gc_wave_size);
51fd0370
HZ
2022 adev->gfx.cu_info.max_waves_per_simd =
2023 le32_to_cpu(gpu_info_fw->gc_max_waves_per_simd);
2024 adev->gfx.cu_info.max_scratch_slots_per_cu =
2025 le32_to_cpu(gpu_info_fw->gc_max_scratch_slots_per_cu);
2026 adev->gfx.cu_info.lds_size = le32_to_cpu(gpu_info_fw->gc_lds_size);
48321c3d 2027 if (hdr->version_minor >= 1) {
35c2e910
HZ
2028 const struct gpu_info_firmware_v1_1 *gpu_info_fw =
2029 (const struct gpu_info_firmware_v1_1 *)(adev->firmware.gpu_info_fw->data +
2030 le32_to_cpu(hdr->header.ucode_array_offset_bytes));
2031 adev->gfx.config.num_sc_per_sh =
2032 le32_to_cpu(gpu_info_fw->num_sc_per_sh);
2033 adev->gfx.config.num_packer_per_sc =
2034 le32_to_cpu(gpu_info_fw->num_packer_per_sc);
2035 }
ec51d3fa
XY
2036
2037parse_soc_bounding_box:
ec51d3fa
XY
2038 /*
2039 * soc bounding box info is not integrated in disocovery table,
258620d0 2040 * we always need to parse it from gpu info firmware if needed.
ec51d3fa 2041 */
48321c3d
HW
2042 if (hdr->version_minor == 2) {
2043 const struct gpu_info_firmware_v1_2 *gpu_info_fw =
2044 (const struct gpu_info_firmware_v1_2 *)(adev->firmware.gpu_info_fw->data +
2045 le32_to_cpu(hdr->header.ucode_array_offset_bytes));
2046 adev->dm.soc_bounding_box = &gpu_info_fw->soc_bounding_box;
2047 }
e2a75f88
AD
2048 break;
2049 }
2050 default:
2051 dev_err(adev->dev,
2052 "Unsupported gpu_info table %d\n", hdr->header.ucode_version);
2053 err = -EINVAL;
2054 goto out;
2055 }
2056out:
e2a75f88
AD
2057 return err;
2058}
2059
e3ecdffa
AD
2060/**
2061 * amdgpu_device_ip_early_init - run early init for hardware IPs
2062 *
2063 * @adev: amdgpu_device pointer
2064 *
2065 * Early initialization pass for hardware IPs. The hardware IPs that make
2066 * up each asic are discovered each IP's early_init callback is run. This
2067 * is the first stage in initializing the asic.
2068 * Returns 0 on success, negative error code on failure.
2069 */
06ec9070 2070static int amdgpu_device_ip_early_init(struct amdgpu_device *adev)
d38ceaf9 2071{
aaa36a97 2072 int i, r;
d38ceaf9 2073
483ef985 2074 amdgpu_device_enable_virtual_display(adev);
a6be7570 2075
00a979f3 2076 if (amdgpu_sriov_vf(adev)) {
00a979f3 2077 r = amdgpu_virt_request_full_gpu(adev, true);
aaa36a97
AD
2078 if (r)
2079 return r;
00a979f3
WS
2080 }
2081
d38ceaf9 2082 switch (adev->asic_type) {
33f34802
KW
2083#ifdef CONFIG_DRM_AMDGPU_SI
2084 case CHIP_VERDE:
2085 case CHIP_TAHITI:
2086 case CHIP_PITCAIRN:
2087 case CHIP_OLAND:
2088 case CHIP_HAINAN:
295d0daf 2089 adev->family = AMDGPU_FAMILY_SI;
33f34802
KW
2090 r = si_set_ip_blocks(adev);
2091 if (r)
2092 return r;
2093 break;
2094#endif
a2e73f56
AD
2095#ifdef CONFIG_DRM_AMDGPU_CIK
2096 case CHIP_BONAIRE:
2097 case CHIP_HAWAII:
2098 case CHIP_KAVERI:
2099 case CHIP_KABINI:
2100 case CHIP_MULLINS:
e1ad2d53 2101 if (adev->flags & AMD_IS_APU)
a2e73f56 2102 adev->family = AMDGPU_FAMILY_KV;
e1ad2d53
AD
2103 else
2104 adev->family = AMDGPU_FAMILY_CI;
a2e73f56
AD
2105
2106 r = cik_set_ip_blocks(adev);
2107 if (r)
2108 return r;
2109 break;
2110#endif
da87c30b
AD
2111 case CHIP_TOPAZ:
2112 case CHIP_TONGA:
2113 case CHIP_FIJI:
2114 case CHIP_POLARIS10:
2115 case CHIP_POLARIS11:
2116 case CHIP_POLARIS12:
2117 case CHIP_VEGAM:
2118 case CHIP_CARRIZO:
2119 case CHIP_STONEY:
2120 if (adev->flags & AMD_IS_APU)
2121 adev->family = AMDGPU_FAMILY_CZ;
2122 else
2123 adev->family = AMDGPU_FAMILY_VI;
2124
2125 r = vi_set_ip_blocks(adev);
2126 if (r)
2127 return r;
2128 break;
d38ceaf9 2129 default:
63352b7f
AD
2130 r = amdgpu_discovery_set_ip_blocks(adev);
2131 if (r)
2132 return r;
2133 break;
d38ceaf9
AD
2134 }
2135
1884734a 2136 amdgpu_amdkfd_device_probe(adev);
2137
3b94fb10 2138 adev->pm.pp_feature = amdgpu_pp_feature_mask;
a35ad98b 2139 if (amdgpu_sriov_vf(adev) || sched_policy == KFD_SCHED_POLICY_NO_HWS)
00544006 2140 adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
4215a119
HC
2141 if (amdgpu_sriov_vf(adev) && adev->asic_type == CHIP_SIENNA_CICHLID)
2142 adev->pm.pp_feature &= ~PP_OVERDRIVE_MASK;
00f54b97 2143
d38ceaf9
AD
2144 for (i = 0; i < adev->num_ip_blocks; i++) {
2145 if ((amdgpu_ip_block_mask & (1 << i)) == 0) {
ed8cf00c
HR
2146 DRM_ERROR("disabled ip block: %d <%s>\n",
2147 i, adev->ip_blocks[i].version->funcs->name);
a1255107 2148 adev->ip_blocks[i].status.valid = false;
d38ceaf9 2149 } else {
a1255107
AD
2150 if (adev->ip_blocks[i].version->funcs->early_init) {
2151 r = adev->ip_blocks[i].version->funcs->early_init((void *)adev);
2c1a2784 2152 if (r == -ENOENT) {
a1255107 2153 adev->ip_blocks[i].status.valid = false;
2c1a2784 2154 } else if (r) {
a1255107
AD
2155 DRM_ERROR("early_init of IP block <%s> failed %d\n",
2156 adev->ip_blocks[i].version->funcs->name, r);
d38ceaf9 2157 return r;
2c1a2784 2158 } else {
a1255107 2159 adev->ip_blocks[i].status.valid = true;
2c1a2784 2160 }
974e6b64 2161 } else {
a1255107 2162 adev->ip_blocks[i].status.valid = true;
d38ceaf9 2163 }
d38ceaf9 2164 }
21a249ca
AD
2165 /* get the vbios after the asic_funcs are set up */
2166 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON) {
6e29c227
AD
2167 r = amdgpu_device_parse_gpu_info_fw(adev);
2168 if (r)
2169 return r;
2170
21a249ca
AD
2171 /* Read BIOS */
2172 if (!amdgpu_get_bios(adev))
2173 return -EINVAL;
2174
2175 r = amdgpu_atombios_init(adev);
2176 if (r) {
2177 dev_err(adev->dev, "amdgpu_atombios_init failed\n");
2178 amdgpu_vf_error_put(adev, AMDGIM_ERROR_VF_ATOMBIOS_INIT_FAIL, 0, 0);
2179 return r;
2180 }
77eabc6f
PJZ
2181
2182 /*get pf2vf msg info at it's earliest time*/
2183 if (amdgpu_sriov_vf(adev))
2184 amdgpu_virt_init_data_exchange(adev);
2185
21a249ca 2186 }
d38ceaf9
AD
2187 }
2188
395d1fb9
NH
2189 adev->cg_flags &= amdgpu_cg_mask;
2190 adev->pg_flags &= amdgpu_pg_mask;
2191
d38ceaf9
AD
2192 return 0;
2193}
2194
0a4f2520
RZ
2195static int amdgpu_device_ip_hw_init_phase1(struct amdgpu_device *adev)
2196{
2197 int i, r;
2198
2199 for (i = 0; i < adev->num_ip_blocks; i++) {
2200 if (!adev->ip_blocks[i].status.sw)
2201 continue;
2202 if (adev->ip_blocks[i].status.hw)
2203 continue;
2204 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
2d11fd3f 2205 (amdgpu_sriov_vf(adev) && (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP)) ||
0a4f2520
RZ
2206 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH) {
2207 r = adev->ip_blocks[i].version->funcs->hw_init(adev);
2208 if (r) {
2209 DRM_ERROR("hw_init of IP block <%s> failed %d\n",
2210 adev->ip_blocks[i].version->funcs->name, r);
2211 return r;
2212 }
2213 adev->ip_blocks[i].status.hw = true;
2214 }
2215 }
2216
2217 return 0;
2218}
2219
2220static int amdgpu_device_ip_hw_init_phase2(struct amdgpu_device *adev)
2221{
2222 int i, r;
2223
2224 for (i = 0; i < adev->num_ip_blocks; i++) {
2225 if (!adev->ip_blocks[i].status.sw)
2226 continue;
2227 if (adev->ip_blocks[i].status.hw)
2228 continue;
2229 r = adev->ip_blocks[i].version->funcs->hw_init(adev);
2230 if (r) {
2231 DRM_ERROR("hw_init of IP block <%s> failed %d\n",
2232 adev->ip_blocks[i].version->funcs->name, r);
2233 return r;
2234 }
2235 adev->ip_blocks[i].status.hw = true;
2236 }
2237
2238 return 0;
2239}
2240
7a3e0bb2
RZ
2241static int amdgpu_device_fw_loading(struct amdgpu_device *adev)
2242{
2243 int r = 0;
2244 int i;
80f41f84 2245 uint32_t smu_version;
7a3e0bb2
RZ
2246
2247 if (adev->asic_type >= CHIP_VEGA10) {
2248 for (i = 0; i < adev->num_ip_blocks; i++) {
482f0e53
ML
2249 if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_PSP)
2250 continue;
2251
e3c1b071 2252 if (!adev->ip_blocks[i].status.sw)
2253 continue;
2254
482f0e53
ML
2255 /* no need to do the fw loading again if already done*/
2256 if (adev->ip_blocks[i].status.hw == true)
2257 break;
2258
53b3f8f4 2259 if (amdgpu_in_reset(adev) || adev->in_suspend) {
482f0e53
ML
2260 r = adev->ip_blocks[i].version->funcs->resume(adev);
2261 if (r) {
2262 DRM_ERROR("resume of IP block <%s> failed %d\n",
7a3e0bb2 2263 adev->ip_blocks[i].version->funcs->name, r);
482f0e53
ML
2264 return r;
2265 }
2266 } else {
2267 r = adev->ip_blocks[i].version->funcs->hw_init(adev);
2268 if (r) {
2269 DRM_ERROR("hw_init of IP block <%s> failed %d\n",
2270 adev->ip_blocks[i].version->funcs->name, r);
2271 return r;
7a3e0bb2 2272 }
7a3e0bb2 2273 }
482f0e53
ML
2274
2275 adev->ip_blocks[i].status.hw = true;
2276 break;
7a3e0bb2
RZ
2277 }
2278 }
482f0e53 2279
8973d9ec
ED
2280 if (!amdgpu_sriov_vf(adev) || adev->asic_type == CHIP_TONGA)
2281 r = amdgpu_pm_load_smu_firmware(adev, &smu_version);
7a3e0bb2 2282
80f41f84 2283 return r;
7a3e0bb2
RZ
2284}
2285
e3ecdffa
AD
2286/**
2287 * amdgpu_device_ip_init - run init for hardware IPs
2288 *
2289 * @adev: amdgpu_device pointer
2290 *
2291 * Main initialization pass for hardware IPs. The list of all the hardware
2292 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
2293 * are run. sw_init initializes the software state associated with each IP
2294 * and hw_init initializes the hardware associated with each IP.
2295 * Returns 0 on success, negative error code on failure.
2296 */
06ec9070 2297static int amdgpu_device_ip_init(struct amdgpu_device *adev)
d38ceaf9
AD
2298{
2299 int i, r;
2300
c030f2e4 2301 r = amdgpu_ras_init(adev);
2302 if (r)
2303 return r;
2304
d38ceaf9 2305 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 2306 if (!adev->ip_blocks[i].status.valid)
d38ceaf9 2307 continue;
a1255107 2308 r = adev->ip_blocks[i].version->funcs->sw_init((void *)adev);
2c1a2784 2309 if (r) {
a1255107
AD
2310 DRM_ERROR("sw_init of IP block <%s> failed %d\n",
2311 adev->ip_blocks[i].version->funcs->name, r);
72d3f592 2312 goto init_failed;
2c1a2784 2313 }
a1255107 2314 adev->ip_blocks[i].status.sw = true;
bfca0289 2315
d38ceaf9 2316 /* need to do gmc hw init early so we can allocate gpu mem */
a1255107 2317 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) {
06ec9070 2318 r = amdgpu_device_vram_scratch_init(adev);
2c1a2784
AD
2319 if (r) {
2320 DRM_ERROR("amdgpu_vram_scratch_init failed %d\n", r);
72d3f592 2321 goto init_failed;
2c1a2784 2322 }
a1255107 2323 r = adev->ip_blocks[i].version->funcs->hw_init((void *)adev);
2c1a2784
AD
2324 if (r) {
2325 DRM_ERROR("hw_init %d failed %d\n", i, r);
72d3f592 2326 goto init_failed;
2c1a2784 2327 }
06ec9070 2328 r = amdgpu_device_wb_init(adev);
2c1a2784 2329 if (r) {
06ec9070 2330 DRM_ERROR("amdgpu_device_wb_init failed %d\n", r);
72d3f592 2331 goto init_failed;
2c1a2784 2332 }
a1255107 2333 adev->ip_blocks[i].status.hw = true;
2493664f
ML
2334
2335 /* right after GMC hw init, we create CSA */
f92d5c61 2336 if (amdgpu_mcbp || amdgpu_sriov_vf(adev)) {
1e256e27
RZ
2337 r = amdgpu_allocate_static_csa(adev, &adev->virt.csa_obj,
2338 AMDGPU_GEM_DOMAIN_VRAM,
2339 AMDGPU_CSA_SIZE);
2493664f
ML
2340 if (r) {
2341 DRM_ERROR("allocate CSA failed %d\n", r);
72d3f592 2342 goto init_failed;
2493664f
ML
2343 }
2344 }
d38ceaf9
AD
2345 }
2346 }
2347
c9ffa427
YT
2348 if (amdgpu_sriov_vf(adev))
2349 amdgpu_virt_init_data_exchange(adev);
2350
533aed27
AG
2351 r = amdgpu_ib_pool_init(adev);
2352 if (r) {
2353 dev_err(adev->dev, "IB initialization failed (%d).\n", r);
2354 amdgpu_vf_error_put(adev, AMDGIM_ERROR_VF_IB_INIT_FAIL, 0, r);
2355 goto init_failed;
2356 }
2357
c8963ea4
RZ
2358 r = amdgpu_ucode_create_bo(adev); /* create ucode bo when sw_init complete*/
2359 if (r)
72d3f592 2360 goto init_failed;
0a4f2520 2361
9cec53c1
JZ
2362 r = amdgpu_amdkfd_resume_iommu(adev);
2363 if (r)
2364 goto init_failed;
2365
0a4f2520
RZ
2366 r = amdgpu_device_ip_hw_init_phase1(adev);
2367 if (r)
72d3f592 2368 goto init_failed;
0a4f2520 2369
7a3e0bb2
RZ
2370 r = amdgpu_device_fw_loading(adev);
2371 if (r)
72d3f592 2372 goto init_failed;
7a3e0bb2 2373
0a4f2520
RZ
2374 r = amdgpu_device_ip_hw_init_phase2(adev);
2375 if (r)
72d3f592 2376 goto init_failed;
d38ceaf9 2377
121a2bc6
AG
2378 /*
2379 * retired pages will be loaded from eeprom and reserved here,
2380 * it should be called after amdgpu_device_ip_hw_init_phase2 since
2381 * for some ASICs the RAS EEPROM code relies on SMU fully functioning
2382 * for I2C communication which only true at this point.
b82e65a9
GC
2383 *
2384 * amdgpu_ras_recovery_init may fail, but the upper only cares the
2385 * failure from bad gpu situation and stop amdgpu init process
2386 * accordingly. For other failed cases, it will still release all
2387 * the resource and print error message, rather than returning one
2388 * negative value to upper level.
121a2bc6
AG
2389 *
2390 * Note: theoretically, this should be called before all vram allocations
2391 * to protect retired page from abusing
2392 */
b82e65a9
GC
2393 r = amdgpu_ras_recovery_init(adev);
2394 if (r)
2395 goto init_failed;
121a2bc6 2396
3e2e2ab5
HZ
2397 if (adev->gmc.xgmi.num_physical_nodes > 1)
2398 amdgpu_xgmi_add_device(adev);
e3c1b071 2399
2400 /* Don't init kfd if whole hive need to be reset during init */
2401 if (!adev->gmc.xgmi.pending_reset)
2402 amdgpu_amdkfd_device_init(adev);
c6332b97 2403
bd607166
KR
2404 amdgpu_fru_get_product_info(adev);
2405
72d3f592 2406init_failed:
c9ffa427 2407 if (amdgpu_sriov_vf(adev))
c6332b97 2408 amdgpu_virt_release_full_gpu(adev, true);
2409
72d3f592 2410 return r;
d38ceaf9
AD
2411}
2412
e3ecdffa
AD
2413/**
2414 * amdgpu_device_fill_reset_magic - writes reset magic to gart pointer
2415 *
2416 * @adev: amdgpu_device pointer
2417 *
2418 * Writes a reset magic value to the gart pointer in VRAM. The driver calls
2419 * this function before a GPU reset. If the value is retained after a
2420 * GPU reset, VRAM has not been lost. Some GPU resets may destry VRAM contents.
2421 */
06ec9070 2422static void amdgpu_device_fill_reset_magic(struct amdgpu_device *adev)
0c49e0b8
CZ
2423{
2424 memcpy(adev->reset_magic, adev->gart.ptr, AMDGPU_RESET_MAGIC_NUM);
2425}
2426
e3ecdffa
AD
2427/**
2428 * amdgpu_device_check_vram_lost - check if vram is valid
2429 *
2430 * @adev: amdgpu_device pointer
2431 *
2432 * Checks the reset magic value written to the gart pointer in VRAM.
2433 * The driver calls this after a GPU reset to see if the contents of
2434 * VRAM is lost or now.
2435 * returns true if vram is lost, false if not.
2436 */
06ec9070 2437static bool amdgpu_device_check_vram_lost(struct amdgpu_device *adev)
0c49e0b8 2438{
dadce777
EQ
2439 if (memcmp(adev->gart.ptr, adev->reset_magic,
2440 AMDGPU_RESET_MAGIC_NUM))
2441 return true;
2442
53b3f8f4 2443 if (!amdgpu_in_reset(adev))
dadce777
EQ
2444 return false;
2445
2446 /*
2447 * For all ASICs with baco/mode1 reset, the VRAM is
2448 * always assumed to be lost.
2449 */
2450 switch (amdgpu_asic_reset_method(adev)) {
2451 case AMD_RESET_METHOD_BACO:
2452 case AMD_RESET_METHOD_MODE1:
2453 return true;
2454 default:
2455 return false;
2456 }
0c49e0b8
CZ
2457}
2458
e3ecdffa 2459/**
1112a46b 2460 * amdgpu_device_set_cg_state - set clockgating for amdgpu device
e3ecdffa
AD
2461 *
2462 * @adev: amdgpu_device pointer
b8b72130 2463 * @state: clockgating state (gate or ungate)
e3ecdffa 2464 *
e3ecdffa 2465 * The list of all the hardware IPs that make up the asic is walked and the
1112a46b
RZ
2466 * set_clockgating_state callbacks are run.
2467 * Late initialization pass enabling clockgating for hardware IPs.
2468 * Fini or suspend, pass disabling clockgating for hardware IPs.
e3ecdffa
AD
2469 * Returns 0 on success, negative error code on failure.
2470 */
fdd34271 2471
5d89bb2d
LL
2472int amdgpu_device_set_cg_state(struct amdgpu_device *adev,
2473 enum amd_clockgating_state state)
d38ceaf9 2474{
1112a46b 2475 int i, j, r;
d38ceaf9 2476
4a2ba394
SL
2477 if (amdgpu_emu_mode == 1)
2478 return 0;
2479
1112a46b
RZ
2480 for (j = 0; j < adev->num_ip_blocks; j++) {
2481 i = state == AMD_CG_STATE_GATE ? j : adev->num_ip_blocks - j - 1;
a2d31dc3 2482 if (!adev->ip_blocks[i].status.late_initialized)
d38ceaf9 2483 continue;
5d70a549
PV
2484 /* skip CG for GFX on S0ix */
2485 if (adev->in_s0ix &&
2486 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GFX)
2487 continue;
4a446d55 2488 /* skip CG for VCE/UVD, it's handled specially */
a1255107 2489 if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_UVD &&
57716327 2490 adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCE &&
34319b32 2491 adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCN &&
52f2e779 2492 adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_JPEG &&
57716327 2493 adev->ip_blocks[i].version->funcs->set_clockgating_state) {
4a446d55 2494 /* enable clockgating to save power */
a1255107 2495 r = adev->ip_blocks[i].version->funcs->set_clockgating_state((void *)adev,
1112a46b 2496 state);
4a446d55
AD
2497 if (r) {
2498 DRM_ERROR("set_clockgating_state(gate) of IP block <%s> failed %d\n",
a1255107 2499 adev->ip_blocks[i].version->funcs->name, r);
4a446d55
AD
2500 return r;
2501 }
b0b00ff1 2502 }
d38ceaf9 2503 }
06b18f61 2504
c9f96fd5
RZ
2505 return 0;
2506}
2507
5d89bb2d
LL
2508int amdgpu_device_set_pg_state(struct amdgpu_device *adev,
2509 enum amd_powergating_state state)
c9f96fd5 2510{
1112a46b 2511 int i, j, r;
06b18f61 2512
c9f96fd5
RZ
2513 if (amdgpu_emu_mode == 1)
2514 return 0;
2515
1112a46b
RZ
2516 for (j = 0; j < adev->num_ip_blocks; j++) {
2517 i = state == AMD_PG_STATE_GATE ? j : adev->num_ip_blocks - j - 1;
a2d31dc3 2518 if (!adev->ip_blocks[i].status.late_initialized)
c9f96fd5 2519 continue;
5d70a549
PV
2520 /* skip PG for GFX on S0ix */
2521 if (adev->in_s0ix &&
2522 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GFX)
2523 continue;
c9f96fd5
RZ
2524 /* skip CG for VCE/UVD, it's handled specially */
2525 if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_UVD &&
2526 adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCE &&
2527 adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_VCN &&
52f2e779 2528 adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_JPEG &&
c9f96fd5
RZ
2529 adev->ip_blocks[i].version->funcs->set_powergating_state) {
2530 /* enable powergating to save power */
2531 r = adev->ip_blocks[i].version->funcs->set_powergating_state((void *)adev,
1112a46b 2532 state);
c9f96fd5
RZ
2533 if (r) {
2534 DRM_ERROR("set_powergating_state(gate) of IP block <%s> failed %d\n",
2535 adev->ip_blocks[i].version->funcs->name, r);
2536 return r;
2537 }
2538 }
2539 }
2dc80b00
S
2540 return 0;
2541}
2542
beff74bc
AD
2543static int amdgpu_device_enable_mgpu_fan_boost(void)
2544{
2545 struct amdgpu_gpu_instance *gpu_ins;
2546 struct amdgpu_device *adev;
2547 int i, ret = 0;
2548
2549 mutex_lock(&mgpu_info.mutex);
2550
2551 /*
2552 * MGPU fan boost feature should be enabled
2553 * only when there are two or more dGPUs in
2554 * the system
2555 */
2556 if (mgpu_info.num_dgpu < 2)
2557 goto out;
2558
2559 for (i = 0; i < mgpu_info.num_dgpu; i++) {
2560 gpu_ins = &(mgpu_info.gpu_ins[i]);
2561 adev = gpu_ins->adev;
2562 if (!(adev->flags & AMD_IS_APU) &&
f10bb940 2563 !gpu_ins->mgpu_fan_enabled) {
beff74bc
AD
2564 ret = amdgpu_dpm_enable_mgpu_fan_boost(adev);
2565 if (ret)
2566 break;
2567
2568 gpu_ins->mgpu_fan_enabled = 1;
2569 }
2570 }
2571
2572out:
2573 mutex_unlock(&mgpu_info.mutex);
2574
2575 return ret;
2576}
2577
e3ecdffa
AD
2578/**
2579 * amdgpu_device_ip_late_init - run late init for hardware IPs
2580 *
2581 * @adev: amdgpu_device pointer
2582 *
2583 * Late initialization pass for hardware IPs. The list of all the hardware
2584 * IPs that make up the asic is walked and the late_init callbacks are run.
2585 * late_init covers any special initialization that an IP requires
2586 * after all of the have been initialized or something that needs to happen
2587 * late in the init process.
2588 * Returns 0 on success, negative error code on failure.
2589 */
06ec9070 2590static int amdgpu_device_ip_late_init(struct amdgpu_device *adev)
2dc80b00 2591{
60599a03 2592 struct amdgpu_gpu_instance *gpu_instance;
2dc80b00
S
2593 int i = 0, r;
2594
2595 for (i = 0; i < adev->num_ip_blocks; i++) {
73f847db 2596 if (!adev->ip_blocks[i].status.hw)
2dc80b00
S
2597 continue;
2598 if (adev->ip_blocks[i].version->funcs->late_init) {
2599 r = adev->ip_blocks[i].version->funcs->late_init((void *)adev);
2600 if (r) {
2601 DRM_ERROR("late_init of IP block <%s> failed %d\n",
2602 adev->ip_blocks[i].version->funcs->name, r);
2603 return r;
2604 }
2dc80b00 2605 }
73f847db 2606 adev->ip_blocks[i].status.late_initialized = true;
2dc80b00
S
2607 }
2608
a891d239
DL
2609 amdgpu_ras_set_error_query_ready(adev, true);
2610
1112a46b
RZ
2611 amdgpu_device_set_cg_state(adev, AMD_CG_STATE_GATE);
2612 amdgpu_device_set_pg_state(adev, AMD_PG_STATE_GATE);
916ac57f 2613
06ec9070 2614 amdgpu_device_fill_reset_magic(adev);
d38ceaf9 2615
beff74bc
AD
2616 r = amdgpu_device_enable_mgpu_fan_boost();
2617 if (r)
2618 DRM_ERROR("enable mgpu fan boost failed (%d).\n", r);
2619
2d02893f 2620 /* For XGMI + passthrough configuration on arcturus, enable light SBR */
2621 if (adev->asic_type == CHIP_ARCTURUS &&
2622 amdgpu_passthrough(adev) &&
2623 adev->gmc.xgmi.num_physical_nodes > 1)
2624 smu_set_light_sbr(&adev->smu, true);
60599a03
EQ
2625
2626 if (adev->gmc.xgmi.num_physical_nodes > 1) {
2627 mutex_lock(&mgpu_info.mutex);
2628
2629 /*
2630 * Reset device p-state to low as this was booted with high.
2631 *
2632 * This should be performed only after all devices from the same
2633 * hive get initialized.
2634 *
2635 * However, it's unknown how many device in the hive in advance.
2636 * As this is counted one by one during devices initializations.
2637 *
2638 * So, we wait for all XGMI interlinked devices initialized.
2639 * This may bring some delays as those devices may come from
2640 * different hives. But that should be OK.
2641 */
2642 if (mgpu_info.num_dgpu == adev->gmc.xgmi.num_physical_nodes) {
2643 for (i = 0; i < mgpu_info.num_gpu; i++) {
2644 gpu_instance = &(mgpu_info.gpu_ins[i]);
2645 if (gpu_instance->adev->flags & AMD_IS_APU)
2646 continue;
2647
d84a430d
JK
2648 r = amdgpu_xgmi_set_pstate(gpu_instance->adev,
2649 AMDGPU_XGMI_PSTATE_MIN);
60599a03
EQ
2650 if (r) {
2651 DRM_ERROR("pstate setting failed (%d).\n", r);
2652 break;
2653 }
2654 }
2655 }
2656
2657 mutex_unlock(&mgpu_info.mutex);
2658 }
2659
d38ceaf9
AD
2660 return 0;
2661}
2662
e9669fb7 2663static int amdgpu_device_ip_fini_early(struct amdgpu_device *adev)
d38ceaf9
AD
2664{
2665 int i, r;
2666
e9669fb7
AG
2667 for (i = 0; i < adev->num_ip_blocks; i++) {
2668 if (!adev->ip_blocks[i].version->funcs->early_fini)
2669 continue;
5278a159 2670
e9669fb7
AG
2671 r = adev->ip_blocks[i].version->funcs->early_fini((void *)adev);
2672 if (r) {
2673 DRM_DEBUG("early_fini of IP block <%s> failed %d\n",
2674 adev->ip_blocks[i].version->funcs->name, r);
2675 }
2676 }
c030f2e4 2677
e9669fb7 2678 amdgpu_amdkfd_suspend(adev, false);
a82400b5 2679
05df1f01 2680 amdgpu_device_set_pg_state(adev, AMD_PG_STATE_UNGATE);
fdd34271
RZ
2681 amdgpu_device_set_cg_state(adev, AMD_CG_STATE_UNGATE);
2682
3e96dbfd
AD
2683 /* need to disable SMC first */
2684 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 2685 if (!adev->ip_blocks[i].status.hw)
3e96dbfd 2686 continue;
fdd34271 2687 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC) {
a1255107 2688 r = adev->ip_blocks[i].version->funcs->hw_fini((void *)adev);
3e96dbfd
AD
2689 /* XXX handle errors */
2690 if (r) {
2691 DRM_DEBUG("hw_fini of IP block <%s> failed %d\n",
a1255107 2692 adev->ip_blocks[i].version->funcs->name, r);
3e96dbfd 2693 }
a1255107 2694 adev->ip_blocks[i].status.hw = false;
3e96dbfd
AD
2695 break;
2696 }
2697 }
2698
d38ceaf9 2699 for (i = adev->num_ip_blocks - 1; i >= 0; i--) {
a1255107 2700 if (!adev->ip_blocks[i].status.hw)
d38ceaf9 2701 continue;
8201a67a 2702
a1255107 2703 r = adev->ip_blocks[i].version->funcs->hw_fini((void *)adev);
d38ceaf9 2704 /* XXX handle errors */
2c1a2784 2705 if (r) {
a1255107
AD
2706 DRM_DEBUG("hw_fini of IP block <%s> failed %d\n",
2707 adev->ip_blocks[i].version->funcs->name, r);
2c1a2784 2708 }
8201a67a 2709
a1255107 2710 adev->ip_blocks[i].status.hw = false;
d38ceaf9
AD
2711 }
2712
6effad8a
GC
2713 if (amdgpu_sriov_vf(adev)) {
2714 if (amdgpu_virt_release_full_gpu(adev, false))
2715 DRM_ERROR("failed to release exclusive mode on fini\n");
2716 }
2717
e9669fb7
AG
2718 return 0;
2719}
2720
2721/**
2722 * amdgpu_device_ip_fini - run fini for hardware IPs
2723 *
2724 * @adev: amdgpu_device pointer
2725 *
2726 * Main teardown pass for hardware IPs. The list of all the hardware
2727 * IPs that make up the asic is walked and the hw_fini and sw_fini callbacks
2728 * are run. hw_fini tears down the hardware associated with each IP
2729 * and sw_fini tears down any software state associated with each IP.
2730 * Returns 0 on success, negative error code on failure.
2731 */
2732static int amdgpu_device_ip_fini(struct amdgpu_device *adev)
2733{
2734 int i, r;
2735
2736 if (amdgpu_sriov_vf(adev) && adev->virt.ras_init_done)
2737 amdgpu_virt_release_ras_err_handler_data(adev);
2738
2739 amdgpu_ras_pre_fini(adev);
2740
2741 if (adev->gmc.xgmi.num_physical_nodes > 1)
2742 amdgpu_xgmi_remove_device(adev);
2743
2744 amdgpu_amdkfd_device_fini_sw(adev);
9950cda2 2745
d38ceaf9 2746 for (i = adev->num_ip_blocks - 1; i >= 0; i--) {
a1255107 2747 if (!adev->ip_blocks[i].status.sw)
d38ceaf9 2748 continue;
c12aba3a
ML
2749
2750 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) {
c8963ea4 2751 amdgpu_ucode_free_bo(adev);
1e256e27 2752 amdgpu_free_static_csa(&adev->virt.csa_obj);
c12aba3a
ML
2753 amdgpu_device_wb_fini(adev);
2754 amdgpu_device_vram_scratch_fini(adev);
533aed27 2755 amdgpu_ib_pool_fini(adev);
c12aba3a
ML
2756 }
2757
a1255107 2758 r = adev->ip_blocks[i].version->funcs->sw_fini((void *)adev);
d38ceaf9 2759 /* XXX handle errors */
2c1a2784 2760 if (r) {
a1255107
AD
2761 DRM_DEBUG("sw_fini of IP block <%s> failed %d\n",
2762 adev->ip_blocks[i].version->funcs->name, r);
2c1a2784 2763 }
a1255107
AD
2764 adev->ip_blocks[i].status.sw = false;
2765 adev->ip_blocks[i].status.valid = false;
d38ceaf9
AD
2766 }
2767
a6dcfd9c 2768 for (i = adev->num_ip_blocks - 1; i >= 0; i--) {
a1255107 2769 if (!adev->ip_blocks[i].status.late_initialized)
8a2eef1d 2770 continue;
a1255107
AD
2771 if (adev->ip_blocks[i].version->funcs->late_fini)
2772 adev->ip_blocks[i].version->funcs->late_fini((void *)adev);
2773 adev->ip_blocks[i].status.late_initialized = false;
a6dcfd9c
ML
2774 }
2775
c030f2e4 2776 amdgpu_ras_fini(adev);
2777
d38ceaf9
AD
2778 return 0;
2779}
2780
e3ecdffa 2781/**
beff74bc 2782 * amdgpu_device_delayed_init_work_handler - work handler for IB tests
e3ecdffa 2783 *
1112a46b 2784 * @work: work_struct.
e3ecdffa 2785 */
beff74bc 2786static void amdgpu_device_delayed_init_work_handler(struct work_struct *work)
2dc80b00
S
2787{
2788 struct amdgpu_device *adev =
beff74bc 2789 container_of(work, struct amdgpu_device, delayed_init_work.work);
916ac57f
RZ
2790 int r;
2791
2792 r = amdgpu_ib_ring_tests(adev);
2793 if (r)
2794 DRM_ERROR("ib ring test failed (%d).\n", r);
2dc80b00
S
2795}
2796
1e317b99
RZ
2797static void amdgpu_device_delay_enable_gfx_off(struct work_struct *work)
2798{
2799 struct amdgpu_device *adev =
2800 container_of(work, struct amdgpu_device, gfx.gfx_off_delay_work.work);
2801
90a92662
MD
2802 WARN_ON_ONCE(adev->gfx.gfx_off_state);
2803 WARN_ON_ONCE(adev->gfx.gfx_off_req_count);
2804
2805 if (!amdgpu_dpm_set_powergating_by_smu(adev, AMD_IP_BLOCK_TYPE_GFX, true))
2806 adev->gfx.gfx_off_state = true;
1e317b99
RZ
2807}
2808
e3ecdffa 2809/**
e7854a03 2810 * amdgpu_device_ip_suspend_phase1 - run suspend for hardware IPs (phase 1)
e3ecdffa
AD
2811 *
2812 * @adev: amdgpu_device pointer
2813 *
2814 * Main suspend function for hardware IPs. The list of all the hardware
2815 * IPs that make up the asic is walked, clockgating is disabled and the
2816 * suspend callbacks are run. suspend puts the hardware and software state
2817 * in each IP into a state suitable for suspend.
2818 * Returns 0 on success, negative error code on failure.
2819 */
e7854a03
AD
2820static int amdgpu_device_ip_suspend_phase1(struct amdgpu_device *adev)
2821{
2822 int i, r;
2823
50ec83f0
AD
2824 amdgpu_device_set_pg_state(adev, AMD_PG_STATE_UNGATE);
2825 amdgpu_device_set_cg_state(adev, AMD_CG_STATE_UNGATE);
05df1f01 2826
e7854a03
AD
2827 for (i = adev->num_ip_blocks - 1; i >= 0; i--) {
2828 if (!adev->ip_blocks[i].status.valid)
2829 continue;
2b9f7848 2830
e7854a03 2831 /* displays are handled separately */
2b9f7848
ND
2832 if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_DCE)
2833 continue;
2834
2835 /* XXX handle errors */
2836 r = adev->ip_blocks[i].version->funcs->suspend(adev);
2837 /* XXX handle errors */
2838 if (r) {
2839 DRM_ERROR("suspend of IP block <%s> failed %d\n",
2840 adev->ip_blocks[i].version->funcs->name, r);
2841 return r;
e7854a03 2842 }
2b9f7848
ND
2843
2844 adev->ip_blocks[i].status.hw = false;
e7854a03
AD
2845 }
2846
e7854a03
AD
2847 return 0;
2848}
2849
2850/**
2851 * amdgpu_device_ip_suspend_phase2 - run suspend for hardware IPs (phase 2)
2852 *
2853 * @adev: amdgpu_device pointer
2854 *
2855 * Main suspend function for hardware IPs. The list of all the hardware
2856 * IPs that make up the asic is walked, clockgating is disabled and the
2857 * suspend callbacks are run. suspend puts the hardware and software state
2858 * in each IP into a state suitable for suspend.
2859 * Returns 0 on success, negative error code on failure.
2860 */
2861static int amdgpu_device_ip_suspend_phase2(struct amdgpu_device *adev)
d38ceaf9
AD
2862{
2863 int i, r;
2864
557f42a2 2865 if (adev->in_s0ix)
34416931 2866 amdgpu_gfx_state_change_set(adev, sGpuChangeState_D3Entry);
34416931 2867
d38ceaf9 2868 for (i = adev->num_ip_blocks - 1; i >= 0; i--) {
a1255107 2869 if (!adev->ip_blocks[i].status.valid)
d38ceaf9 2870 continue;
e7854a03
AD
2871 /* displays are handled in phase1 */
2872 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_DCE)
2873 continue;
bff77e86
LM
2874 /* PSP lost connection when err_event_athub occurs */
2875 if (amdgpu_ras_intr_triggered() &&
2876 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP) {
2877 adev->ip_blocks[i].status.hw = false;
2878 continue;
2879 }
e3c1b071 2880
2881 /* skip unnecessary suspend if we do not initialize them yet */
2882 if (adev->gmc.xgmi.pending_reset &&
2883 !(adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC ||
2884 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC ||
2885 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
2886 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH)) {
2887 adev->ip_blocks[i].status.hw = false;
2888 continue;
2889 }
557f42a2 2890
32ff160d
AD
2891 /* skip suspend of gfx and psp for S0ix
2892 * gfx is in gfxoff state, so on resume it will exit gfxoff just
2893 * like at runtime. PSP is also part of the always on hardware
2894 * so no need to suspend it.
2895 */
557f42a2 2896 if (adev->in_s0ix &&
32ff160d
AD
2897 (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP ||
2898 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GFX))
557f42a2
AD
2899 continue;
2900
d38ceaf9 2901 /* XXX handle errors */
a1255107 2902 r = adev->ip_blocks[i].version->funcs->suspend(adev);
d38ceaf9 2903 /* XXX handle errors */
2c1a2784 2904 if (r) {
a1255107
AD
2905 DRM_ERROR("suspend of IP block <%s> failed %d\n",
2906 adev->ip_blocks[i].version->funcs->name, r);
2c1a2784 2907 }
876923fb 2908 adev->ip_blocks[i].status.hw = false;
a3a09142 2909 /* handle putting the SMC in the appropriate state */
86b93fd6
JZ
2910 if(!amdgpu_sriov_vf(adev)){
2911 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC) {
2912 r = amdgpu_dpm_set_mp1_state(adev, adev->mp1_state);
2913 if (r) {
2914 DRM_ERROR("SMC failed to set mp1 state %d, %d\n",
2915 adev->mp1_state, r);
2916 return r;
2917 }
a3a09142
AD
2918 }
2919 }
d38ceaf9
AD
2920 }
2921
2922 return 0;
2923}
2924
e7854a03
AD
2925/**
2926 * amdgpu_device_ip_suspend - run suspend for hardware IPs
2927 *
2928 * @adev: amdgpu_device pointer
2929 *
2930 * Main suspend function for hardware IPs. The list of all the hardware
2931 * IPs that make up the asic is walked, clockgating is disabled and the
2932 * suspend callbacks are run. suspend puts the hardware and software state
2933 * in each IP into a state suitable for suspend.
2934 * Returns 0 on success, negative error code on failure.
2935 */
2936int amdgpu_device_ip_suspend(struct amdgpu_device *adev)
2937{
2938 int r;
2939
3c73683c
JC
2940 if (amdgpu_sriov_vf(adev)) {
2941 amdgpu_virt_fini_data_exchange(adev);
e7819644 2942 amdgpu_virt_request_full_gpu(adev, false);
3c73683c 2943 }
e7819644 2944
e7854a03
AD
2945 r = amdgpu_device_ip_suspend_phase1(adev);
2946 if (r)
2947 return r;
2948 r = amdgpu_device_ip_suspend_phase2(adev);
2949
e7819644
YT
2950 if (amdgpu_sriov_vf(adev))
2951 amdgpu_virt_release_full_gpu(adev, false);
2952
e7854a03
AD
2953 return r;
2954}
2955
06ec9070 2956static int amdgpu_device_ip_reinit_early_sriov(struct amdgpu_device *adev)
a90ad3c2
ML
2957{
2958 int i, r;
2959
2cb681b6
ML
2960 static enum amd_ip_block_type ip_order[] = {
2961 AMD_IP_BLOCK_TYPE_GMC,
2962 AMD_IP_BLOCK_TYPE_COMMON,
39186aef 2963 AMD_IP_BLOCK_TYPE_PSP,
2cb681b6
ML
2964 AMD_IP_BLOCK_TYPE_IH,
2965 };
a90ad3c2 2966
95ea3dbc 2967 for (i = 0; i < adev->num_ip_blocks; i++) {
2cb681b6
ML
2968 int j;
2969 struct amdgpu_ip_block *block;
a90ad3c2 2970
4cd2a96d
J
2971 block = &adev->ip_blocks[i];
2972 block->status.hw = false;
2cb681b6 2973
4cd2a96d 2974 for (j = 0; j < ARRAY_SIZE(ip_order); j++) {
2cb681b6 2975
4cd2a96d 2976 if (block->version->type != ip_order[j] ||
2cb681b6
ML
2977 !block->status.valid)
2978 continue;
2979
2980 r = block->version->funcs->hw_init(adev);
0aaeefcc 2981 DRM_INFO("RE-INIT-early: %s %s\n", block->version->funcs->name, r?"failed":"succeeded");
c41d1cf6
ML
2982 if (r)
2983 return r;
482f0e53 2984 block->status.hw = true;
a90ad3c2
ML
2985 }
2986 }
2987
2988 return 0;
2989}
2990
06ec9070 2991static int amdgpu_device_ip_reinit_late_sriov(struct amdgpu_device *adev)
a90ad3c2
ML
2992{
2993 int i, r;
2994
2cb681b6
ML
2995 static enum amd_ip_block_type ip_order[] = {
2996 AMD_IP_BLOCK_TYPE_SMC,
2997 AMD_IP_BLOCK_TYPE_DCE,
2998 AMD_IP_BLOCK_TYPE_GFX,
2999 AMD_IP_BLOCK_TYPE_SDMA,
257deb8c 3000 AMD_IP_BLOCK_TYPE_UVD,
d83c7a07
JJ
3001 AMD_IP_BLOCK_TYPE_VCE,
3002 AMD_IP_BLOCK_TYPE_VCN
2cb681b6 3003 };
a90ad3c2 3004
2cb681b6
ML
3005 for (i = 0; i < ARRAY_SIZE(ip_order); i++) {
3006 int j;
3007 struct amdgpu_ip_block *block;
a90ad3c2 3008
2cb681b6
ML
3009 for (j = 0; j < adev->num_ip_blocks; j++) {
3010 block = &adev->ip_blocks[j];
3011
3012 if (block->version->type != ip_order[i] ||
482f0e53
ML
3013 !block->status.valid ||
3014 block->status.hw)
2cb681b6
ML
3015 continue;
3016
895bd048
JZ
3017 if (block->version->type == AMD_IP_BLOCK_TYPE_SMC)
3018 r = block->version->funcs->resume(adev);
3019 else
3020 r = block->version->funcs->hw_init(adev);
3021
0aaeefcc 3022 DRM_INFO("RE-INIT-late: %s %s\n", block->version->funcs->name, r?"failed":"succeeded");
c41d1cf6
ML
3023 if (r)
3024 return r;
482f0e53 3025 block->status.hw = true;
a90ad3c2
ML
3026 }
3027 }
3028
3029 return 0;
3030}
3031
e3ecdffa
AD
3032/**
3033 * amdgpu_device_ip_resume_phase1 - run resume for hardware IPs
3034 *
3035 * @adev: amdgpu_device pointer
3036 *
3037 * First resume function for hardware IPs. The list of all the hardware
3038 * IPs that make up the asic is walked and the resume callbacks are run for
3039 * COMMON, GMC, and IH. resume puts the hardware into a functional state
3040 * after a suspend and updates the software state as necessary. This
3041 * function is also used for restoring the GPU after a GPU reset.
3042 * Returns 0 on success, negative error code on failure.
3043 */
06ec9070 3044static int amdgpu_device_ip_resume_phase1(struct amdgpu_device *adev)
d38ceaf9
AD
3045{
3046 int i, r;
3047
a90ad3c2 3048 for (i = 0; i < adev->num_ip_blocks; i++) {
482f0e53 3049 if (!adev->ip_blocks[i].status.valid || adev->ip_blocks[i].status.hw)
a90ad3c2 3050 continue;
a90ad3c2 3051 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
e3ecdffa
AD
3052 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC ||
3053 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH) {
482f0e53 3054
fcf0649f
CZ
3055 r = adev->ip_blocks[i].version->funcs->resume(adev);
3056 if (r) {
3057 DRM_ERROR("resume of IP block <%s> failed %d\n",
3058 adev->ip_blocks[i].version->funcs->name, r);
3059 return r;
3060 }
482f0e53 3061 adev->ip_blocks[i].status.hw = true;
a90ad3c2
ML
3062 }
3063 }
3064
3065 return 0;
3066}
3067
e3ecdffa
AD
3068/**
3069 * amdgpu_device_ip_resume_phase2 - run resume for hardware IPs
3070 *
3071 * @adev: amdgpu_device pointer
3072 *
3073 * First resume function for hardware IPs. The list of all the hardware
3074 * IPs that make up the asic is walked and the resume callbacks are run for
3075 * all blocks except COMMON, GMC, and IH. resume puts the hardware into a
3076 * functional state after a suspend and updates the software state as
3077 * necessary. This function is also used for restoring the GPU after a GPU
3078 * reset.
3079 * Returns 0 on success, negative error code on failure.
3080 */
06ec9070 3081static int amdgpu_device_ip_resume_phase2(struct amdgpu_device *adev)
d38ceaf9
AD
3082{
3083 int i, r;
3084
3085 for (i = 0; i < adev->num_ip_blocks; i++) {
482f0e53 3086 if (!adev->ip_blocks[i].status.valid || adev->ip_blocks[i].status.hw)
d38ceaf9 3087 continue;
fcf0649f 3088 if (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
e3ecdffa 3089 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC ||
7a3e0bb2
RZ
3090 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH ||
3091 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP)
fcf0649f 3092 continue;
a1255107 3093 r = adev->ip_blocks[i].version->funcs->resume(adev);
2c1a2784 3094 if (r) {
a1255107
AD
3095 DRM_ERROR("resume of IP block <%s> failed %d\n",
3096 adev->ip_blocks[i].version->funcs->name, r);
d38ceaf9 3097 return r;
2c1a2784 3098 }
482f0e53 3099 adev->ip_blocks[i].status.hw = true;
d38ceaf9
AD
3100 }
3101
3102 return 0;
3103}
3104
e3ecdffa
AD
3105/**
3106 * amdgpu_device_ip_resume - run resume for hardware IPs
3107 *
3108 * @adev: amdgpu_device pointer
3109 *
3110 * Main resume function for hardware IPs. The hardware IPs
3111 * are split into two resume functions because they are
3112 * are also used in in recovering from a GPU reset and some additional
3113 * steps need to be take between them. In this case (S3/S4) they are
3114 * run sequentially.
3115 * Returns 0 on success, negative error code on failure.
3116 */
06ec9070 3117static int amdgpu_device_ip_resume(struct amdgpu_device *adev)
fcf0649f
CZ
3118{
3119 int r;
3120
9cec53c1
JZ
3121 r = amdgpu_amdkfd_resume_iommu(adev);
3122 if (r)
3123 return r;
3124
06ec9070 3125 r = amdgpu_device_ip_resume_phase1(adev);
fcf0649f
CZ
3126 if (r)
3127 return r;
7a3e0bb2
RZ
3128
3129 r = amdgpu_device_fw_loading(adev);
3130 if (r)
3131 return r;
3132
06ec9070 3133 r = amdgpu_device_ip_resume_phase2(adev);
fcf0649f
CZ
3134
3135 return r;
3136}
3137
e3ecdffa
AD
3138/**
3139 * amdgpu_device_detect_sriov_bios - determine if the board supports SR-IOV
3140 *
3141 * @adev: amdgpu_device pointer
3142 *
3143 * Query the VBIOS data tables to determine if the board supports SR-IOV.
3144 */
4e99a44e 3145static void amdgpu_device_detect_sriov_bios(struct amdgpu_device *adev)
048765ad 3146{
6867e1b5
ML
3147 if (amdgpu_sriov_vf(adev)) {
3148 if (adev->is_atom_fw) {
58ff791a 3149 if (amdgpu_atomfirmware_gpu_virtualization_supported(adev))
6867e1b5
ML
3150 adev->virt.caps |= AMDGPU_SRIOV_CAPS_SRIOV_VBIOS;
3151 } else {
3152 if (amdgpu_atombios_has_gpu_virtualization_table(adev))
3153 adev->virt.caps |= AMDGPU_SRIOV_CAPS_SRIOV_VBIOS;
3154 }
3155
3156 if (!(adev->virt.caps & AMDGPU_SRIOV_CAPS_SRIOV_VBIOS))
3157 amdgpu_vf_error_put(adev, AMDGIM_ERROR_VF_NO_VBIOS, 0, 0);
a5bde2f9 3158 }
048765ad
AR
3159}
3160
e3ecdffa
AD
3161/**
3162 * amdgpu_device_asic_has_dc_support - determine if DC supports the asic
3163 *
3164 * @asic_type: AMD asic type
3165 *
3166 * Check if there is DC (new modesetting infrastructre) support for an asic.
3167 * returns true if DC has support, false if not.
3168 */
4562236b
HW
3169bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
3170{
3171 switch (asic_type) {
3172#if defined(CONFIG_DRM_AMD_DC)
64200c46
MR
3173#if defined(CONFIG_DRM_AMD_DC_SI)
3174 case CHIP_TAHITI:
3175 case CHIP_PITCAIRN:
3176 case CHIP_VERDE:
3177 case CHIP_OLAND:
3178#endif
4562236b 3179 case CHIP_BONAIRE:
0d6fbccb 3180 case CHIP_KAVERI:
367e6687
AD
3181 case CHIP_KABINI:
3182 case CHIP_MULLINS:
d9fda248
HW
3183 /*
3184 * We have systems in the wild with these ASICs that require
3185 * LVDS and VGA support which is not supported with DC.
3186 *
3187 * Fallback to the non-DC driver here by default so as not to
3188 * cause regressions.
3189 */
3190 return amdgpu_dc > 0;
3191 case CHIP_HAWAII:
4562236b
HW
3192 case CHIP_CARRIZO:
3193 case CHIP_STONEY:
4562236b 3194 case CHIP_POLARIS10:
675fd32b 3195 case CHIP_POLARIS11:
2c8ad2d5 3196 case CHIP_POLARIS12:
675fd32b 3197 case CHIP_VEGAM:
4562236b
HW
3198 case CHIP_TONGA:
3199 case CHIP_FIJI:
42f8ffa1 3200 case CHIP_VEGA10:
dca7b401 3201 case CHIP_VEGA12:
c6034aa2 3202 case CHIP_VEGA20:
b86a1aa3 3203#if defined(CONFIG_DRM_AMD_DC_DCN)
fd187853 3204 case CHIP_RAVEN:
b4f199c7 3205 case CHIP_NAVI10:
8fceceb6 3206 case CHIP_NAVI14:
078655d9 3207 case CHIP_NAVI12:
e1c14c43 3208 case CHIP_RENOIR:
3f68c01b 3209 case CHIP_CYAN_SKILLFISH:
81d9bfb8 3210 case CHIP_SIENNA_CICHLID:
a6c5308f 3211 case CHIP_NAVY_FLOUNDER:
7cc656e2 3212 case CHIP_DIMGREY_CAVEFISH:
ddaed58b 3213 case CHIP_BEIGE_GOBY:
84b934bc 3214 case CHIP_VANGOGH:
c8b73f7f 3215 case CHIP_YELLOW_CARP:
42f8ffa1 3216#endif
fd187853 3217 return amdgpu_dc != 0;
4562236b
HW
3218#endif
3219 default:
93b09a9a 3220 if (amdgpu_dc > 0)
044a48f4 3221 DRM_INFO_ONCE("Display Core has been requested via kernel parameter "
93b09a9a 3222 "but isn't supported by ASIC, ignoring\n");
4562236b
HW
3223 return false;
3224 }
3225}
3226
3227/**
3228 * amdgpu_device_has_dc_support - check if dc is supported
3229 *
982a820b 3230 * @adev: amdgpu_device pointer
4562236b
HW
3231 *
3232 * Returns true for supported, false for not supported
3233 */
3234bool amdgpu_device_has_dc_support(struct amdgpu_device *adev)
3235{
abaf210c
AS
3236 if (amdgpu_sriov_vf(adev) ||
3237 adev->enable_virtual_display ||
3238 (adev->harvest_ip_mask & AMD_HARVEST_IP_DMU_MASK))
2555039d
XY
3239 return false;
3240
4562236b
HW
3241 return amdgpu_device_asic_has_dc_support(adev->asic_type);
3242}
3243
d4535e2c
AG
3244static void amdgpu_device_xgmi_reset_func(struct work_struct *__work)
3245{
3246 struct amdgpu_device *adev =
3247 container_of(__work, struct amdgpu_device, xgmi_reset_work);
d95e8e97 3248 struct amdgpu_hive_info *hive = amdgpu_get_xgmi_hive(adev);
d4535e2c 3249
c6a6e2db
AG
3250 /* It's a bug to not have a hive within this function */
3251 if (WARN_ON(!hive))
3252 return;
3253
3254 /*
3255 * Use task barrier to synchronize all xgmi reset works across the
3256 * hive. task_barrier_enter and task_barrier_exit will block
3257 * until all the threads running the xgmi reset works reach
3258 * those points. task_barrier_full will do both blocks.
3259 */
3260 if (amdgpu_asic_reset_method(adev) == AMD_RESET_METHOD_BACO) {
3261
3262 task_barrier_enter(&hive->tb);
4a580877 3263 adev->asic_reset_res = amdgpu_device_baco_enter(adev_to_drm(adev));
c6a6e2db
AG
3264
3265 if (adev->asic_reset_res)
3266 goto fail;
3267
3268 task_barrier_exit(&hive->tb);
4a580877 3269 adev->asic_reset_res = amdgpu_device_baco_exit(adev_to_drm(adev));
c6a6e2db
AG
3270
3271 if (adev->asic_reset_res)
3272 goto fail;
43c4d576 3273
8bc7b360
HZ
3274 if (adev->mmhub.ras_funcs &&
3275 adev->mmhub.ras_funcs->reset_ras_error_count)
3276 adev->mmhub.ras_funcs->reset_ras_error_count(adev);
c6a6e2db
AG
3277 } else {
3278
3279 task_barrier_full(&hive->tb);
3280 adev->asic_reset_res = amdgpu_asic_reset(adev);
3281 }
ce316fa5 3282
c6a6e2db 3283fail:
d4535e2c 3284 if (adev->asic_reset_res)
fed184e9 3285 DRM_WARN("ASIC reset failed with error, %d for drm dev, %s",
4a580877 3286 adev->asic_reset_res, adev_to_drm(adev)->unique);
d95e8e97 3287 amdgpu_put_xgmi_hive(hive);
d4535e2c
AG
3288}
3289
71f98027
AD
3290static int amdgpu_device_get_job_timeout_settings(struct amdgpu_device *adev)
3291{
3292 char *input = amdgpu_lockup_timeout;
3293 char *timeout_setting = NULL;
3294 int index = 0;
3295 long timeout;
3296 int ret = 0;
3297
3298 /*
67387dfe
AD
3299 * By default timeout for non compute jobs is 10000
3300 * and 60000 for compute jobs.
71f98027 3301 * In SR-IOV or passthrough mode, timeout for compute
b7b2a316 3302 * jobs are 60000 by default.
71f98027
AD
3303 */
3304 adev->gfx_timeout = msecs_to_jiffies(10000);
3305 adev->sdma_timeout = adev->video_timeout = adev->gfx_timeout;
9882e278
ED
3306 if (amdgpu_sriov_vf(adev))
3307 adev->compute_timeout = amdgpu_sriov_is_pp_one_vf(adev) ?
3308 msecs_to_jiffies(60000) : msecs_to_jiffies(10000);
71f98027 3309 else
67387dfe 3310 adev->compute_timeout = msecs_to_jiffies(60000);
71f98027 3311
f440ff44 3312 if (strnlen(input, AMDGPU_MAX_TIMEOUT_PARAM_LENGTH)) {
71f98027 3313 while ((timeout_setting = strsep(&input, ",")) &&
f440ff44 3314 strnlen(timeout_setting, AMDGPU_MAX_TIMEOUT_PARAM_LENGTH)) {
71f98027
AD
3315 ret = kstrtol(timeout_setting, 0, &timeout);
3316 if (ret)
3317 return ret;
3318
3319 if (timeout == 0) {
3320 index++;
3321 continue;
3322 } else if (timeout < 0) {
3323 timeout = MAX_SCHEDULE_TIMEOUT;
3324 } else {
3325 timeout = msecs_to_jiffies(timeout);
3326 }
3327
3328 switch (index++) {
3329 case 0:
3330 adev->gfx_timeout = timeout;
3331 break;
3332 case 1:
3333 adev->compute_timeout = timeout;
3334 break;
3335 case 2:
3336 adev->sdma_timeout = timeout;
3337 break;
3338 case 3:
3339 adev->video_timeout = timeout;
3340 break;
3341 default:
3342 break;
3343 }
3344 }
3345 /*
3346 * There is only one value specified and
3347 * it should apply to all non-compute jobs.
3348 */
bcccee89 3349 if (index == 1) {
71f98027 3350 adev->sdma_timeout = adev->video_timeout = adev->gfx_timeout;
bcccee89
ED
3351 if (amdgpu_sriov_vf(adev) || amdgpu_passthrough(adev))
3352 adev->compute_timeout = adev->gfx_timeout;
3353 }
71f98027
AD
3354 }
3355
3356 return ret;
3357}
d4535e2c 3358
77f3a5cd
ND
3359static const struct attribute *amdgpu_dev_attributes[] = {
3360 &dev_attr_product_name.attr,
3361 &dev_attr_product_number.attr,
3362 &dev_attr_serial_number.attr,
3363 &dev_attr_pcie_replay_count.attr,
3364 NULL
3365};
3366
d38ceaf9
AD
3367/**
3368 * amdgpu_device_init - initialize the driver
3369 *
3370 * @adev: amdgpu_device pointer
d38ceaf9
AD
3371 * @flags: driver flags
3372 *
3373 * Initializes the driver info and hw (all asics).
3374 * Returns 0 for success or an error on failure.
3375 * Called at driver startup.
3376 */
3377int amdgpu_device_init(struct amdgpu_device *adev,
d38ceaf9
AD
3378 uint32_t flags)
3379{
8aba21b7
LT
3380 struct drm_device *ddev = adev_to_drm(adev);
3381 struct pci_dev *pdev = adev->pdev;
d38ceaf9 3382 int r, i;
b98c6299 3383 bool px = false;
95844d20 3384 u32 max_MBps;
d38ceaf9
AD
3385
3386 adev->shutdown = false;
d38ceaf9 3387 adev->flags = flags;
4e66d7d2
YZ
3388
3389 if (amdgpu_force_asic_type >= 0 && amdgpu_force_asic_type < CHIP_LAST)
3390 adev->asic_type = amdgpu_force_asic_type;
3391 else
3392 adev->asic_type = flags & AMD_ASIC_MASK;
3393
d38ceaf9 3394 adev->usec_timeout = AMDGPU_MAX_USEC_TIMEOUT;
593aa2d2 3395 if (amdgpu_emu_mode == 1)
8bdab6bb 3396 adev->usec_timeout *= 10;
770d13b1 3397 adev->gmc.gart_size = 512 * 1024 * 1024;
d38ceaf9
AD
3398 adev->accel_working = false;
3399 adev->num_rings = 0;
3400 adev->mman.buffer_funcs = NULL;
3401 adev->mman.buffer_funcs_ring = NULL;
3402 adev->vm_manager.vm_pte_funcs = NULL;
0c88b430 3403 adev->vm_manager.vm_pte_num_scheds = 0;
132f34e4 3404 adev->gmc.gmc_funcs = NULL;
7bd939d0 3405 adev->harvest_ip_mask = 0x0;
f54d1867 3406 adev->fence_context = dma_fence_context_alloc(AMDGPU_MAX_RINGS);
b8866c26 3407 bitmap_zero(adev->gfx.pipe_reserve_bitmap, AMDGPU_MAX_COMPUTE_QUEUES);
d38ceaf9
AD
3408
3409 adev->smc_rreg = &amdgpu_invalid_rreg;
3410 adev->smc_wreg = &amdgpu_invalid_wreg;
3411 adev->pcie_rreg = &amdgpu_invalid_rreg;
3412 adev->pcie_wreg = &amdgpu_invalid_wreg;
36b9a952
HR
3413 adev->pciep_rreg = &amdgpu_invalid_rreg;
3414 adev->pciep_wreg = &amdgpu_invalid_wreg;
4fa1c6a6
TZ
3415 adev->pcie_rreg64 = &amdgpu_invalid_rreg64;
3416 adev->pcie_wreg64 = &amdgpu_invalid_wreg64;
d38ceaf9
AD
3417 adev->uvd_ctx_rreg = &amdgpu_invalid_rreg;
3418 adev->uvd_ctx_wreg = &amdgpu_invalid_wreg;
3419 adev->didt_rreg = &amdgpu_invalid_rreg;
3420 adev->didt_wreg = &amdgpu_invalid_wreg;
ccdbb20a
RZ
3421 adev->gc_cac_rreg = &amdgpu_invalid_rreg;
3422 adev->gc_cac_wreg = &amdgpu_invalid_wreg;
d38ceaf9
AD
3423 adev->audio_endpt_rreg = &amdgpu_block_invalid_rreg;
3424 adev->audio_endpt_wreg = &amdgpu_block_invalid_wreg;
3425
3e39ab90
AD
3426 DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X 0x%02X).\n",
3427 amdgpu_asic_name[adev->asic_type], pdev->vendor, pdev->device,
3428 pdev->subsystem_vendor, pdev->subsystem_device, pdev->revision);
d38ceaf9
AD
3429
3430 /* mutex initialization are all done here so we
3431 * can recall function without having locking issues */
0e5ca0d1 3432 mutex_init(&adev->firmware.mutex);
d38ceaf9
AD
3433 mutex_init(&adev->pm.mutex);
3434 mutex_init(&adev->gfx.gpu_clock_mutex);
3435 mutex_init(&adev->srbm_mutex);
b8866c26 3436 mutex_init(&adev->gfx.pipe_reserve_mutex);
d23ee13f 3437 mutex_init(&adev->gfx.gfx_off_mutex);
d38ceaf9 3438 mutex_init(&adev->grbm_idx_mutex);
d38ceaf9 3439 mutex_init(&adev->mn_lock);
e23b74aa 3440 mutex_init(&adev->virt.vf_errors.lock);
d38ceaf9 3441 hash_init(adev->mn_hash);
53b3f8f4 3442 atomic_set(&adev->in_gpu_reset, 0);
6049db43 3443 init_rwsem(&adev->reset_sem);
32eaeae0 3444 mutex_init(&adev->psp.mutex);
bd052211 3445 mutex_init(&adev->notifier_lock);
d38ceaf9 3446
9f6a7857
HR
3447 r = amdgpu_device_init_apu_flags(adev);
3448 if (r)
3449 return r;
3450
912dfc84
EQ
3451 r = amdgpu_device_check_arguments(adev);
3452 if (r)
3453 return r;
d38ceaf9 3454
d38ceaf9
AD
3455 spin_lock_init(&adev->mmio_idx_lock);
3456 spin_lock_init(&adev->smc_idx_lock);
3457 spin_lock_init(&adev->pcie_idx_lock);
3458 spin_lock_init(&adev->uvd_ctx_idx_lock);
3459 spin_lock_init(&adev->didt_idx_lock);
ccdbb20a 3460 spin_lock_init(&adev->gc_cac_idx_lock);
16abb5d2 3461 spin_lock_init(&adev->se_cac_idx_lock);
d38ceaf9 3462 spin_lock_init(&adev->audio_endpt_idx_lock);
95844d20 3463 spin_lock_init(&adev->mm_stats.lock);
d38ceaf9 3464
0c4e7fa5
CZ
3465 INIT_LIST_HEAD(&adev->shadow_list);
3466 mutex_init(&adev->shadow_list_lock);
3467
655ce9cb 3468 INIT_LIST_HEAD(&adev->reset_list);
3469
beff74bc
AD
3470 INIT_DELAYED_WORK(&adev->delayed_init_work,
3471 amdgpu_device_delayed_init_work_handler);
1e317b99
RZ
3472 INIT_DELAYED_WORK(&adev->gfx.gfx_off_delay_work,
3473 amdgpu_device_delay_enable_gfx_off);
2dc80b00 3474
d4535e2c
AG
3475 INIT_WORK(&adev->xgmi_reset_work, amdgpu_device_xgmi_reset_func);
3476
d23ee13f 3477 adev->gfx.gfx_off_req_count = 1;
b6e79d9a 3478 adev->pm.ac_power = power_supply_is_system_supplied() > 0;
b1ddf548 3479
b265bdbd
EQ
3480 atomic_set(&adev->throttling_logging_enabled, 1);
3481 /*
3482 * If throttling continues, logging will be performed every minute
3483 * to avoid log flooding. "-1" is subtracted since the thermal
3484 * throttling interrupt comes every second. Thus, the total logging
3485 * interval is 59 seconds(retelimited printk interval) + 1(waiting
3486 * for throttling interrupt) = 60 seconds.
3487 */
3488 ratelimit_state_init(&adev->throttling_logging_rs, (60 - 1) * HZ, 1);
3489 ratelimit_set_flags(&adev->throttling_logging_rs, RATELIMIT_MSG_ON_RELEASE);
3490
0fa49558
AX
3491 /* Registers mapping */
3492 /* TODO: block userspace mapping of io register */
da69c161
KW
3493 if (adev->asic_type >= CHIP_BONAIRE) {
3494 adev->rmmio_base = pci_resource_start(adev->pdev, 5);
3495 adev->rmmio_size = pci_resource_len(adev->pdev, 5);
3496 } else {
3497 adev->rmmio_base = pci_resource_start(adev->pdev, 2);
3498 adev->rmmio_size = pci_resource_len(adev->pdev, 2);
3499 }
d38ceaf9 3500
d38ceaf9
AD
3501 adev->rmmio = ioremap(adev->rmmio_base, adev->rmmio_size);
3502 if (adev->rmmio == NULL) {
3503 return -ENOMEM;
3504 }
3505 DRM_INFO("register mmio base: 0x%08X\n", (uint32_t)adev->rmmio_base);
3506 DRM_INFO("register mmio size: %u\n", (unsigned)adev->rmmio_size);
3507
5494d864
AD
3508 amdgpu_device_get_pcie_info(adev);
3509
b239c017
JX
3510 if (amdgpu_mcbp)
3511 DRM_INFO("MCBP is enabled\n");
3512
5f84cc63
JX
3513 if (amdgpu_mes && adev->asic_type >= CHIP_NAVI10)
3514 adev->enable_mes = true;
3515
3aa0115d
ML
3516 /* detect hw virtualization here */
3517 amdgpu_detect_virtualization(adev);
3518
dffa11b4
ML
3519 r = amdgpu_device_get_job_timeout_settings(adev);
3520 if (r) {
3521 dev_err(adev->dev, "invalid lockup_timeout parameter syntax\n");
4ef87d8f 3522 return r;
a190d1c7
XY
3523 }
3524
d38ceaf9 3525 /* early init functions */
06ec9070 3526 r = amdgpu_device_ip_early_init(adev);
d38ceaf9 3527 if (r)
4ef87d8f 3528 return r;
d38ceaf9 3529
8e6d0b69 3530 /* enable PCIE atomic ops */
3531 if (amdgpu_sriov_vf(adev))
3532 adev->have_atomics_support = ((struct amd_sriov_msg_pf2vf_info *)
3533 adev->virt.fw_reserve.p_pf2vf)->pcie_atomic_ops_enabled_flags ==
3534 (PCI_EXP_DEVCAP2_ATOMIC_COMP32 | PCI_EXP_DEVCAP2_ATOMIC_COMP64);
3535 else
3536 adev->have_atomics_support =
3537 !pci_enable_atomic_ops_to_root(adev->pdev,
3538 PCI_EXP_DEVCAP2_ATOMIC_COMP32 |
3539 PCI_EXP_DEVCAP2_ATOMIC_COMP64);
3540 if (!adev->have_atomics_support)
3541 dev_info(adev->dev, "PCIE atomic ops is not supported\n");
3542
6585661d
OZ
3543 /* doorbell bar mapping and doorbell index init*/
3544 amdgpu_device_doorbell_init(adev);
3545
9475a943
SL
3546 if (amdgpu_emu_mode == 1) {
3547 /* post the asic on emulation mode */
3548 emu_soc_asic_init(adev);
bfca0289 3549 goto fence_driver_init;
9475a943 3550 }
bfca0289 3551
04442bf7
LL
3552 amdgpu_reset_init(adev);
3553
4e99a44e
ML
3554 /* detect if we are with an SRIOV vbios */
3555 amdgpu_device_detect_sriov_bios(adev);
048765ad 3556
95e8e59e
AD
3557 /* check if we need to reset the asic
3558 * E.g., driver was not cleanly unloaded previously, etc.
3559 */
f14899fd 3560 if (!amdgpu_sriov_vf(adev) && amdgpu_asic_need_reset_on_init(adev)) {
e3c1b071 3561 if (adev->gmc.xgmi.num_physical_nodes) {
3562 dev_info(adev->dev, "Pending hive reset.\n");
3563 adev->gmc.xgmi.pending_reset = true;
3564 /* Only need to init necessary block for SMU to handle the reset */
3565 for (i = 0; i < adev->num_ip_blocks; i++) {
3566 if (!adev->ip_blocks[i].status.valid)
3567 continue;
3568 if (!(adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC ||
3569 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_COMMON ||
3570 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_IH ||
3571 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC)) {
751f43e7 3572 DRM_DEBUG("IP %s disabled for hw_init.\n",
e3c1b071 3573 adev->ip_blocks[i].version->funcs->name);
3574 adev->ip_blocks[i].status.hw = true;
3575 }
3576 }
3577 } else {
3578 r = amdgpu_asic_reset(adev);
3579 if (r) {
3580 dev_err(adev->dev, "asic reset on init failed\n");
3581 goto failed;
3582 }
95e8e59e
AD
3583 }
3584 }
3585
8f66090b 3586 pci_enable_pcie_error_reporting(adev->pdev);
c9a6b82f 3587
d38ceaf9 3588 /* Post card if necessary */
39c640c0 3589 if (amdgpu_device_need_post(adev)) {
d38ceaf9 3590 if (!adev->bios) {
bec86378 3591 dev_err(adev->dev, "no vBIOS found\n");
83ba126a
AD
3592 r = -EINVAL;
3593 goto failed;
d38ceaf9 3594 }
bec86378 3595 DRM_INFO("GPU posting now...\n");
4d2997ab 3596 r = amdgpu_device_asic_init(adev);
4e99a44e
ML
3597 if (r) {
3598 dev_err(adev->dev, "gpu post error!\n");
3599 goto failed;
3600 }
d38ceaf9
AD
3601 }
3602
88b64e95
AD
3603 if (adev->is_atom_fw) {
3604 /* Initialize clocks */
3605 r = amdgpu_atomfirmware_get_clock_info(adev);
3606 if (r) {
3607 dev_err(adev->dev, "amdgpu_atomfirmware_get_clock_info failed\n");
e23b74aa 3608 amdgpu_vf_error_put(adev, AMDGIM_ERROR_VF_ATOMBIOS_GET_CLOCK_FAIL, 0, 0);
88b64e95
AD
3609 goto failed;
3610 }
3611 } else {
a5bde2f9
AD
3612 /* Initialize clocks */
3613 r = amdgpu_atombios_get_clock_info(adev);
3614 if (r) {
3615 dev_err(adev->dev, "amdgpu_atombios_get_clock_info failed\n");
e23b74aa 3616 amdgpu_vf_error_put(adev, AMDGIM_ERROR_VF_ATOMBIOS_GET_CLOCK_FAIL, 0, 0);
89041940 3617 goto failed;
a5bde2f9
AD
3618 }
3619 /* init i2c buses */
4562236b
HW
3620 if (!amdgpu_device_has_dc_support(adev))
3621 amdgpu_atombios_i2c_init(adev);
2c1a2784 3622 }
d38ceaf9 3623
bfca0289 3624fence_driver_init:
d38ceaf9 3625 /* Fence driver */
067f44c8 3626 r = amdgpu_fence_driver_sw_init(adev);
2c1a2784 3627 if (r) {
067f44c8 3628 dev_err(adev->dev, "amdgpu_fence_driver_sw_init failed\n");
e23b74aa 3629 amdgpu_vf_error_put(adev, AMDGIM_ERROR_VF_FENCE_INIT_FAIL, 0, 0);
83ba126a 3630 goto failed;
2c1a2784 3631 }
d38ceaf9
AD
3632
3633 /* init the mode config */
4a580877 3634 drm_mode_config_init(adev_to_drm(adev));
d38ceaf9 3635
06ec9070 3636 r = amdgpu_device_ip_init(adev);
d38ceaf9 3637 if (r) {
8840a387 3638 /* failed in exclusive mode due to timeout */
3639 if (amdgpu_sriov_vf(adev) &&
3640 !amdgpu_sriov_runtime(adev) &&
3641 amdgpu_virt_mmio_blocked(adev) &&
3642 !amdgpu_virt_wait_reset(adev)) {
3643 dev_err(adev->dev, "VF exclusive mode timeout\n");
1daee8b4
PD
3644 /* Don't send request since VF is inactive. */
3645 adev->virt.caps &= ~AMDGPU_SRIOV_CAPS_RUNTIME;
3646 adev->virt.ops = NULL;
8840a387 3647 r = -EAGAIN;
970fd197 3648 goto release_ras_con;
8840a387 3649 }
06ec9070 3650 dev_err(adev->dev, "amdgpu_device_ip_init failed\n");
e23b74aa 3651 amdgpu_vf_error_put(adev, AMDGIM_ERROR_VF_AMDGPU_INIT_FAIL, 0, 0);
970fd197 3652 goto release_ras_con;
d38ceaf9
AD
3653 }
3654
8d35a259
LG
3655 amdgpu_fence_driver_hw_init(adev);
3656
d69b8971
YZ
3657 dev_info(adev->dev,
3658 "SE %d, SH per SE %d, CU per SH %d, active_cu_number %d\n",
d7f72fe4
YZ
3659 adev->gfx.config.max_shader_engines,
3660 adev->gfx.config.max_sh_per_se,
3661 adev->gfx.config.max_cu_per_sh,
3662 adev->gfx.cu_info.number);
3663
d38ceaf9
AD
3664 adev->accel_working = true;
3665
e59c0205
AX
3666 amdgpu_vm_check_compute_bug(adev);
3667
95844d20
MO
3668 /* Initialize the buffer migration limit. */
3669 if (amdgpu_moverate >= 0)
3670 max_MBps = amdgpu_moverate;
3671 else
3672 max_MBps = 8; /* Allow 8 MB/s. */
3673 /* Get a log2 for easy divisions. */
3674 adev->mm_stats.log2_max_MBps = ilog2(max(1u, max_MBps));
3675
9bc92b9c
ML
3676 amdgpu_fbdev_init(adev);
3677
d2f52ac8 3678 r = amdgpu_pm_sysfs_init(adev);
7c868b59
YT
3679 if (r) {
3680 adev->pm_sysfs_en = false;
d2f52ac8 3681 DRM_ERROR("registering pm debugfs failed (%d).\n", r);
7c868b59
YT
3682 } else
3683 adev->pm_sysfs_en = true;
d2f52ac8 3684
5bb23532 3685 r = amdgpu_ucode_sysfs_init(adev);
7c868b59
YT
3686 if (r) {
3687 adev->ucode_sysfs_en = false;
5bb23532 3688 DRM_ERROR("Creating firmware sysfs failed (%d).\n", r);
7c868b59
YT
3689 } else
3690 adev->ucode_sysfs_en = true;
5bb23532 3691
d38ceaf9
AD
3692 if ((amdgpu_testing & 1)) {
3693 if (adev->accel_working)
3694 amdgpu_test_moves(adev);
3695 else
3696 DRM_INFO("amdgpu: acceleration disabled, skipping move tests\n");
3697 }
d38ceaf9
AD
3698 if (amdgpu_benchmarking) {
3699 if (adev->accel_working)
3700 amdgpu_benchmark(adev, amdgpu_benchmarking);
3701 else
3702 DRM_INFO("amdgpu: acceleration disabled, skipping benchmarks\n");
3703 }
3704
b0adca4d
EQ
3705 /*
3706 * Register gpu instance before amdgpu_device_enable_mgpu_fan_boost.
3707 * Otherwise the mgpu fan boost feature will be skipped due to the
3708 * gpu instance is counted less.
3709 */
3710 amdgpu_register_gpu_instance(adev);
3711
d38ceaf9
AD
3712 /* enable clockgating, etc. after ib tests, etc. since some blocks require
3713 * explicit gating rather than handling it automatically.
3714 */
e3c1b071 3715 if (!adev->gmc.xgmi.pending_reset) {
3716 r = amdgpu_device_ip_late_init(adev);
3717 if (r) {
3718 dev_err(adev->dev, "amdgpu_device_ip_late_init failed\n");
3719 amdgpu_vf_error_put(adev, AMDGIM_ERROR_VF_AMDGPU_LATE_INIT_FAIL, 0, r);
970fd197 3720 goto release_ras_con;
e3c1b071 3721 }
3722 /* must succeed. */
3723 amdgpu_ras_resume(adev);
3724 queue_delayed_work(system_wq, &adev->delayed_init_work,
3725 msecs_to_jiffies(AMDGPU_RESUME_MS));
2c1a2784 3726 }
d38ceaf9 3727
2c738637
ML
3728 if (amdgpu_sriov_vf(adev))
3729 flush_delayed_work(&adev->delayed_init_work);
3730
77f3a5cd 3731 r = sysfs_create_files(&adev->dev->kobj, amdgpu_dev_attributes);
5aea5327 3732 if (r)
77f3a5cd 3733 dev_err(adev->dev, "Could not create amdgpu device attr\n");
bd607166 3734
d155bef0
AB
3735 if (IS_ENABLED(CONFIG_PERF_EVENTS))
3736 r = amdgpu_pmu_init(adev);
9c7c85f7
JK
3737 if (r)
3738 dev_err(adev->dev, "amdgpu_pmu_init failed\n");
3739
c1dd4aa6
AG
3740 /* Have stored pci confspace at hand for restore in sudden PCI error */
3741 if (amdgpu_device_cache_pci_state(adev->pdev))
3742 pci_restore_state(pdev);
3743
8c3dd61c
KHF
3744 /* if we have > 1 VGA cards, then disable the amdgpu VGA resources */
3745 /* this will fail for cards that aren't VGA class devices, just
3746 * ignore it */
3747 if ((adev->pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA)
bf44e8ce 3748 vga_client_register(adev->pdev, amdgpu_device_vga_set_decode);
8c3dd61c
KHF
3749
3750 if (amdgpu_device_supports_px(ddev)) {
3751 px = true;
3752 vga_switcheroo_register_client(adev->pdev,
3753 &amdgpu_switcheroo_ops, px);
3754 vga_switcheroo_init_domain_pm_ops(adev->dev, &adev->vga_pm_domain);
3755 }
3756
e3c1b071 3757 if (adev->gmc.xgmi.pending_reset)
3758 queue_delayed_work(system_wq, &mgpu_info.delayed_reset_work,
3759 msecs_to_jiffies(AMDGPU_RESUME_MS));
3760
d38ceaf9 3761 return 0;
83ba126a 3762
970fd197
SY
3763release_ras_con:
3764 amdgpu_release_ras_context(adev);
3765
83ba126a 3766failed:
89041940 3767 amdgpu_vf_error_trans_all(adev);
8840a387 3768
83ba126a 3769 return r;
d38ceaf9
AD
3770}
3771
07775fc1
AG
3772static void amdgpu_device_unmap_mmio(struct amdgpu_device *adev)
3773{
3774 /* Clear all CPU mappings pointing to this device */
3775 unmap_mapping_range(adev->ddev.anon_inode->i_mapping, 0, 0, 1);
3776
3777 /* Unmap all mapped bars - Doorbell, registers and VRAM */
3778 amdgpu_device_doorbell_fini(adev);
3779
3780 iounmap(adev->rmmio);
3781 adev->rmmio = NULL;
3782 if (adev->mman.aper_base_kaddr)
3783 iounmap(adev->mman.aper_base_kaddr);
3784 adev->mman.aper_base_kaddr = NULL;
3785
3786 /* Memory manager related */
3787 if (!adev->gmc.xgmi.connected_to_cpu) {
3788 arch_phys_wc_del(adev->gmc.vram_mtrr);
3789 arch_io_free_memtype_wc(adev->gmc.aper_base, adev->gmc.aper_size);
3790 }
3791}
3792
d38ceaf9
AD
3793/**
3794 * amdgpu_device_fini - tear down the driver
3795 *
3796 * @adev: amdgpu_device pointer
3797 *
3798 * Tear down the driver info (all asics).
3799 * Called at driver shutdown.
3800 */
72c8c97b 3801void amdgpu_device_fini_hw(struct amdgpu_device *adev)
d38ceaf9 3802{
aac89168 3803 dev_info(adev->dev, "amdgpu: finishing device.\n");
9f875167 3804 flush_delayed_work(&adev->delayed_init_work);
691191a2
YW
3805 if (adev->mman.initialized) {
3806 flush_delayed_work(&adev->mman.bdev.wq);
e78b3197 3807 ttm_bo_lock_delayed_workqueue(&adev->mman.bdev);
691191a2 3808 }
d0d13fe8 3809 adev->shutdown = true;
9f875167 3810
752c683d
ML
3811 /* make sure IB test finished before entering exclusive mode
3812 * to avoid preemption on IB test
3813 * */
519b8b76 3814 if (amdgpu_sriov_vf(adev)) {
752c683d 3815 amdgpu_virt_request_full_gpu(adev, false);
519b8b76
BZ
3816 amdgpu_virt_fini_data_exchange(adev);
3817 }
752c683d 3818
e5b03032
ML
3819 /* disable all interrupts */
3820 amdgpu_irq_disable_all(adev);
ff97cba8
ML
3821 if (adev->mode_info.mode_config_initialized){
3822 if (!amdgpu_device_has_dc_support(adev))
4a580877 3823 drm_helper_force_disable_all(adev_to_drm(adev));
ff97cba8 3824 else
4a580877 3825 drm_atomic_helper_shutdown(adev_to_drm(adev));
ff97cba8 3826 }
8d35a259 3827 amdgpu_fence_driver_hw_fini(adev);
72c8c97b 3828
7c868b59
YT
3829 if (adev->pm_sysfs_en)
3830 amdgpu_pm_sysfs_fini(adev);
72c8c97b
AG
3831 if (adev->ucode_sysfs_en)
3832 amdgpu_ucode_sysfs_fini(adev);
3833 sysfs_remove_files(&adev->dev->kobj, amdgpu_dev_attributes);
3834
d38ceaf9 3835 amdgpu_fbdev_fini(adev);
72c8c97b
AG
3836
3837 amdgpu_irq_fini_hw(adev);
e9669fb7
AG
3838
3839 amdgpu_device_ip_fini_early(adev);
d10d0daa 3840
894c6890
AG
3841 ttm_device_clear_dma_mappings(&adev->mman.bdev);
3842
d10d0daa 3843 amdgpu_gart_dummy_page_fini(adev);
07775fc1
AG
3844
3845 amdgpu_device_unmap_mmio(adev);
72c8c97b
AG
3846}
3847
3848void amdgpu_device_fini_sw(struct amdgpu_device *adev)
3849{
e230ac11 3850 amdgpu_device_ip_fini(adev);
8d35a259 3851 amdgpu_fence_driver_sw_fini(adev);
75e1658e
ND
3852 release_firmware(adev->firmware.gpu_info_fw);
3853 adev->firmware.gpu_info_fw = NULL;
d38ceaf9 3854 adev->accel_working = false;
04442bf7
LL
3855
3856 amdgpu_reset_fini(adev);
3857
d38ceaf9 3858 /* free i2c buses */
4562236b
HW
3859 if (!amdgpu_device_has_dc_support(adev))
3860 amdgpu_i2c_fini(adev);
bfca0289
SL
3861
3862 if (amdgpu_emu_mode != 1)
3863 amdgpu_atombios_fini(adev);
3864
d38ceaf9
AD
3865 kfree(adev->bios);
3866 adev->bios = NULL;
b98c6299 3867 if (amdgpu_device_supports_px(adev_to_drm(adev))) {
84c8b22e 3868 vga_switcheroo_unregister_client(adev->pdev);
83ba126a 3869 vga_switcheroo_fini_domain_pm_ops(adev->dev);
b98c6299 3870 }
38d6be81 3871 if ((adev->pdev->class >> 8) == PCI_CLASS_DISPLAY_VGA)
b8779475 3872 vga_client_unregister(adev->pdev);
e9bc1bf7 3873
d155bef0
AB
3874 if (IS_ENABLED(CONFIG_PERF_EVENTS))
3875 amdgpu_pmu_fini(adev);
72de33f8 3876 if (adev->mman.discovery_bin)
a190d1c7 3877 amdgpu_discovery_fini(adev);
72c8c97b
AG
3878
3879 kfree(adev->pci_state);
3880
d38ceaf9
AD
3881}
3882
3883
3884/*
3885 * Suspend & resume.
3886 */
3887/**
810ddc3a 3888 * amdgpu_device_suspend - initiate device suspend
d38ceaf9 3889 *
87e3f136 3890 * @dev: drm dev pointer
87e3f136 3891 * @fbcon : notify the fbdev of suspend
d38ceaf9
AD
3892 *
3893 * Puts the hw in the suspend state (all asics).
3894 * Returns 0 for success or an error on failure.
3895 * Called at driver suspend.
3896 */
de185019 3897int amdgpu_device_suspend(struct drm_device *dev, bool fbcon)
d38ceaf9 3898{
a2e15b0e 3899 struct amdgpu_device *adev = drm_to_adev(dev);
d38ceaf9 3900
d38ceaf9
AD
3901 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
3902 return 0;
3903
44779b43 3904 adev->in_suspend = true;
3fa8f89d
S
3905
3906 if (amdgpu_acpi_smart_shift_update(dev, AMDGPU_SS_DEV_D3))
3907 DRM_WARN("smart shift update failed\n");
3908
d38ceaf9
AD
3909 drm_kms_helper_poll_disable(dev);
3910
5f818173
S
3911 if (fbcon)
3912 amdgpu_fbdev_set_suspend(adev, 1);
3913
beff74bc 3914 cancel_delayed_work_sync(&adev->delayed_init_work);
a5459475 3915
5e6932fe 3916 amdgpu_ras_suspend(adev);
3917
2196927b 3918 amdgpu_device_ip_suspend_phase1(adev);
fe1053b7 3919
5d3a2d95
AD
3920 if (!adev->in_s0ix)
3921 amdgpu_amdkfd_suspend(adev, adev->in_runpm);
94fa5660 3922
d38ceaf9
AD
3923 /* evict vram memory */
3924 amdgpu_bo_evict_vram(adev);
3925
8d35a259 3926 amdgpu_fence_driver_hw_fini(adev);
d38ceaf9 3927
2196927b 3928 amdgpu_device_ip_suspend_phase2(adev);
a0a71e49
AD
3929 /* evict remaining vram memory
3930 * This second call to evict vram is to evict the gart page table
3931 * using the CPU.
3932 */
d38ceaf9
AD
3933 amdgpu_bo_evict_vram(adev);
3934
d38ceaf9
AD
3935 return 0;
3936}
3937
3938/**
810ddc3a 3939 * amdgpu_device_resume - initiate device resume
d38ceaf9 3940 *
87e3f136 3941 * @dev: drm dev pointer
87e3f136 3942 * @fbcon : notify the fbdev of resume
d38ceaf9
AD
3943 *
3944 * Bring the hw back to operating state (all asics).
3945 * Returns 0 for success or an error on failure.
3946 * Called at driver resume.
3947 */
de185019 3948int amdgpu_device_resume(struct drm_device *dev, bool fbcon)
d38ceaf9 3949{
1348969a 3950 struct amdgpu_device *adev = drm_to_adev(dev);
03161a6e 3951 int r = 0;
d38ceaf9
AD
3952
3953 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
3954 return 0;
3955
62498733 3956 if (adev->in_s0ix)
628c36d7
PL
3957 amdgpu_gfx_state_change_set(adev, sGpuChangeState_D0Entry);
3958
d38ceaf9 3959 /* post card */
39c640c0 3960 if (amdgpu_device_need_post(adev)) {
4d2997ab 3961 r = amdgpu_device_asic_init(adev);
74b0b157 3962 if (r)
aac89168 3963 dev_err(adev->dev, "amdgpu asic init failed\n");
74b0b157 3964 }
d38ceaf9 3965
06ec9070 3966 r = amdgpu_device_ip_resume(adev);
e6707218 3967 if (r) {
aac89168 3968 dev_err(adev->dev, "amdgpu_device_ip_resume failed (%d).\n", r);
4d3b9ae5 3969 return r;
e6707218 3970 }
8d35a259 3971 amdgpu_fence_driver_hw_init(adev);
5ceb54c6 3972
06ec9070 3973 r = amdgpu_device_ip_late_init(adev);
03161a6e 3974 if (r)
4d3b9ae5 3975 return r;
d38ceaf9 3976
beff74bc
AD
3977 queue_delayed_work(system_wq, &adev->delayed_init_work,
3978 msecs_to_jiffies(AMDGPU_RESUME_MS));
3979
5d3a2d95
AD
3980 if (!adev->in_s0ix) {
3981 r = amdgpu_amdkfd_resume(adev, adev->in_runpm);
3982 if (r)
3983 return r;
3984 }
756e6880 3985
96a5d8d4 3986 /* Make sure IB tests flushed */
beff74bc 3987 flush_delayed_work(&adev->delayed_init_work);
96a5d8d4 3988
a2e15b0e 3989 if (fbcon)
4d3b9ae5 3990 amdgpu_fbdev_set_suspend(adev, 0);
d38ceaf9
AD
3991
3992 drm_kms_helper_poll_enable(dev);
23a1a9e5 3993
5e6932fe 3994 amdgpu_ras_resume(adev);
3995
23a1a9e5
L
3996 /*
3997 * Most of the connector probing functions try to acquire runtime pm
3998 * refs to ensure that the GPU is powered on when connector polling is
3999 * performed. Since we're calling this from a runtime PM callback,
4000 * trying to acquire rpm refs will cause us to deadlock.
4001 *
4002 * Since we're guaranteed to be holding the rpm lock, it's safe to
4003 * temporarily disable the rpm helpers so this doesn't deadlock us.
4004 */
4005#ifdef CONFIG_PM
4006 dev->dev->power.disable_depth++;
4007#endif
4562236b
HW
4008 if (!amdgpu_device_has_dc_support(adev))
4009 drm_helper_hpd_irq_event(dev);
4010 else
4011 drm_kms_helper_hotplug_event(dev);
23a1a9e5
L
4012#ifdef CONFIG_PM
4013 dev->dev->power.disable_depth--;
4014#endif
44779b43
RZ
4015 adev->in_suspend = false;
4016
3fa8f89d
S
4017 if (amdgpu_acpi_smart_shift_update(dev, AMDGPU_SS_DEV_D0))
4018 DRM_WARN("smart shift update failed\n");
4019
4d3b9ae5 4020 return 0;
d38ceaf9
AD
4021}
4022
e3ecdffa
AD
4023/**
4024 * amdgpu_device_ip_check_soft_reset - did soft reset succeed
4025 *
4026 * @adev: amdgpu_device pointer
4027 *
4028 * The list of all the hardware IPs that make up the asic is walked and
4029 * the check_soft_reset callbacks are run. check_soft_reset determines
4030 * if the asic is still hung or not.
4031 * Returns true if any of the IPs are still in a hung state, false if not.
4032 */
06ec9070 4033static bool amdgpu_device_ip_check_soft_reset(struct amdgpu_device *adev)
63fbf42f
CZ
4034{
4035 int i;
4036 bool asic_hang = false;
4037
f993d628
ML
4038 if (amdgpu_sriov_vf(adev))
4039 return true;
4040
8bc04c29
AD
4041 if (amdgpu_asic_need_full_reset(adev))
4042 return true;
4043
63fbf42f 4044 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 4045 if (!adev->ip_blocks[i].status.valid)
63fbf42f 4046 continue;
a1255107
AD
4047 if (adev->ip_blocks[i].version->funcs->check_soft_reset)
4048 adev->ip_blocks[i].status.hang =
4049 adev->ip_blocks[i].version->funcs->check_soft_reset(adev);
4050 if (adev->ip_blocks[i].status.hang) {
aac89168 4051 dev_info(adev->dev, "IP block:%s is hung!\n", adev->ip_blocks[i].version->funcs->name);
63fbf42f
CZ
4052 asic_hang = true;
4053 }
4054 }
4055 return asic_hang;
4056}
4057
e3ecdffa
AD
4058/**
4059 * amdgpu_device_ip_pre_soft_reset - prepare for soft reset
4060 *
4061 * @adev: amdgpu_device pointer
4062 *
4063 * The list of all the hardware IPs that make up the asic is walked and the
4064 * pre_soft_reset callbacks are run if the block is hung. pre_soft_reset
4065 * handles any IP specific hardware or software state changes that are
4066 * necessary for a soft reset to succeed.
4067 * Returns 0 on success, negative error code on failure.
4068 */
06ec9070 4069static int amdgpu_device_ip_pre_soft_reset(struct amdgpu_device *adev)
d31a501e
CZ
4070{
4071 int i, r = 0;
4072
4073 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 4074 if (!adev->ip_blocks[i].status.valid)
d31a501e 4075 continue;
a1255107
AD
4076 if (adev->ip_blocks[i].status.hang &&
4077 adev->ip_blocks[i].version->funcs->pre_soft_reset) {
4078 r = adev->ip_blocks[i].version->funcs->pre_soft_reset(adev);
d31a501e
CZ
4079 if (r)
4080 return r;
4081 }
4082 }
4083
4084 return 0;
4085}
4086
e3ecdffa
AD
4087/**
4088 * amdgpu_device_ip_need_full_reset - check if a full asic reset is needed
4089 *
4090 * @adev: amdgpu_device pointer
4091 *
4092 * Some hardware IPs cannot be soft reset. If they are hung, a full gpu
4093 * reset is necessary to recover.
4094 * Returns true if a full asic reset is required, false if not.
4095 */
06ec9070 4096static bool amdgpu_device_ip_need_full_reset(struct amdgpu_device *adev)
35d782fe 4097{
da146d3b
AD
4098 int i;
4099
8bc04c29
AD
4100 if (amdgpu_asic_need_full_reset(adev))
4101 return true;
4102
da146d3b 4103 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 4104 if (!adev->ip_blocks[i].status.valid)
da146d3b 4105 continue;
a1255107
AD
4106 if ((adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC) ||
4107 (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_SMC) ||
4108 (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_ACP) ||
98512bb8
KW
4109 (adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_DCE) ||
4110 adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_PSP) {
a1255107 4111 if (adev->ip_blocks[i].status.hang) {
aac89168 4112 dev_info(adev->dev, "Some block need full reset!\n");
da146d3b
AD
4113 return true;
4114 }
4115 }
35d782fe
CZ
4116 }
4117 return false;
4118}
4119
e3ecdffa
AD
4120/**
4121 * amdgpu_device_ip_soft_reset - do a soft reset
4122 *
4123 * @adev: amdgpu_device pointer
4124 *
4125 * The list of all the hardware IPs that make up the asic is walked and the
4126 * soft_reset callbacks are run if the block is hung. soft_reset handles any
4127 * IP specific hardware or software state changes that are necessary to soft
4128 * reset the IP.
4129 * Returns 0 on success, negative error code on failure.
4130 */
06ec9070 4131static int amdgpu_device_ip_soft_reset(struct amdgpu_device *adev)
35d782fe
CZ
4132{
4133 int i, r = 0;
4134
4135 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 4136 if (!adev->ip_blocks[i].status.valid)
35d782fe 4137 continue;
a1255107
AD
4138 if (adev->ip_blocks[i].status.hang &&
4139 adev->ip_blocks[i].version->funcs->soft_reset) {
4140 r = adev->ip_blocks[i].version->funcs->soft_reset(adev);
35d782fe
CZ
4141 if (r)
4142 return r;
4143 }
4144 }
4145
4146 return 0;
4147}
4148
e3ecdffa
AD
4149/**
4150 * amdgpu_device_ip_post_soft_reset - clean up from soft reset
4151 *
4152 * @adev: amdgpu_device pointer
4153 *
4154 * The list of all the hardware IPs that make up the asic is walked and the
4155 * post_soft_reset callbacks are run if the asic was hung. post_soft_reset
4156 * handles any IP specific hardware or software state changes that are
4157 * necessary after the IP has been soft reset.
4158 * Returns 0 on success, negative error code on failure.
4159 */
06ec9070 4160static int amdgpu_device_ip_post_soft_reset(struct amdgpu_device *adev)
35d782fe
CZ
4161{
4162 int i, r = 0;
4163
4164 for (i = 0; i < adev->num_ip_blocks; i++) {
a1255107 4165 if (!adev->ip_blocks[i].status.valid)
35d782fe 4166 continue;
a1255107
AD
4167 if (adev->ip_blocks[i].status.hang &&
4168 adev->ip_blocks[i].version->funcs->post_soft_reset)
4169 r = adev->ip_blocks[i].version->funcs->post_soft_reset(adev);
35d782fe
CZ
4170 if (r)
4171 return r;
4172 }
4173
4174 return 0;
4175}
4176
e3ecdffa 4177/**
c33adbc7 4178 * amdgpu_device_recover_vram - Recover some VRAM contents
e3ecdffa
AD
4179 *
4180 * @adev: amdgpu_device pointer
4181 *
4182 * Restores the contents of VRAM buffers from the shadows in GTT. Used to
4183 * restore things like GPUVM page tables after a GPU reset where
4184 * the contents of VRAM might be lost.
403009bf
CK
4185 *
4186 * Returns:
4187 * 0 on success, negative error code on failure.
e3ecdffa 4188 */
c33adbc7 4189static int amdgpu_device_recover_vram(struct amdgpu_device *adev)
c41d1cf6 4190{
c41d1cf6 4191 struct dma_fence *fence = NULL, *next = NULL;
403009bf 4192 struct amdgpu_bo *shadow;
e18aaea7 4193 struct amdgpu_bo_vm *vmbo;
403009bf 4194 long r = 1, tmo;
c41d1cf6
ML
4195
4196 if (amdgpu_sriov_runtime(adev))
b045d3af 4197 tmo = msecs_to_jiffies(8000);
c41d1cf6
ML
4198 else
4199 tmo = msecs_to_jiffies(100);
4200
aac89168 4201 dev_info(adev->dev, "recover vram bo from shadow start\n");
c41d1cf6 4202 mutex_lock(&adev->shadow_list_lock);
e18aaea7
ND
4203 list_for_each_entry(vmbo, &adev->shadow_list, shadow_list) {
4204 shadow = &vmbo->bo;
403009bf 4205 /* No need to recover an evicted BO */
d3116756
CK
4206 if (shadow->tbo.resource->mem_type != TTM_PL_TT ||
4207 shadow->tbo.resource->start == AMDGPU_BO_INVALID_OFFSET ||
4208 shadow->parent->tbo.resource->mem_type != TTM_PL_VRAM)
403009bf
CK
4209 continue;
4210
4211 r = amdgpu_bo_restore_shadow(shadow, &next);
4212 if (r)
4213 break;
4214
c41d1cf6 4215 if (fence) {
1712fb1a 4216 tmo = dma_fence_wait_timeout(fence, false, tmo);
403009bf
CK
4217 dma_fence_put(fence);
4218 fence = next;
1712fb1a 4219 if (tmo == 0) {
4220 r = -ETIMEDOUT;
c41d1cf6 4221 break;
1712fb1a 4222 } else if (tmo < 0) {
4223 r = tmo;
4224 break;
4225 }
403009bf
CK
4226 } else {
4227 fence = next;
c41d1cf6 4228 }
c41d1cf6
ML
4229 }
4230 mutex_unlock(&adev->shadow_list_lock);
4231
403009bf
CK
4232 if (fence)
4233 tmo = dma_fence_wait_timeout(fence, false, tmo);
c41d1cf6
ML
4234 dma_fence_put(fence);
4235
1712fb1a 4236 if (r < 0 || tmo <= 0) {
aac89168 4237 dev_err(adev->dev, "recover vram bo from shadow failed, r is %ld, tmo is %ld\n", r, tmo);
403009bf
CK
4238 return -EIO;
4239 }
c41d1cf6 4240
aac89168 4241 dev_info(adev->dev, "recover vram bo from shadow done\n");
403009bf 4242 return 0;
c41d1cf6
ML
4243}
4244
a90ad3c2 4245
e3ecdffa 4246/**
06ec9070 4247 * amdgpu_device_reset_sriov - reset ASIC for SR-IOV vf
5740682e 4248 *
982a820b 4249 * @adev: amdgpu_device pointer
87e3f136 4250 * @from_hypervisor: request from hypervisor
5740682e
ML
4251 *
4252 * do VF FLR and reinitialize Asic
3f48c681 4253 * return 0 means succeeded otherwise failed
e3ecdffa
AD
4254 */
4255static int amdgpu_device_reset_sriov(struct amdgpu_device *adev,
4256 bool from_hypervisor)
5740682e
ML
4257{
4258 int r;
4259
4260 if (from_hypervisor)
4261 r = amdgpu_virt_request_full_gpu(adev, true);
4262 else
4263 r = amdgpu_virt_reset_gpu(adev);
4264 if (r)
4265 return r;
a90ad3c2 4266
b639c22c
JZ
4267 amdgpu_amdkfd_pre_reset(adev);
4268
a90ad3c2 4269 /* Resume IP prior to SMC */
06ec9070 4270 r = amdgpu_device_ip_reinit_early_sriov(adev);
5740682e
ML
4271 if (r)
4272 goto error;
a90ad3c2 4273
c9ffa427 4274 amdgpu_virt_init_data_exchange(adev);
a90ad3c2 4275 /* we need recover gart prior to run SMC/CP/SDMA resume */
6c28aed6 4276 amdgpu_gtt_mgr_recover(ttm_manager_type(&adev->mman.bdev, TTM_PL_TT));
a90ad3c2 4277
7a3e0bb2
RZ
4278 r = amdgpu_device_fw_loading(adev);
4279 if (r)
4280 return r;
4281
a90ad3c2 4282 /* now we are okay to resume SMC/CP/SDMA */
06ec9070 4283 r = amdgpu_device_ip_reinit_late_sriov(adev);
5740682e
ML
4284 if (r)
4285 goto error;
a90ad3c2
ML
4286
4287 amdgpu_irq_gpu_reset_resume_helper(adev);
5740682e 4288 r = amdgpu_ib_ring_tests(adev);
f81e8d53 4289 amdgpu_amdkfd_post_reset(adev);
a90ad3c2 4290
abc34253 4291error:
c41d1cf6 4292 if (!r && adev->virt.gim_feature & AMDGIM_FEATURE_GIM_FLR_VRAMLOST) {
e3526257 4293 amdgpu_inc_vram_lost(adev);
c33adbc7 4294 r = amdgpu_device_recover_vram(adev);
a90ad3c2 4295 }
437f3e0b 4296 amdgpu_virt_release_full_gpu(adev, true);
a90ad3c2
ML
4297
4298 return r;
4299}
4300
9a1cddd6 4301/**
4302 * amdgpu_device_has_job_running - check if there is any job in mirror list
4303 *
982a820b 4304 * @adev: amdgpu_device pointer
9a1cddd6 4305 *
4306 * check if there is any job in mirror list
4307 */
4308bool amdgpu_device_has_job_running(struct amdgpu_device *adev)
4309{
4310 int i;
4311 struct drm_sched_job *job;
4312
4313 for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
4314 struct amdgpu_ring *ring = adev->rings[i];
4315
4316 if (!ring || !ring->sched.thread)
4317 continue;
4318
4319 spin_lock(&ring->sched.job_list_lock);
6efa4b46
LT
4320 job = list_first_entry_or_null(&ring->sched.pending_list,
4321 struct drm_sched_job, list);
9a1cddd6 4322 spin_unlock(&ring->sched.job_list_lock);
4323 if (job)
4324 return true;
4325 }
4326 return false;
4327}
4328
12938fad
CK
4329/**
4330 * amdgpu_device_should_recover_gpu - check if we should try GPU recovery
4331 *
982a820b 4332 * @adev: amdgpu_device pointer
12938fad
CK
4333 *
4334 * Check amdgpu_gpu_recovery and SRIOV status to see if we should try to recover
4335 * a hung GPU.
4336 */
4337bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
4338{
4339 if (!amdgpu_device_ip_check_soft_reset(adev)) {
aac89168 4340 dev_info(adev->dev, "Timeout, but no hardware hang detected.\n");
12938fad
CK
4341 return false;
4342 }
4343
3ba7b418
AG
4344 if (amdgpu_gpu_recovery == 0)
4345 goto disabled;
4346
4347 if (amdgpu_sriov_vf(adev))
4348 return true;
4349
4350 if (amdgpu_gpu_recovery == -1) {
4351 switch (adev->asic_type) {
fc42d47c
AG
4352 case CHIP_BONAIRE:
4353 case CHIP_HAWAII:
3ba7b418
AG
4354 case CHIP_TOPAZ:
4355 case CHIP_TONGA:
4356 case CHIP_FIJI:
4357 case CHIP_POLARIS10:
4358 case CHIP_POLARIS11:
4359 case CHIP_POLARIS12:
4360 case CHIP_VEGAM:
4361 case CHIP_VEGA20:
4362 case CHIP_VEGA10:
4363 case CHIP_VEGA12:
c43b849f 4364 case CHIP_RAVEN:
e9d4cf91 4365 case CHIP_ARCTURUS:
2cb44fb0 4366 case CHIP_RENOIR:
658c6639
AD
4367 case CHIP_NAVI10:
4368 case CHIP_NAVI14:
4369 case CHIP_NAVI12:
131a3c74 4370 case CHIP_SIENNA_CICHLID:
665fe4dc 4371 case CHIP_NAVY_FLOUNDER:
27859ee3 4372 case CHIP_DIMGREY_CAVEFISH:
a2f55040 4373 case CHIP_BEIGE_GOBY:
fe68ceef 4374 case CHIP_VANGOGH:
ea4e96a7 4375 case CHIP_ALDEBARAN:
3ba7b418
AG
4376 break;
4377 default:
4378 goto disabled;
4379 }
12938fad
CK
4380 }
4381
4382 return true;
3ba7b418
AG
4383
4384disabled:
aac89168 4385 dev_info(adev->dev, "GPU recovery disabled.\n");
3ba7b418 4386 return false;
12938fad
CK
4387}
4388
5c03e584
FX
4389int amdgpu_device_mode1_reset(struct amdgpu_device *adev)
4390{
4391 u32 i;
4392 int ret = 0;
4393
4394 amdgpu_atombios_scratch_regs_engine_hung(adev, true);
4395
4396 dev_info(adev->dev, "GPU mode1 reset\n");
4397
4398 /* disable BM */
4399 pci_clear_master(adev->pdev);
4400
4401 amdgpu_device_cache_pci_state(adev->pdev);
4402
4403 if (amdgpu_dpm_is_mode1_reset_supported(adev)) {
4404 dev_info(adev->dev, "GPU smu mode1 reset\n");
4405 ret = amdgpu_dpm_mode1_reset(adev);
4406 } else {
4407 dev_info(adev->dev, "GPU psp mode1 reset\n");
4408 ret = psp_gpu_reset(adev);
4409 }
4410
4411 if (ret)
4412 dev_err(adev->dev, "GPU mode1 reset failed\n");
4413
4414 amdgpu_device_load_pci_state(adev->pdev);
4415
4416 /* wait for asic to come out of reset */
4417 for (i = 0; i < adev->usec_timeout; i++) {
4418 u32 memsize = adev->nbio.funcs->get_memsize(adev);
4419
4420 if (memsize != 0xffffffff)
4421 break;
4422 udelay(1);
4423 }
4424
4425 amdgpu_atombios_scratch_regs_engine_hung(adev, false);
4426 return ret;
4427}
5c6dd71e 4428
e3c1b071 4429int amdgpu_device_pre_asic_reset(struct amdgpu_device *adev,
04442bf7 4430 struct amdgpu_reset_context *reset_context)
26bc5340 4431{
c530b02f 4432 int i, j, r = 0;
04442bf7
LL
4433 struct amdgpu_job *job = NULL;
4434 bool need_full_reset =
4435 test_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags);
4436
4437 if (reset_context->reset_req_dev == adev)
4438 job = reset_context->job;
71182665 4439
e3c1b071 4440 /* no need to dump if device is not in good state during probe period */
4441 if (!adev->gmc.xgmi.pending_reset)
4442 amdgpu_debugfs_wait_dump(adev);
728e7e0c 4443
b602ca5f
TZ
4444 if (amdgpu_sriov_vf(adev)) {
4445 /* stop the data exchange thread */
4446 amdgpu_virt_fini_data_exchange(adev);
4447 }
4448
71182665 4449 /* block all schedulers and reset given job's ring */
0875dc9e
CZ
4450 for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
4451 struct amdgpu_ring *ring = adev->rings[i];
4452
51687759 4453 if (!ring || !ring->sched.thread)
0875dc9e 4454 continue;
5740682e 4455
c530b02f
JZ
4456 /*clear job fence from fence drv to avoid force_completion
4457 *leave NULL and vm flush fence in fence drv */
4458 for (j = 0; j <= ring->fence_drv.num_fences_mask; j++) {
4459 struct dma_fence *old, **ptr;
4460
4461 ptr = &ring->fence_drv.fences[j];
4462 old = rcu_dereference_protected(*ptr, 1);
4463 if (old && test_bit(AMDGPU_FENCE_FLAG_EMBED_IN_JOB_BIT, &old->flags)) {
4464 RCU_INIT_POINTER(*ptr, NULL);
4465 }
4466 }
2f9d4084
ML
4467 /* after all hw jobs are reset, hw fence is meaningless, so force_completion */
4468 amdgpu_fence_driver_force_completion(ring);
0875dc9e 4469 }
d38ceaf9 4470
ff99849b 4471 if (job && job->vm)
222b5f04
AG
4472 drm_sched_increase_karma(&job->base);
4473
04442bf7 4474 r = amdgpu_reset_prepare_hwcontext(adev, reset_context);
404b277b
LL
4475 /* If reset handler not implemented, continue; otherwise return */
4476 if (r == -ENOSYS)
4477 r = 0;
4478 else
04442bf7
LL
4479 return r;
4480
1d721ed6 4481 /* Don't suspend on bare metal if we are not going to HW reset the ASIC */
26bc5340
AG
4482 if (!amdgpu_sriov_vf(adev)) {
4483
4484 if (!need_full_reset)
4485 need_full_reset = amdgpu_device_ip_need_full_reset(adev);
4486
4487 if (!need_full_reset) {
4488 amdgpu_device_ip_pre_soft_reset(adev);
4489 r = amdgpu_device_ip_soft_reset(adev);
4490 amdgpu_device_ip_post_soft_reset(adev);
4491 if (r || amdgpu_device_ip_check_soft_reset(adev)) {
aac89168 4492 dev_info(adev->dev, "soft reset failed, will fallback to full reset!\n");
26bc5340
AG
4493 need_full_reset = true;
4494 }
4495 }
4496
4497 if (need_full_reset)
4498 r = amdgpu_device_ip_suspend(adev);
04442bf7
LL
4499 if (need_full_reset)
4500 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags);
4501 else
4502 clear_bit(AMDGPU_NEED_FULL_RESET,
4503 &reset_context->flags);
26bc5340
AG
4504 }
4505
4506 return r;
4507}
4508
04442bf7
LL
4509int amdgpu_do_asic_reset(struct list_head *device_list_handle,
4510 struct amdgpu_reset_context *reset_context)
26bc5340
AG
4511{
4512 struct amdgpu_device *tmp_adev = NULL;
04442bf7 4513 bool need_full_reset, skip_hw_reset, vram_lost = false;
26bc5340
AG
4514 int r = 0;
4515
04442bf7
LL
4516 /* Try reset handler method first */
4517 tmp_adev = list_first_entry(device_list_handle, struct amdgpu_device,
4518 reset_list);
4519 r = amdgpu_reset_perform_reset(tmp_adev, reset_context);
404b277b
LL
4520 /* If reset handler not implemented, continue; otherwise return */
4521 if (r == -ENOSYS)
4522 r = 0;
4523 else
04442bf7
LL
4524 return r;
4525
4526 /* Reset handler not implemented, use the default method */
4527 need_full_reset =
4528 test_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags);
4529 skip_hw_reset = test_bit(AMDGPU_SKIP_HW_RESET, &reset_context->flags);
4530
26bc5340 4531 /*
655ce9cb 4532 * ASIC reset has to be done on all XGMI hive nodes ASAP
26bc5340
AG
4533 * to allow proper links negotiation in FW (within 1 sec)
4534 */
7ac71382 4535 if (!skip_hw_reset && need_full_reset) {
655ce9cb 4536 list_for_each_entry(tmp_adev, device_list_handle, reset_list) {
041a62bc 4537 /* For XGMI run all resets in parallel to speed up the process */
d4535e2c 4538 if (tmp_adev->gmc.xgmi.num_physical_nodes > 1) {
e3c1b071 4539 tmp_adev->gmc.xgmi.pending_reset = false;
c96cf282 4540 if (!queue_work(system_unbound_wq, &tmp_adev->xgmi_reset_work))
d4535e2c
AG
4541 r = -EALREADY;
4542 } else
4543 r = amdgpu_asic_reset(tmp_adev);
d4535e2c 4544
041a62bc 4545 if (r) {
aac89168 4546 dev_err(tmp_adev->dev, "ASIC reset failed with error, %d for drm dev, %s",
4a580877 4547 r, adev_to_drm(tmp_adev)->unique);
041a62bc 4548 break;
ce316fa5
LM
4549 }
4550 }
4551
041a62bc
AG
4552 /* For XGMI wait for all resets to complete before proceed */
4553 if (!r) {
655ce9cb 4554 list_for_each_entry(tmp_adev, device_list_handle, reset_list) {
ce316fa5
LM
4555 if (tmp_adev->gmc.xgmi.num_physical_nodes > 1) {
4556 flush_work(&tmp_adev->xgmi_reset_work);
4557 r = tmp_adev->asic_reset_res;
4558 if (r)
4559 break;
ce316fa5
LM
4560 }
4561 }
4562 }
ce316fa5 4563 }
26bc5340 4564
43c4d576 4565 if (!r && amdgpu_ras_intr_triggered()) {
655ce9cb 4566 list_for_each_entry(tmp_adev, device_list_handle, reset_list) {
8bc7b360
HZ
4567 if (tmp_adev->mmhub.ras_funcs &&
4568 tmp_adev->mmhub.ras_funcs->reset_ras_error_count)
4569 tmp_adev->mmhub.ras_funcs->reset_ras_error_count(tmp_adev);
43c4d576
JC
4570 }
4571
00eaa571 4572 amdgpu_ras_intr_cleared();
43c4d576 4573 }
00eaa571 4574
655ce9cb 4575 list_for_each_entry(tmp_adev, device_list_handle, reset_list) {
26bc5340
AG
4576 if (need_full_reset) {
4577 /* post card */
e3c1b071 4578 r = amdgpu_device_asic_init(tmp_adev);
4579 if (r) {
aac89168 4580 dev_warn(tmp_adev->dev, "asic atom init failed!");
e3c1b071 4581 } else {
26bc5340 4582 dev_info(tmp_adev->dev, "GPU reset succeeded, trying to resume\n");
9cec53c1
JZ
4583 r = amdgpu_amdkfd_resume_iommu(tmp_adev);
4584 if (r)
4585 goto out;
4586
26bc5340
AG
4587 r = amdgpu_device_ip_resume_phase1(tmp_adev);
4588 if (r)
4589 goto out;
4590
4591 vram_lost = amdgpu_device_check_vram_lost(tmp_adev);
4592 if (vram_lost) {
77e7f829 4593 DRM_INFO("VRAM is lost due to GPU reset!\n");
e3526257 4594 amdgpu_inc_vram_lost(tmp_adev);
26bc5340
AG
4595 }
4596
6c28aed6 4597 r = amdgpu_gtt_mgr_recover(ttm_manager_type(&tmp_adev->mman.bdev, TTM_PL_TT));
26bc5340
AG
4598 if (r)
4599 goto out;
4600
4601 r = amdgpu_device_fw_loading(tmp_adev);
4602 if (r)
4603 return r;
4604
4605 r = amdgpu_device_ip_resume_phase2(tmp_adev);
4606 if (r)
4607 goto out;
4608
4609 if (vram_lost)
4610 amdgpu_device_fill_reset_magic(tmp_adev);
4611
fdafb359
EQ
4612 /*
4613 * Add this ASIC as tracked as reset was already
4614 * complete successfully.
4615 */
4616 amdgpu_register_gpu_instance(tmp_adev);
4617
04442bf7
LL
4618 if (!reset_context->hive &&
4619 tmp_adev->gmc.xgmi.num_physical_nodes > 1)
e3c1b071 4620 amdgpu_xgmi_add_device(tmp_adev);
4621
7c04ca50 4622 r = amdgpu_device_ip_late_init(tmp_adev);
4623 if (r)
4624 goto out;
4625
565d1941
EQ
4626 amdgpu_fbdev_set_suspend(tmp_adev, 0);
4627
e8fbaf03
GC
4628 /*
4629 * The GPU enters bad state once faulty pages
4630 * by ECC has reached the threshold, and ras
4631 * recovery is scheduled next. So add one check
4632 * here to break recovery if it indeed exceeds
4633 * bad page threshold, and remind user to
4634 * retire this GPU or setting one bigger
4635 * bad_page_threshold value to fix this once
4636 * probing driver again.
4637 */
11003c68 4638 if (!amdgpu_ras_eeprom_check_err_threshold(tmp_adev)) {
e8fbaf03
GC
4639 /* must succeed. */
4640 amdgpu_ras_resume(tmp_adev);
4641 } else {
4642 r = -EINVAL;
4643 goto out;
4644 }
e79a04d5 4645
26bc5340 4646 /* Update PSP FW topology after reset */
04442bf7
LL
4647 if (reset_context->hive &&
4648 tmp_adev->gmc.xgmi.num_physical_nodes > 1)
4649 r = amdgpu_xgmi_update_topology(
4650 reset_context->hive, tmp_adev);
26bc5340
AG
4651 }
4652 }
4653
26bc5340
AG
4654out:
4655 if (!r) {
4656 amdgpu_irq_gpu_reset_resume_helper(tmp_adev);
4657 r = amdgpu_ib_ring_tests(tmp_adev);
4658 if (r) {
4659 dev_err(tmp_adev->dev, "ib ring test failed (%d).\n", r);
26bc5340
AG
4660 need_full_reset = true;
4661 r = -EAGAIN;
4662 goto end;
4663 }
4664 }
4665
4666 if (!r)
4667 r = amdgpu_device_recover_vram(tmp_adev);
4668 else
4669 tmp_adev->asic_reset_res = r;
4670 }
4671
4672end:
04442bf7
LL
4673 if (need_full_reset)
4674 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags);
4675 else
4676 clear_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags);
26bc5340
AG
4677 return r;
4678}
4679
08ebb485
DL
4680static bool amdgpu_device_lock_adev(struct amdgpu_device *adev,
4681 struct amdgpu_hive_info *hive)
26bc5340 4682{
53b3f8f4
DL
4683 if (atomic_cmpxchg(&adev->in_gpu_reset, 0, 1) != 0)
4684 return false;
4685
08ebb485
DL
4686 if (hive) {
4687 down_write_nest_lock(&adev->reset_sem, &hive->hive_lock);
4688 } else {
4689 down_write(&adev->reset_sem);
4690 }
5740682e 4691
a3a09142
AD
4692 switch (amdgpu_asic_reset_method(adev)) {
4693 case AMD_RESET_METHOD_MODE1:
4694 adev->mp1_state = PP_MP1_STATE_SHUTDOWN;
4695 break;
4696 case AMD_RESET_METHOD_MODE2:
4697 adev->mp1_state = PP_MP1_STATE_RESET;
4698 break;
4699 default:
4700 adev->mp1_state = PP_MP1_STATE_NONE;
4701 break;
4702 }
1d721ed6
AG
4703
4704 return true;
26bc5340 4705}
d38ceaf9 4706
26bc5340
AG
4707static void amdgpu_device_unlock_adev(struct amdgpu_device *adev)
4708{
89041940 4709 amdgpu_vf_error_trans_all(adev);
a3a09142 4710 adev->mp1_state = PP_MP1_STATE_NONE;
53b3f8f4 4711 atomic_set(&adev->in_gpu_reset, 0);
6049db43 4712 up_write(&adev->reset_sem);
26bc5340
AG
4713}
4714
91fb309d
HC
4715/*
4716 * to lockup a list of amdgpu devices in a hive safely, if not a hive
4717 * with multiple nodes, it will be similar as amdgpu_device_lock_adev.
4718 *
4719 * unlock won't require roll back.
4720 */
4721static int amdgpu_device_lock_hive_adev(struct amdgpu_device *adev, struct amdgpu_hive_info *hive)
4722{
4723 struct amdgpu_device *tmp_adev = NULL;
4724
4725 if (adev->gmc.xgmi.num_physical_nodes > 1) {
4726 if (!hive) {
4727 dev_err(adev->dev, "Hive is NULL while device has multiple xgmi nodes");
4728 return -ENODEV;
4729 }
4730 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) {
4731 if (!amdgpu_device_lock_adev(tmp_adev, hive))
4732 goto roll_back;
4733 }
4734 } else if (!amdgpu_device_lock_adev(adev, hive))
4735 return -EAGAIN;
4736
4737 return 0;
4738roll_back:
4739 if (!list_is_first(&tmp_adev->gmc.xgmi.head, &hive->device_list)) {
4740 /*
4741 * if the lockup iteration break in the middle of a hive,
4742 * it may means there may has a race issue,
4743 * or a hive device locked up independently.
4744 * we may be in trouble and may not, so will try to roll back
4745 * the lock and give out a warnning.
4746 */
4747 dev_warn(tmp_adev->dev, "Hive lock iteration broke in the middle. Rolling back to unlock");
4748 list_for_each_entry_continue_reverse(tmp_adev, &hive->device_list, gmc.xgmi.head) {
4749 amdgpu_device_unlock_adev(tmp_adev);
4750 }
4751 }
4752 return -EAGAIN;
4753}
4754
3f12acc8
EQ
4755static void amdgpu_device_resume_display_audio(struct amdgpu_device *adev)
4756{
4757 struct pci_dev *p = NULL;
4758
4759 p = pci_get_domain_bus_and_slot(pci_domain_nr(adev->pdev->bus),
4760 adev->pdev->bus->number, 1);
4761 if (p) {
4762 pm_runtime_enable(&(p->dev));
4763 pm_runtime_resume(&(p->dev));
4764 }
4765}
4766
4767static int amdgpu_device_suspend_display_audio(struct amdgpu_device *adev)
4768{
4769 enum amd_reset_method reset_method;
4770 struct pci_dev *p = NULL;
4771 u64 expires;
4772
4773 /*
4774 * For now, only BACO and mode1 reset are confirmed
4775 * to suffer the audio issue without proper suspended.
4776 */
4777 reset_method = amdgpu_asic_reset_method(adev);
4778 if ((reset_method != AMD_RESET_METHOD_BACO) &&
4779 (reset_method != AMD_RESET_METHOD_MODE1))
4780 return -EINVAL;
4781
4782 p = pci_get_domain_bus_and_slot(pci_domain_nr(adev->pdev->bus),
4783 adev->pdev->bus->number, 1);
4784 if (!p)
4785 return -ENODEV;
4786
4787 expires = pm_runtime_autosuspend_expiration(&(p->dev));
4788 if (!expires)
4789 /*
4790 * If we cannot get the audio device autosuspend delay,
4791 * a fixed 4S interval will be used. Considering 3S is
4792 * the audio controller default autosuspend delay setting.
4793 * 4S used here is guaranteed to cover that.
4794 */
54b7feb9 4795 expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL;
3f12acc8
EQ
4796
4797 while (!pm_runtime_status_suspended(&(p->dev))) {
4798 if (!pm_runtime_suspend(&(p->dev)))
4799 break;
4800
4801 if (expires < ktime_get_mono_fast_ns()) {
4802 dev_warn(adev->dev, "failed to suspend display audio\n");
4803 /* TODO: abort the succeeding gpu reset? */
4804 return -ETIMEDOUT;
4805 }
4806 }
4807
4808 pm_runtime_disable(&(p->dev));
4809
4810 return 0;
4811}
4812
9d8d96be 4813static void amdgpu_device_recheck_guilty_jobs(
04442bf7
LL
4814 struct amdgpu_device *adev, struct list_head *device_list_handle,
4815 struct amdgpu_reset_context *reset_context)
e6c6338f
JZ
4816{
4817 int i, r = 0;
4818
4819 for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
4820 struct amdgpu_ring *ring = adev->rings[i];
4821 int ret = 0;
4822 struct drm_sched_job *s_job;
4823
4824 if (!ring || !ring->sched.thread)
4825 continue;
4826
4827 s_job = list_first_entry_or_null(&ring->sched.pending_list,
4828 struct drm_sched_job, list);
4829 if (s_job == NULL)
4830 continue;
4831
4832 /* clear job's guilty and depend the folowing step to decide the real one */
4833 drm_sched_reset_karma(s_job);
4834 drm_sched_resubmit_jobs_ext(&ring->sched, 1);
4835
4836 ret = dma_fence_wait_timeout(s_job->s_fence->parent, false, ring->sched.timeout);
4837 if (ret == 0) { /* timeout */
4838 DRM_ERROR("Found the real bad job! ring:%s, job_id:%llx\n",
4839 ring->sched.name, s_job->id);
4840
4841 /* set guilty */
4842 drm_sched_increase_karma(s_job);
4843retry:
4844 /* do hw reset */
4845 if (amdgpu_sriov_vf(adev)) {
4846 amdgpu_virt_fini_data_exchange(adev);
4847 r = amdgpu_device_reset_sriov(adev, false);
4848 if (r)
4849 adev->asic_reset_res = r;
4850 } else {
04442bf7
LL
4851 clear_bit(AMDGPU_SKIP_HW_RESET,
4852 &reset_context->flags);
4853 r = amdgpu_do_asic_reset(device_list_handle,
4854 reset_context);
e6c6338f
JZ
4855 if (r && r == -EAGAIN)
4856 goto retry;
4857 }
4858
4859 /*
4860 * add reset counter so that the following
4861 * resubmitted job could flush vmid
4862 */
4863 atomic_inc(&adev->gpu_reset_counter);
4864 continue;
4865 }
4866
4867 /* got the hw fence, signal finished fence */
4868 atomic_dec(ring->sched.score);
4869 dma_fence_get(&s_job->s_fence->finished);
4870 dma_fence_signal(&s_job->s_fence->finished);
4871 dma_fence_put(&s_job->s_fence->finished);
4872
4873 /* remove node from list and free the job */
4874 spin_lock(&ring->sched.job_list_lock);
4875 list_del_init(&s_job->list);
4876 spin_unlock(&ring->sched.job_list_lock);
4877 ring->sched.ops->free_job(s_job);
4878 }
4879}
4880
26bc5340
AG
4881/**
4882 * amdgpu_device_gpu_recover - reset the asic and recover scheduler
4883 *
982a820b 4884 * @adev: amdgpu_device pointer
26bc5340
AG
4885 * @job: which job trigger hang
4886 *
4887 * Attempt to reset the GPU if it has hung (all asics).
4888 * Attempt to do soft-reset or full-reset and reinitialize Asic
4889 * Returns 0 for success or an error on failure.
4890 */
4891
4892int amdgpu_device_gpu_recover(struct amdgpu_device *adev,
4893 struct amdgpu_job *job)
4894{
1d721ed6 4895 struct list_head device_list, *device_list_handle = NULL;
7dd8c205 4896 bool job_signaled = false;
26bc5340 4897 struct amdgpu_hive_info *hive = NULL;
26bc5340 4898 struct amdgpu_device *tmp_adev = NULL;
1d721ed6 4899 int i, r = 0;
bb5c7235 4900 bool need_emergency_restart = false;
3f12acc8 4901 bool audio_suspended = false;
e6c6338f 4902 int tmp_vram_lost_counter;
04442bf7
LL
4903 struct amdgpu_reset_context reset_context;
4904
4905 memset(&reset_context, 0, sizeof(reset_context));
26bc5340 4906
6e3cd2a9 4907 /*
bb5c7235
WS
4908 * Special case: RAS triggered and full reset isn't supported
4909 */
4910 need_emergency_restart = amdgpu_ras_need_emergency_restart(adev);
4911
d5ea093e
AG
4912 /*
4913 * Flush RAM to disk so that after reboot
4914 * the user can read log and see why the system rebooted.
4915 */
bb5c7235 4916 if (need_emergency_restart && amdgpu_ras_get_context(adev)->reboot) {
d5ea093e
AG
4917 DRM_WARN("Emergency reboot.");
4918
4919 ksys_sync_helper();
4920 emergency_restart();
4921 }
4922
b823821f 4923 dev_info(adev->dev, "GPU %s begin!\n",
bb5c7235 4924 need_emergency_restart ? "jobs stop":"reset");
26bc5340
AG
4925
4926 /*
1d721ed6
AG
4927 * Here we trylock to avoid chain of resets executing from
4928 * either trigger by jobs on different adevs in XGMI hive or jobs on
4929 * different schedulers for same device while this TO handler is running.
4930 * We always reset all schedulers for device and all devices for XGMI
4931 * hive so that should take care of them too.
26bc5340 4932 */
d95e8e97 4933 hive = amdgpu_get_xgmi_hive(adev);
53b3f8f4
DL
4934 if (hive) {
4935 if (atomic_cmpxchg(&hive->in_reset, 0, 1) != 0) {
4936 DRM_INFO("Bailing on TDR for s_job:%llx, hive: %llx as another already in progress",
4937 job ? job->base.id : -1, hive->hive_id);
d95e8e97 4938 amdgpu_put_xgmi_hive(hive);
ff99849b 4939 if (job && job->vm)
91fb309d 4940 drm_sched_increase_karma(&job->base);
53b3f8f4
DL
4941 return 0;
4942 }
4943 mutex_lock(&hive->hive_lock);
1d721ed6 4944 }
26bc5340 4945
04442bf7
LL
4946 reset_context.method = AMD_RESET_METHOD_NONE;
4947 reset_context.reset_req_dev = adev;
4948 reset_context.job = job;
4949 reset_context.hive = hive;
4950 clear_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags);
4951
91fb309d
HC
4952 /*
4953 * lock the device before we try to operate the linked list
4954 * if didn't get the device lock, don't touch the linked list since
4955 * others may iterating it.
4956 */
4957 r = amdgpu_device_lock_hive_adev(adev, hive);
4958 if (r) {
4959 dev_info(adev->dev, "Bailing on TDR for s_job:%llx, as another already in progress",
4960 job ? job->base.id : -1);
4961
4962 /* even we skipped this reset, still need to set the job to guilty */
ff99849b 4963 if (job && job->vm)
91fb309d
HC
4964 drm_sched_increase_karma(&job->base);
4965 goto skip_recovery;
4966 }
4967
9e94d22c
EQ
4968 /*
4969 * Build list of devices to reset.
4970 * In case we are in XGMI hive mode, resort the device list
4971 * to put adev in the 1st position.
4972 */
4973 INIT_LIST_HEAD(&device_list);
4974 if (adev->gmc.xgmi.num_physical_nodes > 1) {
655ce9cb 4975 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head)
4976 list_add_tail(&tmp_adev->reset_list, &device_list);
4977 if (!list_is_first(&adev->reset_list, &device_list))
4978 list_rotate_to_front(&adev->reset_list, &device_list);
4979 device_list_handle = &device_list;
26bc5340 4980 } else {
655ce9cb 4981 list_add_tail(&adev->reset_list, &device_list);
26bc5340
AG
4982 device_list_handle = &device_list;
4983 }
4984
1d721ed6 4985 /* block all schedulers and reset given job's ring */
655ce9cb 4986 list_for_each_entry(tmp_adev, device_list_handle, reset_list) {
3f12acc8
EQ
4987 /*
4988 * Try to put the audio codec into suspend state
4989 * before gpu reset started.
4990 *
4991 * Due to the power domain of the graphics device
4992 * is shared with AZ power domain. Without this,
4993 * we may change the audio hardware from behind
4994 * the audio driver's back. That will trigger
4995 * some audio codec errors.
4996 */
4997 if (!amdgpu_device_suspend_display_audio(tmp_adev))
4998 audio_suspended = true;
4999
9e94d22c
EQ
5000 amdgpu_ras_set_error_query_ready(tmp_adev, false);
5001
52fb44cf
EQ
5002 cancel_delayed_work_sync(&tmp_adev->delayed_init_work);
5003
9e94d22c
EQ
5004 if (!amdgpu_sriov_vf(tmp_adev))
5005 amdgpu_amdkfd_pre_reset(tmp_adev);
5006
12ffa55d
AG
5007 /*
5008 * Mark these ASICs to be reseted as untracked first
5009 * And add them back after reset completed
5010 */
5011 amdgpu_unregister_gpu_instance(tmp_adev);
5012
a2f63ee8 5013 amdgpu_fbdev_set_suspend(tmp_adev, 1);
565d1941 5014
f1c1314b 5015 /* disable ras on ALL IPs */
bb5c7235 5016 if (!need_emergency_restart &&
b823821f 5017 amdgpu_device_ip_need_full_reset(tmp_adev))
f1c1314b 5018 amdgpu_ras_suspend(tmp_adev);
5019
1d721ed6
AG
5020 for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
5021 struct amdgpu_ring *ring = tmp_adev->rings[i];
5022
5023 if (!ring || !ring->sched.thread)
5024 continue;
5025
0b2d2c2e 5026 drm_sched_stop(&ring->sched, job ? &job->base : NULL);
7c6e68c7 5027
bb5c7235 5028 if (need_emergency_restart)
7c6e68c7 5029 amdgpu_job_stop_all_jobs_on_sched(&ring->sched);
1d721ed6 5030 }
8f8c80f4 5031 atomic_inc(&tmp_adev->gpu_reset_counter);
1d721ed6
AG
5032 }
5033
bb5c7235 5034 if (need_emergency_restart)
7c6e68c7
AG
5035 goto skip_sched_resume;
5036
1d721ed6
AG
5037 /*
5038 * Must check guilty signal here since after this point all old
5039 * HW fences are force signaled.
5040 *
5041 * job->base holds a reference to parent fence
5042 */
5043 if (job && job->base.s_fence->parent &&
7dd8c205 5044 dma_fence_is_signaled(job->base.s_fence->parent)) {
1d721ed6 5045 job_signaled = true;
1d721ed6
AG
5046 dev_info(adev->dev, "Guilty job already signaled, skipping HW reset");
5047 goto skip_hw_reset;
5048 }
5049
26bc5340 5050retry: /* Rest of adevs pre asic reset from XGMI hive. */
655ce9cb 5051 list_for_each_entry(tmp_adev, device_list_handle, reset_list) {
04442bf7 5052 r = amdgpu_device_pre_asic_reset(tmp_adev, &reset_context);
26bc5340
AG
5053 /*TODO Should we stop ?*/
5054 if (r) {
aac89168 5055 dev_err(tmp_adev->dev, "GPU pre asic reset failed with err, %d for drm dev, %s ",
4a580877 5056 r, adev_to_drm(tmp_adev)->unique);
26bc5340
AG
5057 tmp_adev->asic_reset_res = r;
5058 }
5059 }
5060
e6c6338f 5061 tmp_vram_lost_counter = atomic_read(&((adev)->vram_lost_counter));
26bc5340
AG
5062 /* Actual ASIC resets if needed.*/
5063 /* TODO Implement XGMI hive reset logic for SRIOV */
5064 if (amdgpu_sriov_vf(adev)) {
5065 r = amdgpu_device_reset_sriov(adev, job ? false : true);
5066 if (r)
5067 adev->asic_reset_res = r;
5068 } else {
04442bf7 5069 r = amdgpu_do_asic_reset(device_list_handle, &reset_context);
26bc5340
AG
5070 if (r && r == -EAGAIN)
5071 goto retry;
5072 }
5073
1d721ed6
AG
5074skip_hw_reset:
5075
26bc5340 5076 /* Post ASIC reset for all devs .*/
655ce9cb 5077 list_for_each_entry(tmp_adev, device_list_handle, reset_list) {
7c6e68c7 5078
e6c6338f
JZ
5079 /*
5080 * Sometimes a later bad compute job can block a good gfx job as gfx
5081 * and compute ring share internal GC HW mutually. We add an additional
5082 * guilty jobs recheck step to find the real guilty job, it synchronously
5083 * submits and pends for the first job being signaled. If it gets timeout,
5084 * we identify it as a real guilty job.
5085 */
5086 if (amdgpu_gpu_recovery == 2 &&
5087 !(tmp_vram_lost_counter < atomic_read(&adev->vram_lost_counter)))
04442bf7
LL
5088 amdgpu_device_recheck_guilty_jobs(
5089 tmp_adev, device_list_handle, &reset_context);
e6c6338f 5090
1d721ed6
AG
5091 for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
5092 struct amdgpu_ring *ring = tmp_adev->rings[i];
5093
5094 if (!ring || !ring->sched.thread)
5095 continue;
5096
5097 /* No point to resubmit jobs if we didn't HW reset*/
5098 if (!tmp_adev->asic_reset_res && !job_signaled)
5099 drm_sched_resubmit_jobs(&ring->sched);
5100
5101 drm_sched_start(&ring->sched, !tmp_adev->asic_reset_res);
5102 }
5103
5104 if (!amdgpu_device_has_dc_support(tmp_adev) && !job_signaled) {
4a580877 5105 drm_helper_resume_force_mode(adev_to_drm(tmp_adev));
1d721ed6
AG
5106 }
5107
5108 tmp_adev->asic_reset_res = 0;
26bc5340
AG
5109
5110 if (r) {
5111 /* bad news, how to tell it to userspace ? */
12ffa55d 5112 dev_info(tmp_adev->dev, "GPU reset(%d) failed\n", atomic_read(&tmp_adev->gpu_reset_counter));
26bc5340
AG
5113 amdgpu_vf_error_put(tmp_adev, AMDGIM_ERROR_VF_GPU_RESET_FAIL, 0, r);
5114 } else {
12ffa55d 5115 dev_info(tmp_adev->dev, "GPU reset(%d) succeeded!\n", atomic_read(&tmp_adev->gpu_reset_counter));
3fa8f89d
S
5116 if (amdgpu_acpi_smart_shift_update(adev_to_drm(tmp_adev), AMDGPU_SS_DEV_D0))
5117 DRM_WARN("smart shift update failed\n");
26bc5340 5118 }
7c6e68c7 5119 }
26bc5340 5120
7c6e68c7 5121skip_sched_resume:
655ce9cb 5122 list_for_each_entry(tmp_adev, device_list_handle, reset_list) {
8e2712e7 5123 /* unlock kfd: SRIOV would do it separately */
bb5c7235 5124 if (!need_emergency_restart && !amdgpu_sriov_vf(tmp_adev))
7c6e68c7 5125 amdgpu_amdkfd_post_reset(tmp_adev);
8e2712e7 5126
5127 /* kfd_post_reset will do nothing if kfd device is not initialized,
5128 * need to bring up kfd here if it's not be initialized before
5129 */
5130 if (!adev->kfd.init_complete)
5131 amdgpu_amdkfd_device_init(adev);
5132
3f12acc8
EQ
5133 if (audio_suspended)
5134 amdgpu_device_resume_display_audio(tmp_adev);
26bc5340
AG
5135 amdgpu_device_unlock_adev(tmp_adev);
5136 }
5137
cbfd17f7 5138skip_recovery:
9e94d22c 5139 if (hive) {
53b3f8f4 5140 atomic_set(&hive->in_reset, 0);
9e94d22c 5141 mutex_unlock(&hive->hive_lock);
d95e8e97 5142 amdgpu_put_xgmi_hive(hive);
9e94d22c 5143 }
26bc5340 5144
91fb309d 5145 if (r && r != -EAGAIN)
26bc5340 5146 dev_info(adev->dev, "GPU reset end with ret = %d\n", r);
d38ceaf9
AD
5147 return r;
5148}
5149
e3ecdffa
AD
5150/**
5151 * amdgpu_device_get_pcie_info - fence pcie info about the PCIE slot
5152 *
5153 * @adev: amdgpu_device pointer
5154 *
5155 * Fetchs and stores in the driver the PCIE capabilities (gen speed
5156 * and lanes) of the slot the device is in. Handles APUs and
5157 * virtualized environments where PCIE config space may not be available.
5158 */
5494d864 5159static void amdgpu_device_get_pcie_info(struct amdgpu_device *adev)
d0dd7f0c 5160{
5d9a6330 5161 struct pci_dev *pdev;
c5313457
HK
5162 enum pci_bus_speed speed_cap, platform_speed_cap;
5163 enum pcie_link_width platform_link_width;
d0dd7f0c 5164
cd474ba0
AD
5165 if (amdgpu_pcie_gen_cap)
5166 adev->pm.pcie_gen_mask = amdgpu_pcie_gen_cap;
d0dd7f0c 5167
cd474ba0
AD
5168 if (amdgpu_pcie_lane_cap)
5169 adev->pm.pcie_mlw_mask = amdgpu_pcie_lane_cap;
d0dd7f0c 5170
cd474ba0
AD
5171 /* covers APUs as well */
5172 if (pci_is_root_bus(adev->pdev->bus)) {
5173 if (adev->pm.pcie_gen_mask == 0)
5174 adev->pm.pcie_gen_mask = AMDGPU_DEFAULT_PCIE_GEN_MASK;
5175 if (adev->pm.pcie_mlw_mask == 0)
5176 adev->pm.pcie_mlw_mask = AMDGPU_DEFAULT_PCIE_MLW_MASK;
d0dd7f0c 5177 return;
cd474ba0 5178 }
d0dd7f0c 5179
c5313457
HK
5180 if (adev->pm.pcie_gen_mask && adev->pm.pcie_mlw_mask)
5181 return;
5182
dbaa922b
AD
5183 pcie_bandwidth_available(adev->pdev, NULL,
5184 &platform_speed_cap, &platform_link_width);
c5313457 5185
cd474ba0 5186 if (adev->pm.pcie_gen_mask == 0) {
5d9a6330
AD
5187 /* asic caps */
5188 pdev = adev->pdev;
5189 speed_cap = pcie_get_speed_cap(pdev);
5190 if (speed_cap == PCI_SPEED_UNKNOWN) {
5191 adev->pm.pcie_gen_mask |= (CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN1 |
cd474ba0
AD
5192 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN2 |
5193 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN3);
cd474ba0 5194 } else {
2b3a1f51
FX
5195 if (speed_cap == PCIE_SPEED_32_0GT)
5196 adev->pm.pcie_gen_mask |= (CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5197 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN2 |
5198 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN3 |
5199 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN4 |
5200 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN5);
5201 else if (speed_cap == PCIE_SPEED_16_0GT)
5d9a6330
AD
5202 adev->pm.pcie_gen_mask |= (CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5203 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN2 |
5204 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN3 |
5205 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN4);
5206 else if (speed_cap == PCIE_SPEED_8_0GT)
5207 adev->pm.pcie_gen_mask |= (CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5208 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN2 |
5209 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN3);
5210 else if (speed_cap == PCIE_SPEED_5_0GT)
5211 adev->pm.pcie_gen_mask |= (CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5212 CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN2);
5213 else
5214 adev->pm.pcie_gen_mask |= CAIL_ASIC_PCIE_LINK_SPEED_SUPPORT_GEN1;
5215 }
5216 /* platform caps */
c5313457 5217 if (platform_speed_cap == PCI_SPEED_UNKNOWN) {
5d9a6330
AD
5218 adev->pm.pcie_gen_mask |= (CAIL_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5219 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN2);
5220 } else {
2b3a1f51
FX
5221 if (platform_speed_cap == PCIE_SPEED_32_0GT)
5222 adev->pm.pcie_gen_mask |= (CAIL_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5223 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN2 |
5224 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN3 |
5225 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN4 |
5226 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN5);
5227 else if (platform_speed_cap == PCIE_SPEED_16_0GT)
5d9a6330
AD
5228 adev->pm.pcie_gen_mask |= (CAIL_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5229 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN2 |
5230 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN3 |
5231 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN4);
c5313457 5232 else if (platform_speed_cap == PCIE_SPEED_8_0GT)
5d9a6330
AD
5233 adev->pm.pcie_gen_mask |= (CAIL_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5234 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN2 |
5235 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN3);
c5313457 5236 else if (platform_speed_cap == PCIE_SPEED_5_0GT)
5d9a6330
AD
5237 adev->pm.pcie_gen_mask |= (CAIL_PCIE_LINK_SPEED_SUPPORT_GEN1 |
5238 CAIL_PCIE_LINK_SPEED_SUPPORT_GEN2);
5239 else
5240 adev->pm.pcie_gen_mask |= CAIL_PCIE_LINK_SPEED_SUPPORT_GEN1;
5241
cd474ba0
AD
5242 }
5243 }
5244 if (adev->pm.pcie_mlw_mask == 0) {
c5313457 5245 if (platform_link_width == PCIE_LNK_WIDTH_UNKNOWN) {
5d9a6330
AD
5246 adev->pm.pcie_mlw_mask |= AMDGPU_DEFAULT_PCIE_MLW_MASK;
5247 } else {
c5313457 5248 switch (platform_link_width) {
5d9a6330 5249 case PCIE_LNK_X32:
cd474ba0
AD
5250 adev->pm.pcie_mlw_mask = (CAIL_PCIE_LINK_WIDTH_SUPPORT_X32 |
5251 CAIL_PCIE_LINK_WIDTH_SUPPORT_X16 |
5252 CAIL_PCIE_LINK_WIDTH_SUPPORT_X12 |
5253 CAIL_PCIE_LINK_WIDTH_SUPPORT_X8 |
5254 CAIL_PCIE_LINK_WIDTH_SUPPORT_X4 |
5255 CAIL_PCIE_LINK_WIDTH_SUPPORT_X2 |
5256 CAIL_PCIE_LINK_WIDTH_SUPPORT_X1);
5257 break;
5d9a6330 5258 case PCIE_LNK_X16:
cd474ba0
AD
5259 adev->pm.pcie_mlw_mask = (CAIL_PCIE_LINK_WIDTH_SUPPORT_X16 |
5260 CAIL_PCIE_LINK_WIDTH_SUPPORT_X12 |
5261 CAIL_PCIE_LINK_WIDTH_SUPPORT_X8 |
5262 CAIL_PCIE_LINK_WIDTH_SUPPORT_X4 |
5263 CAIL_PCIE_LINK_WIDTH_SUPPORT_X2 |
5264 CAIL_PCIE_LINK_WIDTH_SUPPORT_X1);
5265 break;
5d9a6330 5266 case PCIE_LNK_X12:
cd474ba0
AD
5267 adev->pm.pcie_mlw_mask = (CAIL_PCIE_LINK_WIDTH_SUPPORT_X12 |
5268 CAIL_PCIE_LINK_WIDTH_SUPPORT_X8 |
5269 CAIL_PCIE_LINK_WIDTH_SUPPORT_X4 |
5270 CAIL_PCIE_LINK_WIDTH_SUPPORT_X2 |
5271 CAIL_PCIE_LINK_WIDTH_SUPPORT_X1);
5272 break;
5d9a6330 5273 case PCIE_LNK_X8:
cd474ba0
AD
5274 adev->pm.pcie_mlw_mask = (CAIL_PCIE_LINK_WIDTH_SUPPORT_X8 |
5275 CAIL_PCIE_LINK_WIDTH_SUPPORT_X4 |
5276 CAIL_PCIE_LINK_WIDTH_SUPPORT_X2 |
5277 CAIL_PCIE_LINK_WIDTH_SUPPORT_X1);
5278 break;
5d9a6330 5279 case PCIE_LNK_X4:
cd474ba0
AD
5280 adev->pm.pcie_mlw_mask = (CAIL_PCIE_LINK_WIDTH_SUPPORT_X4 |
5281 CAIL_PCIE_LINK_WIDTH_SUPPORT_X2 |
5282 CAIL_PCIE_LINK_WIDTH_SUPPORT_X1);
5283 break;
5d9a6330 5284 case PCIE_LNK_X2:
cd474ba0
AD
5285 adev->pm.pcie_mlw_mask = (CAIL_PCIE_LINK_WIDTH_SUPPORT_X2 |
5286 CAIL_PCIE_LINK_WIDTH_SUPPORT_X1);
5287 break;
5d9a6330 5288 case PCIE_LNK_X1:
cd474ba0
AD
5289 adev->pm.pcie_mlw_mask = CAIL_PCIE_LINK_WIDTH_SUPPORT_X1;
5290 break;
5291 default:
5292 break;
5293 }
d0dd7f0c
AD
5294 }
5295 }
5296}
d38ceaf9 5297
361dbd01
AD
5298int amdgpu_device_baco_enter(struct drm_device *dev)
5299{
1348969a 5300 struct amdgpu_device *adev = drm_to_adev(dev);
7a22677b 5301 struct amdgpu_ras *ras = amdgpu_ras_get_context(adev);
361dbd01 5302
4a580877 5303 if (!amdgpu_device_supports_baco(adev_to_drm(adev)))
361dbd01
AD
5304 return -ENOTSUPP;
5305
8ab0d6f0 5306 if (ras && adev->ras_enabled &&
acdae216 5307 adev->nbio.funcs->enable_doorbell_interrupt)
7a22677b
LM
5308 adev->nbio.funcs->enable_doorbell_interrupt(adev, false);
5309
9530273e 5310 return amdgpu_dpm_baco_enter(adev);
361dbd01
AD
5311}
5312
5313int amdgpu_device_baco_exit(struct drm_device *dev)
5314{
1348969a 5315 struct amdgpu_device *adev = drm_to_adev(dev);
7a22677b 5316 struct amdgpu_ras *ras = amdgpu_ras_get_context(adev);
9530273e 5317 int ret = 0;
361dbd01 5318
4a580877 5319 if (!amdgpu_device_supports_baco(adev_to_drm(adev)))
361dbd01
AD
5320 return -ENOTSUPP;
5321
9530273e
EQ
5322 ret = amdgpu_dpm_baco_exit(adev);
5323 if (ret)
5324 return ret;
7a22677b 5325
8ab0d6f0 5326 if (ras && adev->ras_enabled &&
acdae216 5327 adev->nbio.funcs->enable_doorbell_interrupt)
7a22677b
LM
5328 adev->nbio.funcs->enable_doorbell_interrupt(adev, true);
5329
1bece222
CL
5330 if (amdgpu_passthrough(adev) &&
5331 adev->nbio.funcs->clear_doorbell_interrupt)
5332 adev->nbio.funcs->clear_doorbell_interrupt(adev);
5333
7a22677b 5334 return 0;
361dbd01 5335}
c9a6b82f 5336
acd89fca
AG
5337static void amdgpu_cancel_all_tdr(struct amdgpu_device *adev)
5338{
5339 int i;
5340
5341 for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
5342 struct amdgpu_ring *ring = adev->rings[i];
5343
5344 if (!ring || !ring->sched.thread)
5345 continue;
5346
5347 cancel_delayed_work_sync(&ring->sched.work_tdr);
5348 }
5349}
5350
c9a6b82f
AG
5351/**
5352 * amdgpu_pci_error_detected - Called when a PCI error is detected.
5353 * @pdev: PCI device struct
5354 * @state: PCI channel state
5355 *
5356 * Description: Called when a PCI error is detected.
5357 *
5358 * Return: PCI_ERS_RESULT_NEED_RESET or PCI_ERS_RESULT_DISCONNECT.
5359 */
5360pci_ers_result_t amdgpu_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
5361{
5362 struct drm_device *dev = pci_get_drvdata(pdev);
5363 struct amdgpu_device *adev = drm_to_adev(dev);
acd89fca 5364 int i;
c9a6b82f
AG
5365
5366 DRM_INFO("PCI error: detected callback, state(%d)!!\n", state);
5367
6894305c
AG
5368 if (adev->gmc.xgmi.num_physical_nodes > 1) {
5369 DRM_WARN("No support for XGMI hive yet...");
5370 return PCI_ERS_RESULT_DISCONNECT;
5371 }
5372
c9a6b82f
AG
5373 switch (state) {
5374 case pci_channel_io_normal:
5375 return PCI_ERS_RESULT_CAN_RECOVER;
acd89fca 5376 /* Fatal error, prepare for slot reset */
8a11d283
TZ
5377 case pci_channel_io_frozen:
5378 /*
acd89fca
AG
5379 * Cancel and wait for all TDRs in progress if failing to
5380 * set adev->in_gpu_reset in amdgpu_device_lock_adev
5381 *
5382 * Locking adev->reset_sem will prevent any external access
5383 * to GPU during PCI error recovery
5384 */
5385 while (!amdgpu_device_lock_adev(adev, NULL))
5386 amdgpu_cancel_all_tdr(adev);
5387
5388 /*
5389 * Block any work scheduling as we do for regular GPU reset
5390 * for the duration of the recovery
5391 */
5392 for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
5393 struct amdgpu_ring *ring = adev->rings[i];
5394
5395 if (!ring || !ring->sched.thread)
5396 continue;
5397
5398 drm_sched_stop(&ring->sched, NULL);
5399 }
8f8c80f4 5400 atomic_inc(&adev->gpu_reset_counter);
c9a6b82f
AG
5401 return PCI_ERS_RESULT_NEED_RESET;
5402 case pci_channel_io_perm_failure:
5403 /* Permanent error, prepare for device removal */
5404 return PCI_ERS_RESULT_DISCONNECT;
5405 }
5406
5407 return PCI_ERS_RESULT_NEED_RESET;
5408}
5409
5410/**
5411 * amdgpu_pci_mmio_enabled - Enable MMIO and dump debug registers
5412 * @pdev: pointer to PCI device
5413 */
5414pci_ers_result_t amdgpu_pci_mmio_enabled(struct pci_dev *pdev)
5415{
5416
5417 DRM_INFO("PCI error: mmio enabled callback!!\n");
5418
5419 /* TODO - dump whatever for debugging purposes */
5420
5421 /* This called only if amdgpu_pci_error_detected returns
5422 * PCI_ERS_RESULT_CAN_RECOVER. Read/write to the device still
5423 * works, no need to reset slot.
5424 */
5425
5426 return PCI_ERS_RESULT_RECOVERED;
5427}
5428
5429/**
5430 * amdgpu_pci_slot_reset - Called when PCI slot has been reset.
5431 * @pdev: PCI device struct
5432 *
5433 * Description: This routine is called by the pci error recovery
5434 * code after the PCI slot has been reset, just before we
5435 * should resume normal operations.
5436 */
5437pci_ers_result_t amdgpu_pci_slot_reset(struct pci_dev *pdev)
5438{
5439 struct drm_device *dev = pci_get_drvdata(pdev);
5440 struct amdgpu_device *adev = drm_to_adev(dev);
362c7b91 5441 int r, i;
04442bf7 5442 struct amdgpu_reset_context reset_context;
362c7b91 5443 u32 memsize;
7ac71382 5444 struct list_head device_list;
c9a6b82f
AG
5445
5446 DRM_INFO("PCI error: slot reset callback!!\n");
5447
04442bf7
LL
5448 memset(&reset_context, 0, sizeof(reset_context));
5449
7ac71382 5450 INIT_LIST_HEAD(&device_list);
655ce9cb 5451 list_add_tail(&adev->reset_list, &device_list);
7ac71382 5452
362c7b91
AG
5453 /* wait for asic to come out of reset */
5454 msleep(500);
5455
7ac71382 5456 /* Restore PCI confspace */
c1dd4aa6 5457 amdgpu_device_load_pci_state(pdev);
c9a6b82f 5458
362c7b91
AG
5459 /* confirm ASIC came out of reset */
5460 for (i = 0; i < adev->usec_timeout; i++) {
5461 memsize = amdgpu_asic_get_config_memsize(adev);
5462
5463 if (memsize != 0xffffffff)
5464 break;
5465 udelay(1);
5466 }
5467 if (memsize == 0xffffffff) {
5468 r = -ETIME;
5469 goto out;
5470 }
5471
04442bf7
LL
5472 reset_context.method = AMD_RESET_METHOD_NONE;
5473 reset_context.reset_req_dev = adev;
5474 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags);
5475 set_bit(AMDGPU_SKIP_HW_RESET, &reset_context.flags);
5476
7afefb81 5477 adev->no_hw_access = true;
04442bf7 5478 r = amdgpu_device_pre_asic_reset(adev, &reset_context);
7afefb81 5479 adev->no_hw_access = false;
c9a6b82f
AG
5480 if (r)
5481 goto out;
5482
04442bf7 5483 r = amdgpu_do_asic_reset(&device_list, &reset_context);
c9a6b82f
AG
5484
5485out:
c9a6b82f 5486 if (!r) {
c1dd4aa6
AG
5487 if (amdgpu_device_cache_pci_state(adev->pdev))
5488 pci_restore_state(adev->pdev);
5489
c9a6b82f
AG
5490 DRM_INFO("PCIe error recovery succeeded\n");
5491 } else {
5492 DRM_ERROR("PCIe error recovery failed, err:%d", r);
5493 amdgpu_device_unlock_adev(adev);
5494 }
5495
5496 return r ? PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_RECOVERED;
5497}
5498
5499/**
5500 * amdgpu_pci_resume() - resume normal ops after PCI reset
5501 * @pdev: pointer to PCI device
5502 *
5503 * Called when the error recovery driver tells us that its
505199a3 5504 * OK to resume normal operation.
c9a6b82f
AG
5505 */
5506void amdgpu_pci_resume(struct pci_dev *pdev)
5507{
5508 struct drm_device *dev = pci_get_drvdata(pdev);
5509 struct amdgpu_device *adev = drm_to_adev(dev);
acd89fca 5510 int i;
c9a6b82f 5511
c9a6b82f
AG
5512
5513 DRM_INFO("PCI error: resume callback!!\n");
acd89fca
AG
5514
5515 for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
5516 struct amdgpu_ring *ring = adev->rings[i];
5517
5518 if (!ring || !ring->sched.thread)
5519 continue;
5520
5521
5522 drm_sched_resubmit_jobs(&ring->sched);
5523 drm_sched_start(&ring->sched, true);
5524 }
5525
5526 amdgpu_device_unlock_adev(adev);
c9a6b82f 5527}
c1dd4aa6
AG
5528
5529bool amdgpu_device_cache_pci_state(struct pci_dev *pdev)
5530{
5531 struct drm_device *dev = pci_get_drvdata(pdev);
5532 struct amdgpu_device *adev = drm_to_adev(dev);
5533 int r;
5534
5535 r = pci_save_state(pdev);
5536 if (!r) {
5537 kfree(adev->pci_state);
5538
5539 adev->pci_state = pci_store_saved_state(pdev);
5540
5541 if (!adev->pci_state) {
5542 DRM_ERROR("Failed to store PCI saved state");
5543 return false;
5544 }
5545 } else {
5546 DRM_WARN("Failed to save PCI state, err:%d\n", r);
5547 return false;
5548 }
5549
5550 return true;
5551}
5552
5553bool amdgpu_device_load_pci_state(struct pci_dev *pdev)
5554{
5555 struct drm_device *dev = pci_get_drvdata(pdev);
5556 struct amdgpu_device *adev = drm_to_adev(dev);
5557 int r;
5558
5559 if (!adev->pci_state)
5560 return false;
5561
5562 r = pci_load_saved_state(pdev, adev->pci_state);
5563
5564 if (!r) {
5565 pci_restore_state(pdev);
5566 } else {
5567 DRM_WARN("Failed to load PCI state, err:%d\n", r);
5568 return false;
5569 }
5570
5571 return true;
5572}
5573
810085dd
EH
5574void amdgpu_device_flush_hdp(struct amdgpu_device *adev,
5575 struct amdgpu_ring *ring)
5576{
5577#ifdef CONFIG_X86_64
5578 if (adev->flags & AMD_IS_APU)
5579 return;
5580#endif
5581 if (adev->gmc.xgmi.connected_to_cpu)
5582 return;
5583
5584 if (ring && ring->funcs->emit_hdp_flush)
5585 amdgpu_ring_emit_hdp_flush(ring);
5586 else
5587 amdgpu_asic_flush_hdp(adev, ring);
5588}
c1dd4aa6 5589
810085dd
EH
5590void amdgpu_device_invalidate_hdp(struct amdgpu_device *adev,
5591 struct amdgpu_ring *ring)
5592{
5593#ifdef CONFIG_X86_64
5594 if (adev->flags & AMD_IS_APU)
5595 return;
5596#endif
5597 if (adev->gmc.xgmi.connected_to_cpu)
5598 return;
c1dd4aa6 5599
810085dd
EH
5600 amdgpu_asic_invalidate_hdp(adev, ring);
5601}