2 * Copyright 2016 Advanced Micro Devices, Inc.
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
24 #include <linux/firmware.h>
25 #include <linux/pci.h>
27 #include <drm/drm_cache.h>
31 #include "amdgpu_atomfirmware.h"
32 #include "amdgpu_gem.h"
34 #include "gc/gc_9_0_sh_mask.h"
35 #include "dce/dce_12_0_offset.h"
36 #include "dce/dce_12_0_sh_mask.h"
37 #include "vega10_enum.h"
38 #include "mmhub/mmhub_1_0_offset.h"
39 #include "athub/athub_1_0_sh_mask.h"
40 #include "athub/athub_1_0_offset.h"
41 #include "oss/osssys_4_0_offset.h"
45 #include "soc15_common.h"
46 #include "umc/umc_6_0_sh_mask.h"
48 #include "gfxhub_v1_0.h"
49 #include "mmhub_v1_0.h"
50 #include "athub_v1_0.h"
51 #include "gfxhub_v1_1.h"
52 #include "mmhub_v9_4.h"
53 #include "mmhub_v1_7.h"
60 #include "ivsrcid/vmc/irqsrcs_vmc_1_0.h"
62 #include "amdgpu_ras.h"
63 #include "amdgpu_xgmi.h"
65 #include "amdgpu_reset.h"
67 /* add these here since we already include dce12 headers and these are for DCN */
68 #define mmHUBP0_DCSURF_PRI_VIEWPORT_DIMENSION 0x055d
69 #define mmHUBP0_DCSURF_PRI_VIEWPORT_DIMENSION_BASE_IDX 2
70 #define HUBP0_DCSURF_PRI_VIEWPORT_DIMENSION__PRI_VIEWPORT_WIDTH__SHIFT 0x0
71 #define HUBP0_DCSURF_PRI_VIEWPORT_DIMENSION__PRI_VIEWPORT_HEIGHT__SHIFT 0x10
72 #define HUBP0_DCSURF_PRI_VIEWPORT_DIMENSION__PRI_VIEWPORT_WIDTH_MASK 0x00003FFFL
73 #define HUBP0_DCSURF_PRI_VIEWPORT_DIMENSION__PRI_VIEWPORT_HEIGHT_MASK 0x3FFF0000L
74 #define mmDCHUBBUB_SDPIF_MMIO_CNTRL_0 0x049d
75 #define mmDCHUBBUB_SDPIF_MMIO_CNTRL_0_BASE_IDX 2
77 #define mmHUBP0_DCSURF_PRI_VIEWPORT_DIMENSION_DCN2 0x05ea
78 #define mmHUBP0_DCSURF_PRI_VIEWPORT_DIMENSION_DCN2_BASE_IDX 2
81 static const char *gfxhub_client_ids[] = {
97 static const char *mmhub_client_ids_raven[][2] = {
122 static const char *mmhub_client_ids_renoir[][2] = {
150 static const char *mmhub_client_ids_vega10[][2] = {
163 [32+14][0] = "SDMA0",
176 [32+4][1] = "DCEDWB",
179 [32+14][1] = "SDMA1",
182 static const char *mmhub_client_ids_vega12[][2] = {
195 [32+15][0] = "SDMA0",
205 [32+1][1] = "DCEDWB",
211 [32+15][1] = "SDMA1",
214 static const char *mmhub_client_ids_vega20[][2] = {
228 [32+12][0] = "UTCL2",
229 [32+14][0] = "SDMA1",
247 [32+14][1] = "SDMA1",
250 static const char *mmhub_client_ids_arcturus[][2] = {
291 static const char *mmhub_client_ids_aldebaran[][2] = {
294 [32+1][0] = "DBGU_IO0",
295 [32+2][0] = "DBGU_IO2",
297 [96+11][0] = "JPEG0",
299 [96+13][0] = "VCNU0",
300 [128+11][0] = "JPEG1",
301 [128+12][0] = "VCN1",
302 [128+13][0] = "VCNU1",
305 [256+0][0] = "SDMA0",
306 [256+1][0] = "SDMA1",
307 [256+2][0] = "SDMA2",
308 [256+3][0] = "SDMA3",
309 [256+4][0] = "SDMA4",
313 [32+1][1] = "DBGU_IO0",
314 [32+2][1] = "DBGU_IO2",
316 [96+11][1] = "JPEG0",
318 [96+13][1] = "VCNU0",
319 [128+11][1] = "JPEG1",
320 [128+12][1] = "VCN1",
321 [128+13][1] = "VCNU1",
324 [256+0][1] = "SDMA0",
325 [256+1][1] = "SDMA1",
326 [256+2][1] = "SDMA2",
327 [256+3][1] = "SDMA3",
328 [256+4][1] = "SDMA4",
332 static const struct soc15_reg_golden golden_settings_mmhub_1_0_0[] =
334 SOC15_REG_GOLDEN_VALUE(MMHUB, 0, mmDAGB1_WRCLI2, 0x00000007, 0xfe5fe0fa),
335 SOC15_REG_GOLDEN_VALUE(MMHUB, 0, mmMMEA1_DRAM_WR_CLI2GRP_MAP0, 0x00000030, 0x55555565)
338 static const struct soc15_reg_golden golden_settings_athub_1_0_0[] =
340 SOC15_REG_GOLDEN_VALUE(ATHUB, 0, mmRPB_ARB_CNTL, 0x0000ff00, 0x00000800),
341 SOC15_REG_GOLDEN_VALUE(ATHUB, 0, mmRPB_ARB_CNTL2, 0x00ff00ff, 0x00080008)
344 static const uint32_t ecc_umc_mcumc_ctrl_addrs[] = {
345 (0x000143c0 + 0x00000000),
346 (0x000143c0 + 0x00000800),
347 (0x000143c0 + 0x00001000),
348 (0x000143c0 + 0x00001800),
349 (0x000543c0 + 0x00000000),
350 (0x000543c0 + 0x00000800),
351 (0x000543c0 + 0x00001000),
352 (0x000543c0 + 0x00001800),
353 (0x000943c0 + 0x00000000),
354 (0x000943c0 + 0x00000800),
355 (0x000943c0 + 0x00001000),
356 (0x000943c0 + 0x00001800),
357 (0x000d43c0 + 0x00000000),
358 (0x000d43c0 + 0x00000800),
359 (0x000d43c0 + 0x00001000),
360 (0x000d43c0 + 0x00001800),
361 (0x001143c0 + 0x00000000),
362 (0x001143c0 + 0x00000800),
363 (0x001143c0 + 0x00001000),
364 (0x001143c0 + 0x00001800),
365 (0x001543c0 + 0x00000000),
366 (0x001543c0 + 0x00000800),
367 (0x001543c0 + 0x00001000),
368 (0x001543c0 + 0x00001800),
369 (0x001943c0 + 0x00000000),
370 (0x001943c0 + 0x00000800),
371 (0x001943c0 + 0x00001000),
372 (0x001943c0 + 0x00001800),
373 (0x001d43c0 + 0x00000000),
374 (0x001d43c0 + 0x00000800),
375 (0x001d43c0 + 0x00001000),
376 (0x001d43c0 + 0x00001800),
379 static const uint32_t ecc_umc_mcumc_ctrl_mask_addrs[] = {
380 (0x000143e0 + 0x00000000),
381 (0x000143e0 + 0x00000800),
382 (0x000143e0 + 0x00001000),
383 (0x000143e0 + 0x00001800),
384 (0x000543e0 + 0x00000000),
385 (0x000543e0 + 0x00000800),
386 (0x000543e0 + 0x00001000),
387 (0x000543e0 + 0x00001800),
388 (0x000943e0 + 0x00000000),
389 (0x000943e0 + 0x00000800),
390 (0x000943e0 + 0x00001000),
391 (0x000943e0 + 0x00001800),
392 (0x000d43e0 + 0x00000000),
393 (0x000d43e0 + 0x00000800),
394 (0x000d43e0 + 0x00001000),
395 (0x000d43e0 + 0x00001800),
396 (0x001143e0 + 0x00000000),
397 (0x001143e0 + 0x00000800),
398 (0x001143e0 + 0x00001000),
399 (0x001143e0 + 0x00001800),
400 (0x001543e0 + 0x00000000),
401 (0x001543e0 + 0x00000800),
402 (0x001543e0 + 0x00001000),
403 (0x001543e0 + 0x00001800),
404 (0x001943e0 + 0x00000000),
405 (0x001943e0 + 0x00000800),
406 (0x001943e0 + 0x00001000),
407 (0x001943e0 + 0x00001800),
408 (0x001d43e0 + 0x00000000),
409 (0x001d43e0 + 0x00000800),
410 (0x001d43e0 + 0x00001000),
411 (0x001d43e0 + 0x00001800),
414 static int gmc_v9_0_ecc_interrupt_state(struct amdgpu_device *adev,
415 struct amdgpu_irq_src *src,
417 enum amdgpu_interrupt_state state)
419 u32 bits, i, tmp, reg;
421 /* Devices newer then VEGA10/12 shall have these programming
422 sequences performed by PSP BL */
423 if (adev->asic_type >= CHIP_VEGA20)
429 case AMDGPU_IRQ_STATE_DISABLE:
430 for (i = 0; i < ARRAY_SIZE(ecc_umc_mcumc_ctrl_addrs); i++) {
431 reg = ecc_umc_mcumc_ctrl_addrs[i];
436 for (i = 0; i < ARRAY_SIZE(ecc_umc_mcumc_ctrl_mask_addrs); i++) {
437 reg = ecc_umc_mcumc_ctrl_mask_addrs[i];
443 case AMDGPU_IRQ_STATE_ENABLE:
444 for (i = 0; i < ARRAY_SIZE(ecc_umc_mcumc_ctrl_addrs); i++) {
445 reg = ecc_umc_mcumc_ctrl_addrs[i];
450 for (i = 0; i < ARRAY_SIZE(ecc_umc_mcumc_ctrl_mask_addrs); i++) {
451 reg = ecc_umc_mcumc_ctrl_mask_addrs[i];
464 static int gmc_v9_0_vm_fault_interrupt_state(struct amdgpu_device *adev,
465 struct amdgpu_irq_src *src,
467 enum amdgpu_interrupt_state state)
469 struct amdgpu_vmhub *hub;
470 u32 tmp, reg, bits, i, j;
472 bits = VM_CONTEXT1_CNTL__RANGE_PROTECTION_FAULT_ENABLE_INTERRUPT_MASK |
473 VM_CONTEXT1_CNTL__DUMMY_PAGE_PROTECTION_FAULT_ENABLE_INTERRUPT_MASK |
474 VM_CONTEXT1_CNTL__PDE0_PROTECTION_FAULT_ENABLE_INTERRUPT_MASK |
475 VM_CONTEXT1_CNTL__VALID_PROTECTION_FAULT_ENABLE_INTERRUPT_MASK |
476 VM_CONTEXT1_CNTL__READ_PROTECTION_FAULT_ENABLE_INTERRUPT_MASK |
477 VM_CONTEXT1_CNTL__WRITE_PROTECTION_FAULT_ENABLE_INTERRUPT_MASK |
478 VM_CONTEXT1_CNTL__EXECUTE_PROTECTION_FAULT_ENABLE_INTERRUPT_MASK;
481 case AMDGPU_IRQ_STATE_DISABLE:
482 for (j = 0; j < adev->num_vmhubs; j++) {
483 hub = &adev->vmhub[j];
484 for (i = 0; i < 16; i++) {
485 reg = hub->vm_context0_cntl + i;
487 /* This works because this interrupt is only
488 * enabled at init/resume and disabled in
489 * fini/suspend, so the overall state doesn't
490 * change over the course of suspend/resume.
492 if (adev->in_s0ix && (j == AMDGPU_GFXHUB_0))
495 if (j == AMDGPU_GFXHUB_0)
496 tmp = RREG32_SOC15_IP(GC, reg);
498 tmp = RREG32_SOC15_IP(MMHUB, reg);
502 if (j == AMDGPU_GFXHUB_0)
503 WREG32_SOC15_IP(GC, reg, tmp);
505 WREG32_SOC15_IP(MMHUB, reg, tmp);
509 case AMDGPU_IRQ_STATE_ENABLE:
510 for (j = 0; j < adev->num_vmhubs; j++) {
511 hub = &adev->vmhub[j];
512 for (i = 0; i < 16; i++) {
513 reg = hub->vm_context0_cntl + i;
515 /* This works because this interrupt is only
516 * enabled at init/resume and disabled in
517 * fini/suspend, so the overall state doesn't
518 * change over the course of suspend/resume.
520 if (adev->in_s0ix && (j == AMDGPU_GFXHUB_0))
523 if (j == AMDGPU_GFXHUB_0)
524 tmp = RREG32_SOC15_IP(GC, reg);
526 tmp = RREG32_SOC15_IP(MMHUB, reg);
530 if (j == AMDGPU_GFXHUB_0)
531 WREG32_SOC15_IP(GC, reg, tmp);
533 WREG32_SOC15_IP(MMHUB, reg, tmp);
544 static int gmc_v9_0_process_interrupt(struct amdgpu_device *adev,
545 struct amdgpu_irq_src *source,
546 struct amdgpu_iv_entry *entry)
548 bool retry_fault = !!(entry->src_data[1] & 0x80);
549 bool write_fault = !!(entry->src_data[1] & 0x20);
550 uint32_t status = 0, cid = 0, rw = 0;
551 struct amdgpu_task_info task_info;
552 struct amdgpu_vmhub *hub;
553 const char *mmhub_cid;
554 const char *hub_name;
557 addr = (u64)entry->src_data[0] << 12;
558 addr |= ((u64)entry->src_data[1] & 0xf) << 44;
561 /* Returning 1 here also prevents sending the IV to the KFD */
563 /* Process it onyl if it's the first fault for this address */
564 if (entry->ih != &adev->irq.ih_soft &&
565 amdgpu_gmc_filter_faults(adev, entry->ih, addr, entry->pasid,
569 /* Delegate it to a different ring if the hardware hasn't
572 if (entry->ih == &adev->irq.ih) {
573 amdgpu_irq_delegate(adev, entry, 8);
577 /* Try to handle the recoverable page faults by filling page
580 if (amdgpu_vm_handle_fault(adev, entry->pasid, addr, write_fault))
584 if (!printk_ratelimit())
587 if (entry->client_id == SOC15_IH_CLIENTID_VMC) {
589 hub = &adev->vmhub[AMDGPU_MMHUB_0];
590 } else if (entry->client_id == SOC15_IH_CLIENTID_VMC1) {
592 hub = &adev->vmhub[AMDGPU_MMHUB_1];
594 hub_name = "gfxhub0";
595 hub = &adev->vmhub[AMDGPU_GFXHUB_0];
598 memset(&task_info, 0, sizeof(struct amdgpu_task_info));
599 amdgpu_vm_get_task_info(adev, entry->pasid, &task_info);
602 "[%s] %s page fault (src_id:%u ring:%u vmid:%u "
603 "pasid:%u, for process %s pid %d thread %s pid %d)\n",
604 hub_name, retry_fault ? "retry" : "no-retry",
605 entry->src_id, entry->ring_id, entry->vmid,
606 entry->pasid, task_info.process_name, task_info.tgid,
607 task_info.task_name, task_info.pid);
608 dev_err(adev->dev, " in page starting at address 0x%016llx from IH client 0x%x (%s)\n",
609 addr, entry->client_id,
610 soc15_ih_clientid_name[entry->client_id]);
612 if (amdgpu_sriov_vf(adev))
616 * Issue a dummy read to wait for the status register to
617 * be updated to avoid reading an incorrect value due to
618 * the new fast GRBM interface.
620 if ((entry->vmid_src == AMDGPU_GFXHUB_0) &&
621 (adev->ip_versions[GC_HWIP][0] < IP_VERSION(9, 4, 2)))
622 RREG32(hub->vm_l2_pro_fault_status);
624 status = RREG32(hub->vm_l2_pro_fault_status);
625 cid = REG_GET_FIELD(status, VM_L2_PROTECTION_FAULT_STATUS, CID);
626 rw = REG_GET_FIELD(status, VM_L2_PROTECTION_FAULT_STATUS, RW);
627 WREG32_P(hub->vm_l2_pro_fault_cntl, 1, ~1);
631 "VM_L2_PROTECTION_FAULT_STATUS:0x%08X\n",
633 if (hub == &adev->vmhub[AMDGPU_GFXHUB_0]) {
634 dev_err(adev->dev, "\t Faulty UTCL2 client ID: %s (0x%x)\n",
635 cid >= ARRAY_SIZE(gfxhub_client_ids) ? "unknown" :
636 gfxhub_client_ids[cid],
639 switch (adev->ip_versions[MMHUB_HWIP][0]) {
640 case IP_VERSION(9, 0, 0):
641 mmhub_cid = mmhub_client_ids_vega10[cid][rw];
643 case IP_VERSION(9, 3, 0):
644 mmhub_cid = mmhub_client_ids_vega12[cid][rw];
646 case IP_VERSION(9, 4, 0):
647 mmhub_cid = mmhub_client_ids_vega20[cid][rw];
649 case IP_VERSION(9, 4, 1):
650 mmhub_cid = mmhub_client_ids_arcturus[cid][rw];
652 case IP_VERSION(9, 1, 0):
653 case IP_VERSION(9, 2, 0):
654 mmhub_cid = mmhub_client_ids_raven[cid][rw];
656 case IP_VERSION(1, 5, 0):
657 case IP_VERSION(2, 4, 0):
658 mmhub_cid = mmhub_client_ids_renoir[cid][rw];
660 case IP_VERSION(9, 4, 2):
661 mmhub_cid = mmhub_client_ids_aldebaran[cid][rw];
667 dev_err(adev->dev, "\t Faulty UTCL2 client ID: %s (0x%x)\n",
668 mmhub_cid ? mmhub_cid : "unknown", cid);
670 dev_err(adev->dev, "\t MORE_FAULTS: 0x%lx\n",
671 REG_GET_FIELD(status,
672 VM_L2_PROTECTION_FAULT_STATUS, MORE_FAULTS));
673 dev_err(adev->dev, "\t WALKER_ERROR: 0x%lx\n",
674 REG_GET_FIELD(status,
675 VM_L2_PROTECTION_FAULT_STATUS, WALKER_ERROR));
676 dev_err(adev->dev, "\t PERMISSION_FAULTS: 0x%lx\n",
677 REG_GET_FIELD(status,
678 VM_L2_PROTECTION_FAULT_STATUS, PERMISSION_FAULTS));
679 dev_err(adev->dev, "\t MAPPING_ERROR: 0x%lx\n",
680 REG_GET_FIELD(status,
681 VM_L2_PROTECTION_FAULT_STATUS, MAPPING_ERROR));
682 dev_err(adev->dev, "\t RW: 0x%x\n", rw);
686 static const struct amdgpu_irq_src_funcs gmc_v9_0_irq_funcs = {
687 .set = gmc_v9_0_vm_fault_interrupt_state,
688 .process = gmc_v9_0_process_interrupt,
692 static const struct amdgpu_irq_src_funcs gmc_v9_0_ecc_funcs = {
693 .set = gmc_v9_0_ecc_interrupt_state,
694 .process = amdgpu_umc_process_ecc_irq,
697 static void gmc_v9_0_set_irq_funcs(struct amdgpu_device *adev)
699 adev->gmc.vm_fault.num_types = 1;
700 adev->gmc.vm_fault.funcs = &gmc_v9_0_irq_funcs;
702 if (!amdgpu_sriov_vf(adev) &&
703 !adev->gmc.xgmi.connected_to_cpu) {
704 adev->gmc.ecc_irq.num_types = 1;
705 adev->gmc.ecc_irq.funcs = &gmc_v9_0_ecc_funcs;
709 static uint32_t gmc_v9_0_get_invalidate_req(unsigned int vmid,
714 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ,
715 PER_VMID_INVALIDATE_REQ, 1 << vmid);
716 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type);
717 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, INVALIDATE_L2_PTES, 1);
718 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, INVALIDATE_L2_PDE0, 1);
719 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, INVALIDATE_L2_PDE1, 1);
720 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, INVALIDATE_L2_PDE2, 1);
721 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, INVALIDATE_L1_PTES, 1);
722 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ,
723 CLEAR_PROTECTION_FAULT_STATUS_ADDR, 0);
729 * gmc_v9_0_use_invalidate_semaphore - judge whether to use semaphore
731 * @adev: amdgpu_device pointer
735 static bool gmc_v9_0_use_invalidate_semaphore(struct amdgpu_device *adev,
738 if (adev->ip_versions[GC_HWIP][0] == IP_VERSION(9, 4, 2))
741 return ((vmhub == AMDGPU_MMHUB_0 ||
742 vmhub == AMDGPU_MMHUB_1) &&
743 (!amdgpu_sriov_vf(adev)) &&
744 (!(!(adev->apu_flags & AMD_APU_IS_RAVEN2) &&
745 (adev->apu_flags & AMD_APU_IS_PICASSO))));
748 static bool gmc_v9_0_get_atc_vmid_pasid_mapping_info(struct amdgpu_device *adev,
749 uint8_t vmid, uint16_t *p_pasid)
753 value = RREG32(SOC15_REG_OFFSET(ATHUB, 0, mmATC_VMID0_PASID_MAPPING)
755 *p_pasid = value & ATC_VMID0_PASID_MAPPING__PASID_MASK;
757 return !!(value & ATC_VMID0_PASID_MAPPING__VALID_MASK);
762 * VMID 0 is the physical GPU addresses as used by the kernel.
763 * VMIDs 1-15 are used for userspace clients and are handled
764 * by the amdgpu vm/hsa code.
768 * gmc_v9_0_flush_gpu_tlb - tlb flush with certain type
770 * @adev: amdgpu_device pointer
771 * @vmid: vm instance to flush
772 * @vmhub: which hub to flush
773 * @flush_type: the flush type
775 * Flush the TLB for the requested page table using certain type.
777 static void gmc_v9_0_flush_gpu_tlb(struct amdgpu_device *adev, uint32_t vmid,
778 uint32_t vmhub, uint32_t flush_type)
780 bool use_semaphore = gmc_v9_0_use_invalidate_semaphore(adev, vmhub);
781 const unsigned eng = 17;
782 u32 j, inv_req, inv_req2, tmp;
783 struct amdgpu_vmhub *hub;
785 BUG_ON(vmhub >= adev->num_vmhubs);
787 hub = &adev->vmhub[vmhub];
788 if (adev->gmc.xgmi.num_physical_nodes &&
789 adev->ip_versions[GC_HWIP][0] == IP_VERSION(9, 4, 0)) {
790 /* Vega20+XGMI caches PTEs in TC and TLB. Add a
791 * heavy-weight TLB flush (type 2), which flushes
792 * both. Due to a race condition with concurrent
793 * memory accesses using the same TLB cache line, we
794 * still need a second TLB flush after this.
796 inv_req = gmc_v9_0_get_invalidate_req(vmid, 2);
797 inv_req2 = gmc_v9_0_get_invalidate_req(vmid, flush_type);
799 inv_req = gmc_v9_0_get_invalidate_req(vmid, flush_type);
803 /* This is necessary for a HW workaround under SRIOV as well
804 * as GFXOFF under bare metal
806 if (adev->gfx.kiq.ring.sched.ready &&
807 (amdgpu_sriov_runtime(adev) || !amdgpu_sriov_vf(adev)) &&
808 down_read_trylock(&adev->reset_domain->sem)) {
809 uint32_t req = hub->vm_inv_eng0_req + hub->eng_distance * eng;
810 uint32_t ack = hub->vm_inv_eng0_ack + hub->eng_distance * eng;
812 amdgpu_virt_kiq_reg_write_reg_wait(adev, req, ack, inv_req,
814 up_read(&adev->reset_domain->sem);
818 spin_lock(&adev->gmc.invalidate_lock);
821 * It may lose gpuvm invalidate acknowldege state across power-gating
822 * off cycle, add semaphore acquire before invalidation and semaphore
823 * release after invalidation to avoid entering power gated state
827 /* TODO: It needs to continue working on debugging with semaphore for GFXHUB as well. */
829 for (j = 0; j < adev->usec_timeout; j++) {
830 /* a read return value of 1 means semaphore acquire */
831 if (vmhub == AMDGPU_GFXHUB_0)
832 tmp = RREG32_SOC15_IP_NO_KIQ(GC, hub->vm_inv_eng0_sem + hub->eng_distance * eng);
834 tmp = RREG32_SOC15_IP_NO_KIQ(MMHUB, hub->vm_inv_eng0_sem + hub->eng_distance * eng);
841 if (j >= adev->usec_timeout)
842 DRM_ERROR("Timeout waiting for sem acquire in VM flush!\n");
846 if (vmhub == AMDGPU_GFXHUB_0)
847 WREG32_SOC15_IP_NO_KIQ(GC, hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req);
849 WREG32_SOC15_IP_NO_KIQ(MMHUB, hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req);
852 * Issue a dummy read to wait for the ACK register to
853 * be cleared to avoid a false ACK due to the new fast
856 if ((vmhub == AMDGPU_GFXHUB_0) &&
857 (adev->ip_versions[GC_HWIP][0] < IP_VERSION(9, 4, 2)))
858 RREG32_NO_KIQ(hub->vm_inv_eng0_req +
859 hub->eng_distance * eng);
861 for (j = 0; j < adev->usec_timeout; j++) {
862 if (vmhub == AMDGPU_GFXHUB_0)
863 tmp = RREG32_SOC15_IP_NO_KIQ(GC, hub->vm_inv_eng0_ack + hub->eng_distance * eng);
865 tmp = RREG32_SOC15_IP_NO_KIQ(MMHUB, hub->vm_inv_eng0_ack + hub->eng_distance * eng);
867 if (tmp & (1 << vmid))
876 /* TODO: It needs to continue working on debugging with semaphore for GFXHUB as well. */
879 * add semaphore release after invalidation,
880 * write with 0 means semaphore release
882 if (vmhub == AMDGPU_GFXHUB_0)
883 WREG32_SOC15_IP_NO_KIQ(GC, hub->vm_inv_eng0_sem + hub->eng_distance * eng, 0);
885 WREG32_SOC15_IP_NO_KIQ(MMHUB, hub->vm_inv_eng0_sem + hub->eng_distance * eng, 0);
888 spin_unlock(&adev->gmc.invalidate_lock);
890 if (j < adev->usec_timeout)
893 DRM_ERROR("Timeout waiting for VM flush ACK!\n");
897 * gmc_v9_0_flush_gpu_tlb_pasid - tlb flush via pasid
899 * @adev: amdgpu_device pointer
900 * @pasid: pasid to be flush
901 * @flush_type: the flush type
902 * @all_hub: flush all hubs
904 * Flush the TLB for the requested pasid.
906 static int gmc_v9_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev,
907 uint16_t pasid, uint32_t flush_type,
913 uint16_t queried_pasid;
915 u32 usec_timeout = amdgpu_sriov_vf(adev) ? SRIOV_USEC_TIMEOUT : adev->usec_timeout;
916 struct amdgpu_ring *ring = &adev->gfx.kiq.ring;
917 struct amdgpu_kiq *kiq = &adev->gfx.kiq;
919 if (amdgpu_in_reset(adev))
922 if (ring->sched.ready && down_read_trylock(&adev->reset_domain->sem)) {
923 /* Vega20+XGMI caches PTEs in TC and TLB. Add a
924 * heavy-weight TLB flush (type 2), which flushes
925 * both. Due to a race condition with concurrent
926 * memory accesses using the same TLB cache line, we
927 * still need a second TLB flush after this.
929 bool vega20_xgmi_wa = (adev->gmc.xgmi.num_physical_nodes &&
930 adev->ip_versions[GC_HWIP][0] == IP_VERSION(9, 4, 0));
931 /* 2 dwords flush + 8 dwords fence */
932 unsigned int ndw = kiq->pmf->invalidate_tlbs_size + 8;
935 ndw += kiq->pmf->invalidate_tlbs_size;
937 spin_lock(&adev->gfx.kiq.ring_lock);
938 /* 2 dwords flush + 8 dwords fence */
939 amdgpu_ring_alloc(ring, ndw);
941 kiq->pmf->kiq_invalidate_tlbs(ring,
943 kiq->pmf->kiq_invalidate_tlbs(ring,
944 pasid, flush_type, all_hub);
945 r = amdgpu_fence_emit_polling(ring, &seq, MAX_KIQ_REG_WAIT);
947 amdgpu_ring_undo(ring);
948 spin_unlock(&adev->gfx.kiq.ring_lock);
949 up_read(&adev->reset_domain->sem);
953 amdgpu_ring_commit(ring);
954 spin_unlock(&adev->gfx.kiq.ring_lock);
955 r = amdgpu_fence_wait_polling(ring, seq, usec_timeout);
957 dev_err(adev->dev, "wait for kiq fence error: %ld.\n", r);
958 up_read(&adev->reset_domain->sem);
961 up_read(&adev->reset_domain->sem);
965 for (vmid = 1; vmid < 16; vmid++) {
967 ret = gmc_v9_0_get_atc_vmid_pasid_mapping_info(adev, vmid,
969 if (ret && queried_pasid == pasid) {
971 for (i = 0; i < adev->num_vmhubs; i++)
972 gmc_v9_0_flush_gpu_tlb(adev, vmid,
975 gmc_v9_0_flush_gpu_tlb(adev, vmid,
976 AMDGPU_GFXHUB_0, flush_type);
986 static uint64_t gmc_v9_0_emit_flush_gpu_tlb(struct amdgpu_ring *ring,
987 unsigned vmid, uint64_t pd_addr)
989 bool use_semaphore = gmc_v9_0_use_invalidate_semaphore(ring->adev, ring->funcs->vmhub);
990 struct amdgpu_device *adev = ring->adev;
991 struct amdgpu_vmhub *hub = &adev->vmhub[ring->funcs->vmhub];
992 uint32_t req = gmc_v9_0_get_invalidate_req(vmid, 0);
993 unsigned eng = ring->vm_inv_eng;
996 * It may lose gpuvm invalidate acknowldege state across power-gating
997 * off cycle, add semaphore acquire before invalidation and semaphore
998 * release after invalidation to avoid entering power gated state
1002 /* TODO: It needs to continue working on debugging with semaphore for GFXHUB as well. */
1004 /* a read return value of 1 means semaphore acuqire */
1005 amdgpu_ring_emit_reg_wait(ring,
1006 hub->vm_inv_eng0_sem +
1007 hub->eng_distance * eng, 0x1, 0x1);
1009 amdgpu_ring_emit_wreg(ring, hub->ctx0_ptb_addr_lo32 +
1010 (hub->ctx_addr_distance * vmid),
1011 lower_32_bits(pd_addr));
1013 amdgpu_ring_emit_wreg(ring, hub->ctx0_ptb_addr_hi32 +
1014 (hub->ctx_addr_distance * vmid),
1015 upper_32_bits(pd_addr));
1017 amdgpu_ring_emit_reg_write_reg_wait(ring, hub->vm_inv_eng0_req +
1018 hub->eng_distance * eng,
1019 hub->vm_inv_eng0_ack +
1020 hub->eng_distance * eng,
1023 /* TODO: It needs to continue working on debugging with semaphore for GFXHUB as well. */
1026 * add semaphore release after invalidation,
1027 * write with 0 means semaphore release
1029 amdgpu_ring_emit_wreg(ring, hub->vm_inv_eng0_sem +
1030 hub->eng_distance * eng, 0);
1035 static void gmc_v9_0_emit_pasid_mapping(struct amdgpu_ring *ring, unsigned vmid,
1038 struct amdgpu_device *adev = ring->adev;
1041 /* Do nothing because there's no lut register for mmhub1. */
1042 if (ring->funcs->vmhub == AMDGPU_MMHUB_1)
1045 if (ring->funcs->vmhub == AMDGPU_GFXHUB_0)
1046 reg = SOC15_REG_OFFSET(OSSSYS, 0, mmIH_VMID_0_LUT) + vmid;
1048 reg = SOC15_REG_OFFSET(OSSSYS, 0, mmIH_VMID_0_LUT_MM) + vmid;
1050 amdgpu_ring_emit_wreg(ring, reg, pasid);
1054 * PTE format on VEGA 10:
1063 * 47:12 4k physical page base address
1073 * PDE format on VEGA 10:
1074 * 63:59 block fragment size
1078 * 47:6 physical base address of PD or PTE
1085 static uint64_t gmc_v9_0_map_mtype(struct amdgpu_device *adev, uint32_t flags)
1089 case AMDGPU_VM_MTYPE_DEFAULT:
1090 return AMDGPU_PTE_MTYPE_VG10(MTYPE_NC);
1091 case AMDGPU_VM_MTYPE_NC:
1092 return AMDGPU_PTE_MTYPE_VG10(MTYPE_NC);
1093 case AMDGPU_VM_MTYPE_WC:
1094 return AMDGPU_PTE_MTYPE_VG10(MTYPE_WC);
1095 case AMDGPU_VM_MTYPE_RW:
1096 return AMDGPU_PTE_MTYPE_VG10(MTYPE_RW);
1097 case AMDGPU_VM_MTYPE_CC:
1098 return AMDGPU_PTE_MTYPE_VG10(MTYPE_CC);
1099 case AMDGPU_VM_MTYPE_UC:
1100 return AMDGPU_PTE_MTYPE_VG10(MTYPE_UC);
1102 return AMDGPU_PTE_MTYPE_VG10(MTYPE_NC);
1106 static void gmc_v9_0_get_vm_pde(struct amdgpu_device *adev, int level,
1107 uint64_t *addr, uint64_t *flags)
1109 if (!(*flags & AMDGPU_PDE_PTE) && !(*flags & AMDGPU_PTE_SYSTEM))
1110 *addr = amdgpu_gmc_vram_mc2pa(adev, *addr);
1111 BUG_ON(*addr & 0xFFFF00000000003FULL);
1113 if (!adev->gmc.translate_further)
1116 if (level == AMDGPU_VM_PDB1) {
1117 /* Set the block fragment size */
1118 if (!(*flags & AMDGPU_PDE_PTE))
1119 *flags |= AMDGPU_PDE_BFS(0x9);
1121 } else if (level == AMDGPU_VM_PDB0) {
1122 if (*flags & AMDGPU_PDE_PTE) {
1123 *flags &= ~AMDGPU_PDE_PTE;
1124 if (!(*flags & AMDGPU_PTE_VALID))
1125 *addr |= 1 << PAGE_SHIFT;
1127 *flags |= AMDGPU_PTE_TF;
1132 static void gmc_v9_0_get_coherence_flags(struct amdgpu_device *adev,
1133 struct amdgpu_bo *bo,
1134 struct amdgpu_bo_va_mapping *mapping,
1137 struct amdgpu_device *bo_adev = amdgpu_ttm_adev(bo->tbo.bdev);
1138 bool is_vram = bo->tbo.resource->mem_type == TTM_PL_VRAM;
1139 bool coherent = bo->flags & AMDGPU_GEM_CREATE_COHERENT;
1140 bool uncached = bo->flags & AMDGPU_GEM_CREATE_UNCACHED;
1144 switch (adev->ip_versions[GC_HWIP][0]) {
1145 case IP_VERSION(9, 4, 1):
1146 case IP_VERSION(9, 4, 2):
1148 if (bo_adev == adev) {
1155 /* FIXME: is this still needed? Or does
1156 * amdgpu_ttm_tt_pde_flags already handle this?
1158 if (adev->ip_versions[GC_HWIP][0] ==
1159 IP_VERSION(9, 4, 2) &&
1160 adev->gmc.xgmi.connected_to_cpu)
1163 if (uncached || coherent)
1167 if (mapping->bo_va->is_xgmi)
1171 if (uncached || coherent)
1175 /* FIXME: is this still needed? Or does
1176 * amdgpu_ttm_tt_pde_flags already handle this?
1182 if (uncached || coherent)
1187 /* FIXME: is this still needed? Or does
1188 * amdgpu_ttm_tt_pde_flags already handle this?
1194 if (mtype != MTYPE_NC)
1195 *flags = (*flags & ~AMDGPU_PTE_MTYPE_VG10_MASK) |
1196 AMDGPU_PTE_MTYPE_VG10(mtype);
1197 *flags |= snoop ? AMDGPU_PTE_SNOOPED : 0;
1200 static void gmc_v9_0_get_vm_pte(struct amdgpu_device *adev,
1201 struct amdgpu_bo_va_mapping *mapping,
1204 struct amdgpu_bo *bo = mapping->bo_va->base.bo;
1206 *flags &= ~AMDGPU_PTE_EXECUTABLE;
1207 *flags |= mapping->flags & AMDGPU_PTE_EXECUTABLE;
1209 *flags &= ~AMDGPU_PTE_MTYPE_VG10_MASK;
1210 *flags |= mapping->flags & AMDGPU_PTE_MTYPE_VG10_MASK;
1212 if (mapping->flags & AMDGPU_PTE_PRT) {
1213 *flags |= AMDGPU_PTE_PRT;
1214 *flags &= ~AMDGPU_PTE_VALID;
1217 if (bo && bo->tbo.resource)
1218 gmc_v9_0_get_coherence_flags(adev, mapping->bo_va->base.bo,
1222 static unsigned gmc_v9_0_get_vbios_fb_size(struct amdgpu_device *adev)
1224 u32 d1vga_control = RREG32_SOC15(DCE, 0, mmD1VGA_CONTROL);
1227 /* TODO move to DC so GMC doesn't need to hard-code DCN registers */
1229 if (REG_GET_FIELD(d1vga_control, D1VGA_CONTROL, D1VGA_MODE_ENABLE)) {
1230 size = AMDGPU_VBIOS_VGA_ALLOCATION;
1234 switch (adev->ip_versions[DCE_HWIP][0]) {
1235 case IP_VERSION(1, 0, 0):
1236 case IP_VERSION(1, 0, 1):
1237 viewport = RREG32_SOC15(DCE, 0, mmHUBP0_DCSURF_PRI_VIEWPORT_DIMENSION);
1238 size = (REG_GET_FIELD(viewport,
1239 HUBP0_DCSURF_PRI_VIEWPORT_DIMENSION, PRI_VIEWPORT_HEIGHT) *
1240 REG_GET_FIELD(viewport,
1241 HUBP0_DCSURF_PRI_VIEWPORT_DIMENSION, PRI_VIEWPORT_WIDTH) *
1244 case IP_VERSION(2, 1, 0):
1245 viewport = RREG32_SOC15(DCE, 0, mmHUBP0_DCSURF_PRI_VIEWPORT_DIMENSION_DCN2);
1246 size = (REG_GET_FIELD(viewport,
1247 HUBP0_DCSURF_PRI_VIEWPORT_DIMENSION, PRI_VIEWPORT_HEIGHT) *
1248 REG_GET_FIELD(viewport,
1249 HUBP0_DCSURF_PRI_VIEWPORT_DIMENSION, PRI_VIEWPORT_WIDTH) *
1253 viewport = RREG32_SOC15(DCE, 0, mmSCL0_VIEWPORT_SIZE);
1254 size = (REG_GET_FIELD(viewport, SCL0_VIEWPORT_SIZE, VIEWPORT_HEIGHT) *
1255 REG_GET_FIELD(viewport, SCL0_VIEWPORT_SIZE, VIEWPORT_WIDTH) *
1264 static const struct amdgpu_gmc_funcs gmc_v9_0_gmc_funcs = {
1265 .flush_gpu_tlb = gmc_v9_0_flush_gpu_tlb,
1266 .flush_gpu_tlb_pasid = gmc_v9_0_flush_gpu_tlb_pasid,
1267 .emit_flush_gpu_tlb = gmc_v9_0_emit_flush_gpu_tlb,
1268 .emit_pasid_mapping = gmc_v9_0_emit_pasid_mapping,
1269 .map_mtype = gmc_v9_0_map_mtype,
1270 .get_vm_pde = gmc_v9_0_get_vm_pde,
1271 .get_vm_pte = gmc_v9_0_get_vm_pte,
1272 .get_vbios_fb_size = gmc_v9_0_get_vbios_fb_size,
1275 static void gmc_v9_0_set_gmc_funcs(struct amdgpu_device *adev)
1277 adev->gmc.gmc_funcs = &gmc_v9_0_gmc_funcs;
1280 static void gmc_v9_0_set_umc_funcs(struct amdgpu_device *adev)
1282 switch (adev->ip_versions[UMC_HWIP][0]) {
1283 case IP_VERSION(6, 0, 0):
1284 adev->umc.funcs = &umc_v6_0_funcs;
1286 case IP_VERSION(6, 1, 1):
1287 adev->umc.max_ras_err_cnt_per_query = UMC_V6_1_TOTAL_CHANNEL_NUM;
1288 adev->umc.channel_inst_num = UMC_V6_1_CHANNEL_INSTANCE_NUM;
1289 adev->umc.umc_inst_num = UMC_V6_1_UMC_INSTANCE_NUM;
1290 adev->umc.channel_offs = UMC_V6_1_PER_CHANNEL_OFFSET_VG20;
1291 adev->umc.retire_unit = 1;
1292 adev->umc.channel_idx_tbl = &umc_v6_1_channel_idx_tbl[0][0];
1293 adev->umc.ras = &umc_v6_1_ras;
1295 case IP_VERSION(6, 1, 2):
1296 adev->umc.max_ras_err_cnt_per_query = UMC_V6_1_TOTAL_CHANNEL_NUM;
1297 adev->umc.channel_inst_num = UMC_V6_1_CHANNEL_INSTANCE_NUM;
1298 adev->umc.umc_inst_num = UMC_V6_1_UMC_INSTANCE_NUM;
1299 adev->umc.channel_offs = UMC_V6_1_PER_CHANNEL_OFFSET_ARCT;
1300 adev->umc.retire_unit = 1;
1301 adev->umc.channel_idx_tbl = &umc_v6_1_channel_idx_tbl[0][0];
1302 adev->umc.ras = &umc_v6_1_ras;
1304 case IP_VERSION(6, 7, 0):
1305 adev->umc.max_ras_err_cnt_per_query =
1306 UMC_V6_7_TOTAL_CHANNEL_NUM * UMC_V6_7_BAD_PAGE_NUM_PER_CHANNEL;
1307 adev->umc.channel_inst_num = UMC_V6_7_CHANNEL_INSTANCE_NUM;
1308 adev->umc.umc_inst_num = UMC_V6_7_UMC_INSTANCE_NUM;
1309 adev->umc.channel_offs = UMC_V6_7_PER_CHANNEL_OFFSET;
1310 adev->umc.retire_unit = (UMC_V6_7_NA_MAP_PA_NUM * 2);
1311 if (!adev->gmc.xgmi.connected_to_cpu)
1312 adev->umc.ras = &umc_v6_7_ras;
1313 if (1 & adev->smuio.funcs->get_die_id(adev))
1314 adev->umc.channel_idx_tbl = &umc_v6_7_channel_idx_tbl_first[0][0];
1316 adev->umc.channel_idx_tbl = &umc_v6_7_channel_idx_tbl_second[0][0];
1322 if (adev->umc.ras) {
1323 amdgpu_ras_register_ras_block(adev, &adev->umc.ras->ras_block);
1325 strcpy(adev->umc.ras->ras_block.ras_comm.name, "umc");
1326 adev->umc.ras->ras_block.ras_comm.block = AMDGPU_RAS_BLOCK__UMC;
1327 adev->umc.ras->ras_block.ras_comm.type = AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE;
1328 adev->umc.ras_if = &adev->umc.ras->ras_block.ras_comm;
1330 /* If don't define special ras_late_init function, use default ras_late_init */
1331 if (!adev->umc.ras->ras_block.ras_late_init)
1332 adev->umc.ras->ras_block.ras_late_init = amdgpu_umc_ras_late_init;
1334 /* If not defined special ras_cb function, use default ras_cb */
1335 if (!adev->umc.ras->ras_block.ras_cb)
1336 adev->umc.ras->ras_block.ras_cb = amdgpu_umc_process_ras_data_cb;
1340 static void gmc_v9_0_set_mmhub_funcs(struct amdgpu_device *adev)
1342 switch (adev->ip_versions[MMHUB_HWIP][0]) {
1343 case IP_VERSION(9, 4, 1):
1344 adev->mmhub.funcs = &mmhub_v9_4_funcs;
1346 case IP_VERSION(9, 4, 2):
1347 adev->mmhub.funcs = &mmhub_v1_7_funcs;
1350 adev->mmhub.funcs = &mmhub_v1_0_funcs;
1355 static void gmc_v9_0_set_mmhub_ras_funcs(struct amdgpu_device *adev)
1357 switch (adev->ip_versions[MMHUB_HWIP][0]) {
1358 case IP_VERSION(9, 4, 0):
1359 adev->mmhub.ras = &mmhub_v1_0_ras;
1361 case IP_VERSION(9, 4, 1):
1362 adev->mmhub.ras = &mmhub_v9_4_ras;
1364 case IP_VERSION(9, 4, 2):
1365 adev->mmhub.ras = &mmhub_v1_7_ras;
1368 /* mmhub ras is not available */
1372 if (adev->mmhub.ras) {
1373 amdgpu_ras_register_ras_block(adev, &adev->mmhub.ras->ras_block);
1375 strcpy(adev->mmhub.ras->ras_block.ras_comm.name, "mmhub");
1376 adev->mmhub.ras->ras_block.ras_comm.block = AMDGPU_RAS_BLOCK__MMHUB;
1377 adev->mmhub.ras->ras_block.ras_comm.type = AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE;
1378 adev->mmhub.ras_if = &adev->mmhub.ras->ras_block.ras_comm;
1382 static void gmc_v9_0_set_gfxhub_funcs(struct amdgpu_device *adev)
1384 adev->gfxhub.funcs = &gfxhub_v1_0_funcs;
1387 static void gmc_v9_0_set_hdp_ras_funcs(struct amdgpu_device *adev)
1389 adev->hdp.ras = &hdp_v4_0_ras;
1390 amdgpu_ras_register_ras_block(adev, &adev->hdp.ras->ras_block);
1391 adev->hdp.ras_if = &adev->hdp.ras->ras_block.ras_comm;
1394 static void gmc_v9_0_set_mca_funcs(struct amdgpu_device *adev)
1396 /* is UMC the right IP to check for MCA? Maybe DF? */
1397 switch (adev->ip_versions[UMC_HWIP][0]) {
1398 case IP_VERSION(6, 7, 0):
1399 if (!adev->gmc.xgmi.connected_to_cpu)
1400 adev->mca.funcs = &mca_v3_0_funcs;
1407 static int gmc_v9_0_early_init(void *handle)
1410 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1412 /* ARCT and VEGA20 don't have XGMI defined in their IP discovery tables */
1413 if (adev->asic_type == CHIP_VEGA20 ||
1414 adev->asic_type == CHIP_ARCTURUS)
1415 adev->gmc.xgmi.supported = true;
1417 if (adev->ip_versions[XGMI_HWIP][0] == IP_VERSION(6, 1, 0)) {
1418 adev->gmc.xgmi.supported = true;
1419 adev->gmc.xgmi.connected_to_cpu =
1420 adev->smuio.funcs->is_host_gpu_xgmi_supported(adev);
1423 gmc_v9_0_set_gmc_funcs(adev);
1424 gmc_v9_0_set_irq_funcs(adev);
1425 gmc_v9_0_set_umc_funcs(adev);
1426 gmc_v9_0_set_mmhub_funcs(adev);
1427 gmc_v9_0_set_mmhub_ras_funcs(adev);
1428 gmc_v9_0_set_gfxhub_funcs(adev);
1429 gmc_v9_0_set_hdp_ras_funcs(adev);
1430 gmc_v9_0_set_mca_funcs(adev);
1432 adev->gmc.shared_aperture_start = 0x2000000000000000ULL;
1433 adev->gmc.shared_aperture_end =
1434 adev->gmc.shared_aperture_start + (4ULL << 30) - 1;
1435 adev->gmc.private_aperture_start = 0x1000000000000000ULL;
1436 adev->gmc.private_aperture_end =
1437 adev->gmc.private_aperture_start + (4ULL << 30) - 1;
1439 r = amdgpu_gmc_ras_early_init(adev);
1446 static int gmc_v9_0_late_init(void *handle)
1448 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1451 r = amdgpu_gmc_allocate_vm_inv_eng(adev);
1456 * Workaround performance drop issue with VBIOS enables partial
1457 * writes, while disables HBM ECC for vega10.
1459 if (!amdgpu_sriov_vf(adev) &&
1460 (adev->ip_versions[UMC_HWIP][0] == IP_VERSION(6, 0, 0))) {
1461 if (!(adev->ras_enabled & (1 << AMDGPU_RAS_BLOCK__UMC))) {
1462 if (adev->df.funcs &&
1463 adev->df.funcs->enable_ecc_force_par_wr_rmw)
1464 adev->df.funcs->enable_ecc_force_par_wr_rmw(adev, false);
1468 if (!amdgpu_persistent_edc_harvesting_supported(adev)) {
1469 if (adev->mmhub.ras && adev->mmhub.ras->ras_block.hw_ops &&
1470 adev->mmhub.ras->ras_block.hw_ops->reset_ras_error_count)
1471 adev->mmhub.ras->ras_block.hw_ops->reset_ras_error_count(adev);
1473 if (adev->hdp.ras && adev->hdp.ras->ras_block.hw_ops &&
1474 adev->hdp.ras->ras_block.hw_ops->reset_ras_error_count)
1475 adev->hdp.ras->ras_block.hw_ops->reset_ras_error_count(adev);
1478 r = amdgpu_gmc_ras_late_init(adev);
1482 return amdgpu_irq_get(adev, &adev->gmc.vm_fault, 0);
1485 static void gmc_v9_0_vram_gtt_location(struct amdgpu_device *adev,
1486 struct amdgpu_gmc *mc)
1488 u64 base = adev->mmhub.funcs->get_fb_location(adev);
1490 /* add the xgmi offset of the physical node */
1491 base += adev->gmc.xgmi.physical_node_id * adev->gmc.xgmi.node_segment_size;
1492 if (adev->gmc.xgmi.connected_to_cpu) {
1493 amdgpu_gmc_sysvm_location(adev, mc);
1495 amdgpu_gmc_vram_location(adev, mc, base);
1496 amdgpu_gmc_gart_location(adev, mc);
1497 amdgpu_gmc_agp_location(adev, mc);
1499 /* base offset of vram pages */
1500 adev->vm_manager.vram_base_offset = adev->gfxhub.funcs->get_mc_fb_offset(adev);
1502 /* XXX: add the xgmi offset of the physical node? */
1503 adev->vm_manager.vram_base_offset +=
1504 adev->gmc.xgmi.physical_node_id * adev->gmc.xgmi.node_segment_size;
1508 * gmc_v9_0_mc_init - initialize the memory controller driver params
1510 * @adev: amdgpu_device pointer
1512 * Look up the amount of vram, vram width, and decide how to place
1513 * vram and gart within the GPU's physical address space.
1514 * Returns 0 for success.
1516 static int gmc_v9_0_mc_init(struct amdgpu_device *adev)
1520 /* size in MB on si */
1521 adev->gmc.mc_vram_size =
1522 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL;
1523 adev->gmc.real_vram_size = adev->gmc.mc_vram_size;
1525 if (!(adev->flags & AMD_IS_APU) &&
1526 !adev->gmc.xgmi.connected_to_cpu) {
1527 r = amdgpu_device_resize_fb_bar(adev);
1531 adev->gmc.aper_base = pci_resource_start(adev->pdev, 0);
1532 adev->gmc.aper_size = pci_resource_len(adev->pdev, 0);
1534 #ifdef CONFIG_X86_64
1536 * AMD Accelerated Processing Platform (APP) supporting GPU-HOST xgmi
1537 * interface can use VRAM through here as it appears system reserved
1538 * memory in host address space.
1540 * For APUs, VRAM is just the stolen system memory and can be accessed
1543 * Otherwise, use the legacy Host Data Path (HDP) through PCIe BAR.
1546 /* check whether both host-gpu and gpu-gpu xgmi links exist */
1547 if (((adev->flags & AMD_IS_APU) && !amdgpu_passthrough(adev)) ||
1548 (adev->gmc.xgmi.supported &&
1549 adev->gmc.xgmi.connected_to_cpu)) {
1550 adev->gmc.aper_base =
1551 adev->gfxhub.funcs->get_mc_fb_offset(adev) +
1552 adev->gmc.xgmi.physical_node_id *
1553 adev->gmc.xgmi.node_segment_size;
1554 adev->gmc.aper_size = adev->gmc.real_vram_size;
1558 adev->gmc.visible_vram_size = adev->gmc.aper_size;
1560 /* set the gart size */
1561 if (amdgpu_gart_size == -1) {
1562 switch (adev->ip_versions[GC_HWIP][0]) {
1563 case IP_VERSION(9, 0, 1): /* all engines support GPUVM */
1564 case IP_VERSION(9, 2, 1): /* all engines support GPUVM */
1565 case IP_VERSION(9, 4, 0):
1566 case IP_VERSION(9, 4, 1):
1567 case IP_VERSION(9, 4, 2):
1569 adev->gmc.gart_size = 512ULL << 20;
1571 case IP_VERSION(9, 1, 0): /* DCE SG support */
1572 case IP_VERSION(9, 2, 2): /* DCE SG support */
1573 case IP_VERSION(9, 3, 0):
1574 adev->gmc.gart_size = 1024ULL << 20;
1578 adev->gmc.gart_size = (u64)amdgpu_gart_size << 20;
1581 adev->gmc.gart_size += adev->pm.smu_prv_buffer_size;
1583 gmc_v9_0_vram_gtt_location(adev, &adev->gmc);
1588 static int gmc_v9_0_gart_init(struct amdgpu_device *adev)
1592 if (adev->gart.bo) {
1593 WARN(1, "VEGA10 PCIE GART already initialized\n");
1597 if (adev->gmc.xgmi.connected_to_cpu) {
1598 adev->gmc.vmid0_page_table_depth = 1;
1599 adev->gmc.vmid0_page_table_block_size = 12;
1601 adev->gmc.vmid0_page_table_depth = 0;
1602 adev->gmc.vmid0_page_table_block_size = 0;
1605 /* Initialize common gart structure */
1606 r = amdgpu_gart_init(adev);
1609 adev->gart.table_size = adev->gart.num_gpu_pages * 8;
1610 adev->gart.gart_pte_flags = AMDGPU_PTE_MTYPE_VG10(MTYPE_UC) |
1611 AMDGPU_PTE_EXECUTABLE;
1613 r = amdgpu_gart_table_vram_alloc(adev);
1617 if (adev->gmc.xgmi.connected_to_cpu) {
1618 r = amdgpu_gmc_pdb0_alloc(adev);
1625 * gmc_v9_0_save_registers - saves regs
1627 * @adev: amdgpu_device pointer
1629 * This saves potential register values that should be
1630 * restored upon resume
1632 static void gmc_v9_0_save_registers(struct amdgpu_device *adev)
1634 if ((adev->ip_versions[DCE_HWIP][0] == IP_VERSION(1, 0, 0)) ||
1635 (adev->ip_versions[DCE_HWIP][0] == IP_VERSION(1, 0, 1)))
1636 adev->gmc.sdpif_register = RREG32_SOC15(DCE, 0, mmDCHUBBUB_SDPIF_MMIO_CNTRL_0);
1639 static int gmc_v9_0_sw_init(void *handle)
1641 int r, vram_width = 0, vram_type = 0, vram_vendor = 0, dma_addr_bits;
1642 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1644 adev->gfxhub.funcs->init(adev);
1646 adev->mmhub.funcs->init(adev);
1647 if (adev->mca.funcs)
1648 adev->mca.funcs->init(adev);
1650 spin_lock_init(&adev->gmc.invalidate_lock);
1652 r = amdgpu_atomfirmware_get_vram_info(adev,
1653 &vram_width, &vram_type, &vram_vendor);
1654 if (amdgpu_sriov_vf(adev))
1655 /* For Vega10 SR-IOV, vram_width can't be read from ATOM as RAVEN,
1656 * and DF related registers is not readable, seems hardcord is the
1657 * only way to set the correct vram_width
1659 adev->gmc.vram_width = 2048;
1660 else if (amdgpu_emu_mode != 1)
1661 adev->gmc.vram_width = vram_width;
1663 if (!adev->gmc.vram_width) {
1664 int chansize, numchan;
1666 /* hbm memory channel size */
1667 if (adev->flags & AMD_IS_APU)
1671 if (adev->df.funcs &&
1672 adev->df.funcs->get_hbm_channel_number) {
1673 numchan = adev->df.funcs->get_hbm_channel_number(adev);
1674 adev->gmc.vram_width = numchan * chansize;
1678 adev->gmc.vram_type = vram_type;
1679 adev->gmc.vram_vendor = vram_vendor;
1680 switch (adev->ip_versions[GC_HWIP][0]) {
1681 case IP_VERSION(9, 1, 0):
1682 case IP_VERSION(9, 2, 2):
1683 adev->num_vmhubs = 2;
1685 if (adev->rev_id == 0x0 || adev->rev_id == 0x1) {
1686 amdgpu_vm_adjust_size(adev, 256 * 1024, 9, 3, 48);
1688 /* vm_size is 128TB + 512GB for legacy 3-level page support */
1689 amdgpu_vm_adjust_size(adev, 128 * 1024 + 512, 9, 2, 48);
1690 adev->gmc.translate_further =
1691 adev->vm_manager.num_level > 1;
1694 case IP_VERSION(9, 0, 1):
1695 case IP_VERSION(9, 2, 1):
1696 case IP_VERSION(9, 4, 0):
1697 case IP_VERSION(9, 3, 0):
1698 case IP_VERSION(9, 4, 2):
1699 adev->num_vmhubs = 2;
1703 * To fulfill 4-level page support,
1704 * vm size is 256TB (48bit), maximum size of Vega10,
1705 * block size 512 (9bit)
1707 /* sriov restrict max_pfn below AMDGPU_GMC_HOLE */
1708 if (amdgpu_sriov_vf(adev))
1709 amdgpu_vm_adjust_size(adev, 256 * 1024, 9, 3, 47);
1711 amdgpu_vm_adjust_size(adev, 256 * 1024, 9, 3, 48);
1712 if (adev->ip_versions[GC_HWIP][0] == IP_VERSION(9, 4, 2))
1713 adev->gmc.translate_further = adev->vm_manager.num_level > 1;
1715 case IP_VERSION(9, 4, 1):
1716 adev->num_vmhubs = 3;
1718 /* Keep the vm size same with Vega20 */
1719 amdgpu_vm_adjust_size(adev, 256 * 1024, 9, 3, 48);
1720 adev->gmc.translate_further = adev->vm_manager.num_level > 1;
1726 /* This interrupt is VMC page fault.*/
1727 r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_VMC, VMC_1_0__SRCID__VM_FAULT,
1728 &adev->gmc.vm_fault);
1732 if (adev->ip_versions[GC_HWIP][0] == IP_VERSION(9, 4, 1)) {
1733 r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_VMC1, VMC_1_0__SRCID__VM_FAULT,
1734 &adev->gmc.vm_fault);
1739 r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_UTCL2, UTCL2_1_0__SRCID__FAULT,
1740 &adev->gmc.vm_fault);
1745 if (!amdgpu_sriov_vf(adev) &&
1746 !adev->gmc.xgmi.connected_to_cpu) {
1747 /* interrupt sent to DF. */
1748 r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_DF, 0,
1749 &adev->gmc.ecc_irq);
1754 /* Set the internal MC address mask
1755 * This is the max address of the GPU's
1756 * internal address space.
1758 adev->gmc.mc_mask = 0xffffffffffffULL; /* 48 bit MC */
1760 dma_addr_bits = adev->ip_versions[GC_HWIP][0] == IP_VERSION(9, 4, 2) ? 48:44;
1761 r = dma_set_mask_and_coherent(adev->dev, DMA_BIT_MASK(dma_addr_bits));
1763 printk(KERN_WARNING "amdgpu: No suitable DMA available.\n");
1766 adev->need_swiotlb = drm_need_swiotlb(dma_addr_bits);
1768 r = gmc_v9_0_mc_init(adev);
1772 amdgpu_gmc_get_vbios_allocations(adev);
1774 /* Memory manager */
1775 r = amdgpu_bo_init(adev);
1779 r = gmc_v9_0_gart_init(adev);
1785 * VMID 0 is reserved for System
1786 * amdgpu graphics/compute will use VMIDs 1..n-1
1787 * amdkfd will use VMIDs n..15
1789 * The first KFD VMID is 8 for GPUs with graphics, 3 for
1790 * compute-only GPUs. On compute-only GPUs that leaves 2 VMIDs
1791 * for video processing.
1793 adev->vm_manager.first_kfd_vmid =
1794 (adev->ip_versions[GC_HWIP][0] == IP_VERSION(9, 4, 1) ||
1795 adev->ip_versions[GC_HWIP][0] == IP_VERSION(9, 4, 2)) ? 3 : 8;
1797 amdgpu_vm_manager_init(adev);
1799 gmc_v9_0_save_registers(adev);
1804 static int gmc_v9_0_sw_fini(void *handle)
1806 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1808 amdgpu_gmc_ras_fini(adev);
1809 amdgpu_gem_force_release(adev);
1810 amdgpu_vm_manager_fini(adev);
1811 amdgpu_gart_table_vram_free(adev);
1812 amdgpu_bo_free_kernel(&adev->gmc.pdb0_bo, NULL, &adev->gmc.ptr_pdb0);
1813 amdgpu_bo_fini(adev);
1818 static void gmc_v9_0_init_golden_registers(struct amdgpu_device *adev)
1821 switch (adev->ip_versions[MMHUB_HWIP][0]) {
1822 case IP_VERSION(9, 0, 0):
1823 if (amdgpu_sriov_vf(adev))
1826 case IP_VERSION(9, 4, 0):
1827 soc15_program_register_sequence(adev,
1828 golden_settings_mmhub_1_0_0,
1829 ARRAY_SIZE(golden_settings_mmhub_1_0_0));
1830 soc15_program_register_sequence(adev,
1831 golden_settings_athub_1_0_0,
1832 ARRAY_SIZE(golden_settings_athub_1_0_0));
1834 case IP_VERSION(9, 1, 0):
1835 case IP_VERSION(9, 2, 0):
1836 /* TODO for renoir */
1837 soc15_program_register_sequence(adev,
1838 golden_settings_athub_1_0_0,
1839 ARRAY_SIZE(golden_settings_athub_1_0_0));
1847 * gmc_v9_0_restore_registers - restores regs
1849 * @adev: amdgpu_device pointer
1851 * This restores register values, saved at suspend.
1853 void gmc_v9_0_restore_registers(struct amdgpu_device *adev)
1855 if ((adev->ip_versions[DCE_HWIP][0] == IP_VERSION(1, 0, 0)) ||
1856 (adev->ip_versions[DCE_HWIP][0] == IP_VERSION(1, 0, 1))) {
1857 WREG32_SOC15(DCE, 0, mmDCHUBBUB_SDPIF_MMIO_CNTRL_0, adev->gmc.sdpif_register);
1858 WARN_ON(adev->gmc.sdpif_register !=
1859 RREG32_SOC15(DCE, 0, mmDCHUBBUB_SDPIF_MMIO_CNTRL_0));
1864 * gmc_v9_0_gart_enable - gart enable
1866 * @adev: amdgpu_device pointer
1868 static int gmc_v9_0_gart_enable(struct amdgpu_device *adev)
1872 if (adev->gmc.xgmi.connected_to_cpu)
1873 amdgpu_gmc_init_pdb0(adev);
1875 if (adev->gart.bo == NULL) {
1876 dev_err(adev->dev, "No VRAM object for PCIE GART.\n");
1880 amdgpu_gtt_mgr_recover(&adev->mman.gtt_mgr);
1882 if (!adev->in_s0ix) {
1883 r = adev->gfxhub.funcs->gart_enable(adev);
1888 r = adev->mmhub.funcs->gart_enable(adev);
1892 DRM_INFO("PCIE GART of %uM enabled.\n",
1893 (unsigned)(adev->gmc.gart_size >> 20));
1894 if (adev->gmc.pdb0_bo)
1895 DRM_INFO("PDB0 located at 0x%016llX\n",
1896 (unsigned long long)amdgpu_bo_gpu_offset(adev->gmc.pdb0_bo));
1897 DRM_INFO("PTB located at 0x%016llX\n",
1898 (unsigned long long)amdgpu_bo_gpu_offset(adev->gart.bo));
1903 static int gmc_v9_0_hw_init(void *handle)
1905 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1909 /* The sequence of these two function calls matters.*/
1910 gmc_v9_0_init_golden_registers(adev);
1912 if (adev->mode_info.num_crtc) {
1913 /* Lockout access through VGA aperture*/
1914 WREG32_FIELD15(DCE, 0, VGA_HDP_CONTROL, VGA_MEMORY_DISABLE, 1);
1915 /* disable VGA render */
1916 WREG32_FIELD15(DCE, 0, VGA_RENDER_CONTROL, VGA_VSTATUS_CNTL, 0);
1919 if (adev->mmhub.funcs->update_power_gating)
1920 adev->mmhub.funcs->update_power_gating(adev, true);
1922 adev->hdp.funcs->init_registers(adev);
1924 /* After HDP is initialized, flush HDP.*/
1925 adev->hdp.funcs->flush_hdp(adev, NULL);
1927 if (amdgpu_vm_fault_stop == AMDGPU_VM_FAULT_STOP_ALWAYS)
1932 if (!amdgpu_sriov_vf(adev)) {
1934 adev->gfxhub.funcs->set_fault_enable_default(adev, value);
1935 adev->mmhub.funcs->set_fault_enable_default(adev, value);
1937 for (i = 0; i < adev->num_vmhubs; ++i) {
1938 if (adev->in_s0ix && (i == AMDGPU_GFXHUB_0))
1940 gmc_v9_0_flush_gpu_tlb(adev, 0, i, 0);
1943 if (adev->umc.funcs && adev->umc.funcs->init_registers)
1944 adev->umc.funcs->init_registers(adev);
1946 r = gmc_v9_0_gart_enable(adev);
1950 if (amdgpu_emu_mode == 1)
1951 return amdgpu_gmc_vram_checking(adev);
1957 * gmc_v9_0_gart_disable - gart disable
1959 * @adev: amdgpu_device pointer
1961 * This disables all VM page table.
1963 static void gmc_v9_0_gart_disable(struct amdgpu_device *adev)
1966 adev->gfxhub.funcs->gart_disable(adev);
1967 adev->mmhub.funcs->gart_disable(adev);
1970 static int gmc_v9_0_hw_fini(void *handle)
1972 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1974 gmc_v9_0_gart_disable(adev);
1976 if (amdgpu_sriov_vf(adev)) {
1977 /* full access mode, so don't touch any GMC register */
1978 DRM_DEBUG("For SRIOV client, shouldn't do anything.\n");
1983 * Pair the operations did in gmc_v9_0_hw_init and thus maintain
1984 * a correct cached state for GMC. Otherwise, the "gate" again
1985 * operation on S3 resuming will fail due to wrong cached state.
1987 if (adev->mmhub.funcs->update_power_gating)
1988 adev->mmhub.funcs->update_power_gating(adev, false);
1990 amdgpu_irq_put(adev, &adev->gmc.ecc_irq, 0);
1991 amdgpu_irq_put(adev, &adev->gmc.vm_fault, 0);
1996 static int gmc_v9_0_suspend(void *handle)
1998 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
2000 return gmc_v9_0_hw_fini(adev);
2003 static int gmc_v9_0_resume(void *handle)
2006 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
2008 r = gmc_v9_0_hw_init(adev);
2012 amdgpu_vmid_reset_all(adev);
2017 static bool gmc_v9_0_is_idle(void *handle)
2019 /* MC is always ready in GMC v9.*/
2023 static int gmc_v9_0_wait_for_idle(void *handle)
2025 /* There is no need to wait for MC idle in GMC v9.*/
2029 static int gmc_v9_0_soft_reset(void *handle)
2031 /* XXX for emulation.*/
2035 static int gmc_v9_0_set_clockgating_state(void *handle,
2036 enum amd_clockgating_state state)
2038 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
2040 adev->mmhub.funcs->set_clockgating(adev, state);
2042 athub_v1_0_set_clockgating(adev, state);
2047 static void gmc_v9_0_get_clockgating_state(void *handle, u64 *flags)
2049 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
2051 adev->mmhub.funcs->get_clockgating(adev, flags);
2053 athub_v1_0_get_clockgating(adev, flags);
2056 static int gmc_v9_0_set_powergating_state(void *handle,
2057 enum amd_powergating_state state)
2062 const struct amd_ip_funcs gmc_v9_0_ip_funcs = {
2064 .early_init = gmc_v9_0_early_init,
2065 .late_init = gmc_v9_0_late_init,
2066 .sw_init = gmc_v9_0_sw_init,
2067 .sw_fini = gmc_v9_0_sw_fini,
2068 .hw_init = gmc_v9_0_hw_init,
2069 .hw_fini = gmc_v9_0_hw_fini,
2070 .suspend = gmc_v9_0_suspend,
2071 .resume = gmc_v9_0_resume,
2072 .is_idle = gmc_v9_0_is_idle,
2073 .wait_for_idle = gmc_v9_0_wait_for_idle,
2074 .soft_reset = gmc_v9_0_soft_reset,
2075 .set_clockgating_state = gmc_v9_0_set_clockgating_state,
2076 .set_powergating_state = gmc_v9_0_set_powergating_state,
2077 .get_clockgating_state = gmc_v9_0_get_clockgating_state,
2080 const struct amdgpu_ip_block_version gmc_v9_0_ip_block =
2082 .type = AMD_IP_BLOCK_TYPE_GMC,
2086 .funcs = &gmc_v9_0_ip_funcs,