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