Home
last modified time | relevance | path

Searched refs:CHIP_VEGA10 (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_drv.c1752 {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 Dathub_v1_0.c72 case CHIP_VEGA10: in athub_v1_0_set_clockgating()
A Damdgpu_gmc.c128 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 Damdgpu_virt.c680 case CHIP_VEGA10: in amdgpu_detect_virtualization()
712 case CHIP_VEGA10: in amdgpu_detect_virtualization()
A Dpsp_v3_1.c65 case CHIP_VEGA10: in psp_v3_1_init_microcode()
A Damdgpu_bios.c464 adev->is_atom_fw = (adev->asic_type >= CHIP_VEGA10) ? true : false; in amdgpu_get_bios()
A Damdgpu_vm.c886 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 Damdgpu_cgs.c394 case CHIP_VEGA10: in amdgpu_cgs_get_firmware_info()
A Dgfxhub_v1_0.c100 if (!amdgpu_sriov_vf(adev) || adev->asic_type <= CHIP_VEGA10) { in gfxhub_v1_0_init_system_aperture_regs()
A Damdgpu_uvd.c246 case CHIP_VEGA10: in amdgpu_uvd_sw_init()
1139 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_uvd_send_msg()
A Damdgpu_device.c1051 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 Damdgpu_amdkfd.c163 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_amdkfd_device_init()
A Dmmhub_v1_0.c532 case CHIP_VEGA10: in mmhub_v1_0_set_clockgating()
A Damdgpu_ucode.c392 case CHIP_VEGA10: in amdgpu_ucode_get_load_type()
A Damdgpu_ras.c2162 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 Damd_asic_type.h48 CHIP_VEGA10, /* 19 */ enumerator
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_flat_memory.c409 case CHIP_VEGA10: in kfd_init_apertures()
A Dkfd_device.c293 .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 Dkfd_packet_manager.c239 case CHIP_VEGA10: in pm_init()
A Dkfd_topology.c1432 case CHIP_VEGA10: in kfd_topology_add_device()
1485 if (adev->asic_type != CHIP_VEGA10) in kfd_topology_add_device()
A Dkfd_priv.h186 #define KFD_IS_SOC15(chip) ((chip) >= CHIP_VEGA10)
A Dkfd_device_queue_manager.c253 if (dqm->dev->device_info->asic_family >= CHIP_VEGA10 && in allocate_vmid()
1955 case CHIP_VEGA10: in device_queue_manager_init()
A Dkfd_migrate.c941 if (kfddev->device_info->asic_family < CHIP_VEGA10) in svm_migrate_init()
/linux/drivers/gpu/drm/amd/pm/
A Damdgpu_pm.c2057 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 Dhwmgr.c158 case CHIP_VEGA10: in hwmgr_early_init()

Completed in 70 milliseconds

12