Searched refs:CHIP_ALDEBARAN (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfxhub_v1_1.c | 52 if (adev->asic_type == CHIP_ALDEBARAN) { in gfxhub_v1_1_get_xgmi_info() 79 case CHIP_ALDEBARAN: in gfxhub_v1_1_get_xgmi_info() 94 if (adev->asic_type == CHIP_ALDEBARAN) { in gfxhub_v1_1_get_xgmi_info()
|
| H A D | amdgpu_drv.c | 2176 {0x1002, 0x7408, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN}, 2177 {0x1002, 0x740C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN}, 2178 {0x1002, 0x740F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN}, 2179 {0x1002, 0x7410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN},
|
| H A D | amdgpu_virt.c | 72 if (adev->asic_type != CHIP_ALDEBARAN && in amdgpu_virt_init_setting() 837 case CHIP_ALDEBARAN: in amdgpu_virt_init_detect_asic() 885 case CHIP_ALDEBARAN: in amdgpu_virt_init_req_data()
|
| H A D | amdgpu_psp.h | 38 #define PSP_TMR_SIZE(adev) ((adev)->asic_type == CHIP_ALDEBARAN ? 0x800000 : 0x400000)
|
| H A D | soc15.c | 732 case CHIP_ALDEBARAN: in soc15_reg_base_init()
|
| H A D | amdgpu_discovery.c | 465 case CHIP_ALDEBARAN: in amdgpu_discovery_get_fw_name() 2797 case CHIP_ALDEBARAN: in amdgpu_discovery_set_ip_blocks()
|
| H A D | amdgpu_ras.c | 3896 if ((adev->asic_type == CHIP_ALDEBARAN) && in amdgpu_ras_recovery_init() 3997 adev->asic_type == CHIP_ALDEBARAN || in amdgpu_ras_asic_supported()
|
| H A D | amdgpu_device.c | 3558 adev->asic_type == CHIP_ALDEBARAN)) in amdgpu_device_ip_late_init()
|
| /linux/include/drm/ |
| H A D | amd_asic_type.h | 57 CHIP_ALDEBARAN, /* 25 */ enumerator
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | cwsr_trap_handler_gfx9.asm | 48 #define CHIP_ALDEBARAN 25 macro 54 var SINGLE_STEP_MISSED_WORKAROUND = (ASIC_FAMILY <= CHIP_ALDEBARAN) //workaround for lost MODE.DE… 87 #if ASIC_FAMILY >= CHIP_ALDEBARAN 685 #if ASIC_FAMILY >= CHIP_ALDEBARAN 822 #if ASIC_FAMILY >= CHIP_ALDEBARAN 1082 #if ASIC_FAMILY >= CHIP_ALDEBARAN 1094 #if ASIC_FAMILY >= CHIP_ALDEBARAN
|