Home
last modified time | relevance | path

Searched refs:CHIP_ALDEBARAN (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dnbio_v7_4.c113 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_get_rev_id()
158 if (adev->asic_type == CHIP_ALDEBARAN && instance == 4) in nbio_v7_4_sdma_doorbell_range()
186 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_vcn_doorbell_range()
369 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_controller_intr_no_bifring()
380 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_controller_intr_no_bifring()
426 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_err_event_athub_intr_no_bifring()
438 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_err_event_athub_intr_no_bifring()
459 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_set_ras_controller_irq_state()
471 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_set_ras_controller_irq_state()
504 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_set_ras_err_event_athub_irq_state()
[all …]
H A Dgfxhub_v1_1.c52 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 Ddf_v3_6.c225 (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 Damdgpu_drv.c2176 {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 Dgfxhub_v1_0.c294 adev->asic_type == CHIP_ALDEBARAN); in gfxhub_v1_0_setup_vmid_config()
H A Damdgpu_virt.c73 if (adev->asic_type != CHIP_ALDEBARAN && in amdgpu_virt_init_setting()
838 case CHIP_ALDEBARAN: in amdgpu_virt_init_detect_asic()
886 case CHIP_ALDEBARAN: in amdgpu_virt_init_req_data()
H A Damdgpu_xgmi.c1267 case CHIP_ALDEBARAN: in amdgpu_xgmi_legacy_reset_ras_error_count()
1425 case CHIP_ALDEBARAN: in amdgpu_xgmi_legacy_query_ras_error_count()
H A Dsoc15.c732 case CHIP_ALDEBARAN: in soc15_reg_base_init()
H A Damdgpu_discovery.c487 case CHIP_ALDEBARAN: in amdgpu_discovery_get_fw_name()
2854 case CHIP_ALDEBARAN: in amdgpu_discovery_set_ip_blocks()
H A Damdgpu_ras.c3905 if ((adev->asic_type == CHIP_ALDEBARAN) && in amdgpu_ras_recovery_init()
4006 adev->asic_type == CHIP_ALDEBARAN || in amdgpu_ras_asic_supported()
H A Damdgpu_device.c3410 adev->asic_type == CHIP_ALDEBARAN)) in amdgpu_device_ip_late_init()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm48 #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
/linux/include/drm/
H A Damd_asic_type.h57 CHIP_ALDEBARAN, /* 25 */ enumerator