/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_drv.c | 1850 {0x1002, 0x6860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1851 {0x1002, 0x6861, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1852 {0x1002, 0x6862, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1853 {0x1002, 0x6863, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1854 {0x1002, 0x6864, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1855 {0x1002, 0x6867, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1856 {0x1002, 0x6868, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1857 {0x1002, 0x6869, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1858 {0x1002, 0x686a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1859 {0x1002, 0x686b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, [all …]
|
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()
|
D | amdgpu_gmc.c | 131 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_gmc_pd_addr() 637 case CHIP_VEGA10: in amdgpu_gmc_get_vbios_allocations()
|
D | psp_v3_1.c | 66 case CHIP_VEGA10: in psp_v3_1_init_microcode()
|
D | amdgpu_bios.c | 464 adev->is_atom_fw = (adev->asic_type >= CHIP_VEGA10) ? true : false; in amdgpu_get_bios()
|
D | amdgpu_cgs.c | 394 case CHIP_VEGA10: in amdgpu_cgs_get_firmware_info()
|
D | amdgpu_virt.c | 703 case CHIP_VEGA10: in amdgpu_detect_virtualization() 743 case CHIP_VEGA10: in amdgpu_detect_virtualization()
|
D | gfxhub_v1_0.c | 100 if (!amdgpu_sriov_vf(adev) || adev->asic_type <= CHIP_VEGA10) { in gfxhub_v1_0_init_system_aperture_regs()
|
D | amdgpu_uvd.c | 247 case CHIP_VEGA10: in amdgpu_uvd_sw_init() 1140 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_uvd_send_msg()
|
D | amdgpu_amdkfd.c | 190 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_amdkfd_device_init()
|
D | mmhub_v1_0.c | 533 case CHIP_VEGA10: in mmhub_v1_0_set_clockgating()
|
D | amdgpu_kms.c | 168 case CHIP_VEGA10: in amdgpu_driver_load_kms() 487 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_hw_ip_info()
|
D | amdgpu_vce.c | 147 case CHIP_VEGA10: in amdgpu_vce_sw_init()
|
D | amdgpu_ras.c | 2289 return adev->asic_type == CHIP_VEGA10 || in amdgpu_ras_asic_supported() 2430 if (!adev->ras_enabled || adev->asic_type == CHIP_VEGA10) { in amdgpu_ras_init()
|
D | soc15.c | 706 case CHIP_VEGA10: in soc15_reg_base_init()
|
D | amdgpu_device.c | 1066 if (adev->asic_type >= CHIP_VEGA10) in amdgpu_device_doorbell_init() 1950 case CHIP_VEGA10: in amdgpu_device_parse_gpu_info_fw() 2256 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_device_fw_loading()
|
D | amdgpu_vm.c | 2297 adev->vm_manager.concurrent_flush = !(adev->asic_type < CHIP_VEGA10 || in amdgpu_vm_manager_init()
|
D | amdgpu_amdkfd_gpuvm.c | 1577 if (adev->asic_type < CHIP_VEGA10) in amdgpu_amdkfd_gpuvm_get_process_page_dir()
|
D | amdgpu_discovery.c | 1966 case CHIP_VEGA10: in amdgpu_discovery_set_ip_blocks()
|
/Linux-v6.1/include/drm/ |
D | amd_asic_type.h | 48 CHIP_VEGA10, /* 19 */ enumerator
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | hwmgr.c | 158 case CHIP_VEGA10: in hwmgr_early_init()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 1840 case CHIP_VEGA10: in load_dmcu_fw() 4400 case CHIP_VEGA10: in amdgpu_dm_initialize_drm_device() 4577 case CHIP_VEGA10: in dm_early_init()
|