Searched refs:CHIP_ALDEBARAN (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | nbio_v7_4.c | 114 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_get_rev_id() 187 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_vcn_doorbell_range() 371 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_controller_intr_no_bifring() 382 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_controller_intr_no_bifring() 427 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_err_event_athub_intr_no_bifring() 439 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_err_event_athub_intr_no_bifring() 460 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_set_ras_controller_irq_state() 505 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_set_ras_err_event_athub_irq_state() 594 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_query_ras_error_count() 604 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_query_ras_error_count() [all …]
|
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_fru_eeprom.c | 73 case CHIP_ALDEBARAN: in is_fru_eeprom_supported()
|
H A D | df_v3_6.c | 225 (adev->asic_type == CHIP_ALDEBARAN && in df_v3_6_query_hashes() 280 if (adev->asic_type == CHIP_ALDEBARAN) { in df_v3_6_get_fb_channel_number()
|
H A D | amdgpu_virt.c | 58 if (adev->asic_type != CHIP_ALDEBARAN && in amdgpu_virt_init_setting() 731 case CHIP_ALDEBARAN: in amdgpu_detect_virtualization() 776 case CHIP_ALDEBARAN: in amdgpu_detect_virtualization()
|
H A D | amdgpu_drv.c | 1984 {0x1002, 0x7408, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN}, 1985 {0x1002, 0x740C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN}, 1986 {0x1002, 0x740F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN}, 1987 {0x1002, 0x7410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN},
|
H A D | amdgpu_xgmi.c | 924 case CHIP_ALDEBARAN: in amdgpu_xgmi_reset_ras_error_count() 1032 case CHIP_ALDEBARAN: in amdgpu_xgmi_query_ras_error_count()
|
H A D | amdgpu_psp.h | 38 #define PSP_TMR_SIZE(adev) ((adev)->asic_type == CHIP_ALDEBARAN ? 0x800000 : 0x400000)
|
H A D | gfxhub_v1_0.c | 294 adev->asic_type == CHIP_ALDEBARAN); in gfxhub_v1_0_setup_vmid_config()
|
H A D | amdgpu_amdkfd.c | 571 if (adev->asic_type != CHIP_ALDEBARAN) in amdgpu_amdkfd_get_xgmi_bandwidth_mbytes()
|
H A D | amdgpu_ras.c | 2363 if ((adev->asic_type == CHIP_ALDEBARAN) && in amdgpu_ras_recovery_init() 2435 adev->asic_type == CHIP_ALDEBARAN || in amdgpu_ras_asic_supported()
|
H A D | soc15.c | 702 case CHIP_ALDEBARAN: in soc15_reg_base_init()
|
H A D | amdgpu_discovery.c | 2293 case CHIP_ALDEBARAN: in amdgpu_discovery_set_ip_blocks()
|
H A D | gfx_v9_0.c | 1347 if (amdgpu_sriov_vf(adev) && (adev->asic_type == CHIP_ALDEBARAN)) in gfx_v9_0_init_cp_compute_microcode() 1359 if (amdgpu_sriov_vf(adev) && (adev->asic_type == CHIP_ALDEBARAN)) in gfx_v9_0_init_cp_compute_microcode()
|
H A D | amdgpu_device.c | 2680 adev->asic_type == CHIP_ALDEBARAN)) in amdgpu_device_ip_late_init()
|
/openbmc/linux/include/drm/ |
H A D | amd_asic_type.h | 54 CHIP_ALDEBARAN, /* 25 */ enumerator
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 44 #define CHIP_ALDEBARAN 25 macro 49 var SINGLE_STEP_MISSED_WORKAROUND = (ASIC_FAMILY <= CHIP_ALDEBARAN) //workaround for lost MODE.DE… 70 #if ASIC_FAMILY >= CHIP_ALDEBARAN 654 #if ASIC_FAMILY >= CHIP_ALDEBARAN 786 #if ASIC_FAMILY >= CHIP_ALDEBARAN 1046 #if ASIC_FAMILY >= CHIP_ALDEBARAN 1058 #if ASIC_FAMILY >= CHIP_ALDEBARAN
|