/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ ! |
D | amdgpu_drv.c | 1877 {0x1002, 0x6860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1878 {0x1002, 0x6861, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1879 {0x1002, 0x6862, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1880 {0x1002, 0x6863, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1881 {0x1002, 0x6864, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1882 {0x1002, 0x6867, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1883 {0x1002, 0x6868, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1884 {0x1002, 0x6869, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1885 {0x1002, 0x686a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, 1886 {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() 823 } else if (adev->asic_type >= CHIP_VEGA10 && in amdgpu_vm_pte_update_flags() 899 if (params->adev->asic_type < CHIP_VEGA10) in amdgpu_vm_pte_fragment() 972 } else if (adev->asic_type < CHIP_VEGA10 && in amdgpu_vm_ptes_update()
|
D | amdgpu_doorbell_mgr.c | 221 if (adev->asic_type >= CHIP_VEGA10) in amdgpu_doorbell_init()
|
D | amdgpu_gmc.c | 132 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_gmc_pd_addr() 708 case CHIP_VEGA10: in amdgpu_gmc_get_vbios_allocations()
|
D | amdgpu_bios.c | 468 adev->is_atom_fw = adev->asic_type >= CHIP_VEGA10; in amdgpu_get_bios()
|
D | amdgpu_cgs.c | 394 case CHIP_VEGA10: in amdgpu_cgs_get_firmware_info()
|
D | amdgpu_virt.c | 723 case CHIP_VEGA10: in amdgpu_detect_virtualization() 763 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() 1137 if (adev->asic_type >= CHIP_VEGA10) in amdgpu_uvd_send_msg()
|
D | amdgpu_amdkfd.c | 191 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_amdkfd_device_init()
|
D | gfxhub_v1_2.c | 137 if (!amdgpu_sriov_vf(adev) || adev->asic_type <= CHIP_VEGA10) { in gfxhub_v1_2_xcc_init_system_aperture_regs()
|
D | mmhub_v1_0.c | 535 case CHIP_VEGA10: in mmhub_v1_0_set_clockgating()
|
D | amdgpu_kms.c | 170 case CHIP_VEGA10: in amdgpu_driver_load_kms() 490 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 | 2426 return adev->asic_type == CHIP_VEGA10 || in amdgpu_ras_asic_supported() 2617 if (!adev->ras_enabled || adev->asic_type == CHIP_VEGA10) { in amdgpu_ras_init()
|
D | soc15.c | 667 case CHIP_VEGA10: in soc15_reg_base_init()
|
D | amdgpu_ucode.c | 1067 case CHIP_VEGA10: in amdgpu_ucode_legacy_naming()
|
D | amdgpu_device.c | 1906 case CHIP_VEGA10: in amdgpu_device_parse_gpu_info_fw() 2212 if (adev->asic_type >= CHIP_VEGA10) { in amdgpu_device_fw_loading()
|
D | amdgpu_vm.c | 2404 adev->vm_manager.concurrent_flush = !(adev->asic_type < CHIP_VEGA10 || in amdgpu_vm_manager_init()
|
D | amdgpu_amdkfd_gpuvm.c | 1557 if (adev->asic_type < CHIP_VEGA10) in amdgpu_amdkfd_gpuvm_get_process_page_dir()
|
D | amdgpu_discovery.c | 2159 case CHIP_VEGA10: in amdgpu_discovery_set_ip_blocks()
|
/linux-6.6.21/include/drm/ ! |
D | amd_asic_type.h | 48 CHIP_VEGA10, /* 19 */ enumerator
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ ! |
D | hwmgr.c | 158 case CHIP_VEGA10: in hwmgr_early_init()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/ ! |
D | amdgpu_dm.c | 1984 case CHIP_VEGA10: in load_dmcu_fw() 4540 case CHIP_VEGA10: in amdgpu_dm_initialize_drm_device() 4782 case CHIP_VEGA10: in dm_early_init()
|