Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/amdgpu/
A Dnbio_v7_4.c114 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()
377 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_controller_intr_no_bifring()
388 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_controller_intr_no_bifring()
433 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_err_event_athub_intr_no_bifring()
445 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_handle_ras_err_event_athub_intr_no_bifring()
466 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_set_ras_controller_irq_state()
511 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_set_ras_err_event_athub_irq_state()
600 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_query_ras_error_count()
610 if (adev->asic_type == CHIP_ALDEBARAN) in nbio_v7_4_query_ras_error_count()
[all …]
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()
A Damdgpu_reset.c40 case CHIP_ALDEBARAN: in amdgpu_reset_init()
55 case CHIP_ALDEBARAN: in amdgpu_reset_fini()
A Damdgpu_virt.c53 if (adev->asic_type != CHIP_ALDEBARAN && in amdgpu_virt_init_setting()
686 case CHIP_ALDEBARAN: in amdgpu_detect_virtualization()
715 case CHIP_ALDEBARAN: in amdgpu_detect_virtualization()
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()
A Damdgpu_drv.c1862 {0x1002, 0x7408, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN|AMD_EXP_HW_SUPPORT},
1863 {0x1002, 0x740C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN|AMD_EXP_HW_SUPPORT},
1864 {0x1002, 0x740F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN|AMD_EXP_HW_SUPPORT},
1865 {0x1002, 0x7410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN|AMD_EXP_HW_SUPPORT},
A Damdgpu_xgmi.c806 case CHIP_ALDEBARAN: in amdgpu_xgmi_reset_ras_error_count()
909 case CHIP_ALDEBARAN: in amdgpu_xgmi_query_ras_error_count()
A Damdgpu_ras_eeprom.c93 adev->asic_type == CHIP_ALDEBARAN; in __is_ras_eeprom_supported()
149 case CHIP_ALDEBARAN: in __get_eeprom_i2c_addr()
A Damdgpu_psp.h38 #define PSP_TMR_SIZE(adev) ((adev)->asic_type == CHIP_ALDEBARAN ? 0x800000 : 0x400000)
A Damdgpu_ras.c546 if (obj->adev->asic_type == CHIP_ALDEBARAN) { in amdgpu_ras_sysfs_read()
2114 if ((adev->asic_type == CHIP_ALDEBARAN) && in amdgpu_ras_recovery_init()
2165 adev->asic_type == CHIP_ALDEBARAN || in amdgpu_ras_asic_supported()
2315 case CHIP_ALDEBARAN: in amdgpu_ras_init()
A Dgfxhub_v1_0.c292 adev->asic_type == CHIP_ALDEBARAN); in gfxhub_v1_0_setup_vmid_config()
A Dvega20_ih.c324 if (adev->asic_type == CHIP_ALDEBARAN) { in vega20_ih_irq_init()
A Damdgpu_amdkfd.c573 if (adev->asic_type != CHIP_ALDEBARAN) in amdgpu_amdkfd_get_xgmi_bandwidth_mbytes()
A Damdgpu_gmc.c616 case CHIP_ALDEBARAN: in amdgpu_gmc_noretry_set()
A Damdgpu_ucode.c405 case CHIP_ALDEBARAN: in amdgpu_ucode_get_load_type()
A Damdgpu_amdkfd_gpuvm.c432 case CHIP_ALDEBARAN: in get_pte_flags()
1736 if (table_freed && (adev->asic_type != CHIP_ALDEBARAN)) in amdgpu_amdkfd_gpuvm_map_memory_to_gpu()
A Dsoc15.c764 case CHIP_ALDEBARAN: in soc15_reg_base_init()
A Damdgpu_discovery.c1128 case CHIP_ALDEBARAN: in amdgpu_discovery_set_ip_blocks()
/linux/include/drm/
A Damd_asic_type.h54 CHIP_ALDEBARAN, /* 25 */ enumerator
/linux/drivers/gpu/drm/amd/amdkfd/
A Dcwsr_trap_handler_gfx9.asm40 #define CHIP_ALDEBARAN 25 macro
66 #if ASIC_FAMILY >= CHIP_ALDEBARAN
632 #if ASIC_FAMILY >= CHIP_ALDEBARAN
770 #if ASIC_FAMILY >= CHIP_ALDEBARAN
1043 #if ASIC_FAMILY >= CHIP_ALDEBARAN
1055 #if ASIC_FAMILY >= CHIP_ALDEBARAN
A Dkfd_device_queue_manager_v9.c65 if (dqm->dev->device_info->asic_family == CHIP_ALDEBARAN) { in update_qpd_v9()
A Dkfd_flat_memory.c415 case CHIP_ALDEBARAN: in kfd_init_apertures()
A Dkfd_device.c388 .asic_family = CHIP_ALDEBARAN,
856 } else if (kfd->device_info->asic_family == CHIP_ALDEBARAN) { in kfd_cwsr_init()
893 || (kfd->device_info->asic_family == CHIP_ALDEBARAN in kfd_gws_init()
963 kfd->device_info->asic_family == CHIP_ALDEBARAN ? in kgd2kfd_device_init()
A Dkfd_packet_manager.c257 case CHIP_ALDEBARAN: in pm_init()
A Dkfd_crat.c1393 case CHIP_ALDEBARAN: in kfd_fill_gpu_cache_info()
1993 if (adev->asic_type == CHIP_ALDEBARAN) { in kfd_fill_gpu_direct_io_link_to_cpu()

Completed in 54 milliseconds

12