/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_drv.c | 1894 {0x1002, 0x6860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1895 {0x1002, 0x6861, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1896 {0x1002, 0x6862, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1897 {0x1002, 0x6863, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1898 {0x1002, 0x6864, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1899 {0x1002, 0x6867, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1900 {0x1002, 0x6868, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1901 {0x1002, 0x6869, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1902 {0x1002, 0x686a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1903 {0x1002, 0x686b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, [all …]
|
A D | amdgpu_vm_pt.c | 469 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_vm_pt_clear() 789 } else if (params->adev->asic_type >= CHIP_VEGA10 && in amdgpu_vm_pte_update_flags() 840 if (params->adev->asic_type < CHIP_VEGA10) in amdgpu_vm_pte_fragment() 913 } else if (adev->asic_type < CHIP_VEGA10 && in amdgpu_vm_ptes_update()
|
A D | amdgpu_gmc.c | 132 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_gmc_pd_addr() 648 case CHIP_VEGA10: in amdgpu_gmc_get_vbios_allocations()
|
A D | amdgpu_bios.c | 465 adev->is_atom_fw = (adev->asic_type >= CHIP_VEGA10) ? true : false; in amdgpu_get_bios()
|
A D | amdgpu_cgs.c | 394 case CHIP_VEGA10: in amdgpu_cgs_get_firmware_info()
|
A D | amdgpu_virt.c | 723 case CHIP_VEGA10: in amdgpu_detect_virtualization() 763 case CHIP_VEGA10: in amdgpu_detect_virtualization()
|
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 | 247 case CHIP_VEGA10: in amdgpu_uvd_sw_init() 1137 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_uvd_send_msg()
|
A D | amdgpu_amdkfd.c | 190 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_amdkfd_device_init()
|
A D | mmhub_v1_0.c | 533 case CHIP_VEGA10: in mmhub_v1_0_set_clockgating()
|
A D | amdgpu_kms.c | 170 case CHIP_VEGA10: in amdgpu_driver_load_kms() 489 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_hw_ip_info()
|
A D | amdgpu_vce.c | 147 case CHIP_VEGA10: in amdgpu_vce_sw_init()
|
A D | amdgpu_ras.c | 2359 return adev->asic_type == CHIP_VEGA10 || in amdgpu_ras_asic_supported() 2534 if (!adev->ras_enabled || adev->asic_type == CHIP_VEGA10) { in amdgpu_ras_init()
|
A D | amdgpu_ucode.c | 1068 case CHIP_VEGA10: in amdgpu_ucode_legacy_naming()
|
A D | soc15.c | 707 case CHIP_VEGA10: in soc15_reg_base_init()
|
A D | amdgpu_device.c | 1072 if (adev->asic_type >= CHIP_VEGA10) in amdgpu_device_doorbell_init() 1966 case CHIP_VEGA10: in amdgpu_device_parse_gpu_info_fw() 2269 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_device_fw_loading()
|
A D | amdgpu_vm.c | 2306 adev->vm_manager.concurrent_flush = !(adev->asic_type < CHIP_VEGA10 || in amdgpu_vm_manager_init()
|
A D | amdgpu_amdkfd_gpuvm.c | 1538 if (adev->asic_type < CHIP_VEGA10) in amdgpu_amdkfd_gpuvm_get_process_page_dir()
|
A D | amdgpu_discovery.c | 2000 case CHIP_VEGA10: in amdgpu_discovery_set_ip_blocks()
|
/linux-6.3-rc2/include/drm/ |
A D | amd_asic_type.h | 48 CHIP_VEGA10, /* 19 */ enumerator
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | hwmgr.c | 158 case CHIP_VEGA10: in hwmgr_early_init()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm.c | 1934 case CHIP_VEGA10: in load_dmcu_fw() 4478 case CHIP_VEGA10: in amdgpu_dm_initialize_drm_device() 4721 case CHIP_VEGA10: in dm_early_init()
|