/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_drv.c | 1752 {0x1002, 0x6860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1753 {0x1002, 0x6861, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1754 {0x1002, 0x6862, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1755 {0x1002, 0x6863, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1756 {0x1002, 0x6864, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1757 {0x1002, 0x6867, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1758 {0x1002, 0x6868, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1759 {0x1002, 0x6869, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1760 {0x1002, 0x686a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1761 {0x1002, 0x686b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, [all …]
|
A D | athub_v1_0.c | 72 case CHIP_VEGA10: in athub_v1_0_set_clockgating()
|
A D | amdgpu_gmc.c | 128 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_gmc_pd_addr() 613 case CHIP_VEGA10: in amdgpu_gmc_noretry_set() 685 case CHIP_VEGA10: in amdgpu_gmc_get_vbios_allocations()
|
A D | amdgpu_virt.c | 680 case CHIP_VEGA10: in amdgpu_detect_virtualization() 712 case CHIP_VEGA10: in amdgpu_detect_virtualization()
|
A D | psp_v3_1.c | 65 case CHIP_VEGA10: in psp_v3_1_init_microcode()
|
A D | amdgpu_bios.c | 464 adev->is_atom_fw = (adev->asic_type >= CHIP_VEGA10) ? true : false; in amdgpu_get_bios()
|
A D | amdgpu_vm.c | 886 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_vm_clear_bo() 1452 } else if (params->adev->asic_type >= CHIP_VEGA10 && in amdgpu_vm_update_flags() 1503 if (params->adev->asic_type < CHIP_VEGA10) in amdgpu_vm_fragment() 1575 } else if (adev->asic_type < CHIP_VEGA10 && in amdgpu_vm_update_ptes() 3215 adev->vm_manager.concurrent_flush = !(adev->asic_type < CHIP_VEGA10 || in amdgpu_vm_manager_init()
|
A D | amdgpu_cgs.c | 394 case CHIP_VEGA10: in amdgpu_cgs_get_firmware_info()
|
A D | gfxhub_v1_0.c | 100 if (!amdgpu_sriov_vf(adev) || adev->asic_type <= CHIP_VEGA10) { in gfxhub_v1_0_init_system_aperture_regs()
|
A D | amdgpu_uvd.c | 246 case CHIP_VEGA10: in amdgpu_uvd_sw_init() 1139 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_uvd_send_msg()
|
A D | amdgpu_device.c | 1051 if (adev->asic_type >= CHIP_VEGA10) in amdgpu_device_doorbell_init() 1938 case CHIP_VEGA10: in amdgpu_device_parse_gpu_info_fw() 2248 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_device_fw_loading() 3213 case CHIP_VEGA10: in amdgpu_device_asic_has_dc_support() 4400 case CHIP_VEGA10: in amdgpu_device_should_recover_gpu()
|
A D | amdgpu_amdkfd.c | 163 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_amdkfd_device_init()
|
A D | mmhub_v1_0.c | 532 case CHIP_VEGA10: in mmhub_v1_0_set_clockgating()
|
A D | amdgpu_ucode.c | 392 case CHIP_VEGA10: in amdgpu_ucode_get_load_type()
|
A D | amdgpu_ras.c | 2162 return adev->asic_type == CHIP_VEGA10 || in amdgpu_ras_asic_supported() 2290 if (!adev->ras_enabled || adev->asic_type == CHIP_VEGA10) { in amdgpu_ras_init()
|
/linux/include/drm/ |
A D | amd_asic_type.h | 48 CHIP_VEGA10, /* 19 */ enumerator
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_flat_memory.c | 409 case CHIP_VEGA10: in kfd_init_apertures()
|
A D | kfd_device.c | 293 .asic_family = CHIP_VEGA10, 312 .asic_family = CHIP_VEGA10, 848 if (kfd->device_info->asic_family < CHIP_VEGA10) { in kfd_cwsr_init() 886 || (kfd->device_info->asic_family == CHIP_VEGA10 in kfd_gws_init()
|
A D | kfd_packet_manager.c | 239 case CHIP_VEGA10: in pm_init()
|
A D | kfd_topology.c | 1432 case CHIP_VEGA10: in kfd_topology_add_device() 1485 if (adev->asic_type != CHIP_VEGA10) in kfd_topology_add_device()
|
A D | kfd_priv.h | 186 #define KFD_IS_SOC15(chip) ((chip) >= CHIP_VEGA10)
|
A D | kfd_device_queue_manager.c | 253 if (dqm->dev->device_info->asic_family >= CHIP_VEGA10 && in allocate_vmid() 1955 case CHIP_VEGA10: in device_queue_manager_init()
|
A D | kfd_migrate.c | 941 if (kfddev->device_info->asic_family < CHIP_VEGA10) in svm_migrate_init()
|
/linux/drivers/gpu/drm/amd/pm/ |
A D | amdgpu_pm.c | 2057 if (asic_type < CHIP_VEGA10) in default_attr_update() 2060 if (asic_type < CHIP_VEGA10 || in default_attr_update() 2074 if (adev->flags & AMD_IS_APU || asic_type == CHIP_VEGA10) in default_attr_update() 2081 if (asic_type != CHIP_VEGA10 && in default_attr_update() 2086 if (adev->flags & AMD_IS_APU || asic_type < CHIP_VEGA10) in default_attr_update() 3427 adev->asic_type < CHIP_VEGA10) && in hwmon_attributes_visible()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | hwmgr.c | 158 case CHIP_VEGA10: in hwmgr_early_init()
|