Home
last modified time | relevance | path

Searched refs:CHIP_RAVEN (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dmmhub_v1_0.c456 if (adev->asic_type != CHIP_RAVEN) { in mmhub_v1_0_update_medium_grain_clock_gating()
472 if (adev->asic_type != CHIP_RAVEN) in mmhub_v1_0_update_medium_grain_clock_gating()
489 if (adev->asic_type != CHIP_RAVEN) in mmhub_v1_0_update_medium_grain_clock_gating()
502 if (adev->asic_type != CHIP_RAVEN) in mmhub_v1_0_update_medium_grain_clock_gating()
508 if (adev->asic_type != CHIP_RAVEN && def2 != data2) in mmhub_v1_0_update_medium_grain_clock_gating()
538 case CHIP_RAVEN: in mmhub_v1_0_set_clockgating()
H A Damdgpu_gmc.c391 case CHIP_RAVEN: in amdgpu_gmc_tmz_set()
428 case CHIP_RAVEN: in amdgpu_gmc_noretry_set()
488 case CHIP_RAVEN: in amdgpu_gmc_get_vbios_allocations()
H A Dgmc_v9_0.c600 case CHIP_RAVEN: in gmc_v9_0_process_interrupt()
1089 case CHIP_RAVEN: in gmc_v9_0_get_vbios_fb_size()
1301 case CHIP_RAVEN: /* DCE SG support */ in gmc_v9_0_mc_init()
1343 if (adev->asic_type == CHIP_RAVEN) in gmc_v9_0_save_registers()
1385 case CHIP_RAVEN: in gmc_v9_0_sw_init()
1538 case CHIP_RAVEN: in gmc_v9_0_init_golden_registers()
1558 if (adev->asic_type == CHIP_RAVEN) { in gmc_v9_0_restore_registers()
H A Dathub_v1_0.c75 case CHIP_RAVEN: in athub_v1_0_set_clockgating()
H A Dsoc15.c251 if (adev->asic_type == CHIP_RAVEN) in soc15_get_xclk()
512 case CHIP_RAVEN: in soc15_asic_reset_method()
659 case CHIP_RAVEN: in soc15_reg_base_init()
768 case CHIP_RAVEN: in soc15_set_ip_blocks()
1146 case CHIP_RAVEN: in soc15_common_early_init()
1556 case CHIP_RAVEN: in soc15_common_set_clockgating_state()
H A Dpsp_v10_0.c57 case CHIP_RAVEN: in psp_v10_0_init_microcode()
H A Damdgpu_drv.c1059 {0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU},
1060 {0x1002, 0x15d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU},
1129 if (mem_encrypt_active() && ((flags & AMD_ASIC_MASK) == CHIP_RAVEN)) { in amdgpu_pci_probe()
H A Dsdma_v4_0.c486 case CHIP_RAVEN: in sdma_v4_0_init_golden_registers()
611 case CHIP_RAVEN: in sdma_v4_0_init_microcode()
1365 case CHIP_RAVEN: in sdma_v4_0_init_pg()
2228 case CHIP_RAVEN: in sdma_v4_0_set_clockgating_state()
2248 case CHIP_RAVEN: in sdma_v4_0_set_powergating_state()
H A Dgfx_v9_0.c972 case CHIP_RAVEN: in gfx_v9_0_init_golden_registers()
1218 case CHIP_RAVEN: in gfx_v9_0_check_fw_write_wait()
1301 case CHIP_RAVEN: in gfx_v9_0_check_if_need_gfxoff()
1645 case CHIP_RAVEN: in gfx_v9_0_init_microcode()
1930 case CHIP_RAVEN: in gfx_v9_0_rlc_init()
2147 case CHIP_RAVEN: in gfx_v9_0_gpu_early_init()
2267 case CHIP_RAVEN: in gfx_v9_0_sw_init()
3110 case CHIP_RAVEN: in gfx_v9_0_rlc_resume()
5101 case CHIP_RAVEN: in gfx_v9_0_set_powergating_state()
5150 case CHIP_RAVEN: in gfx_v9_0_set_clockgating_state()
[all …]
H A Damdgpu_ucode.c384 case CHIP_RAVEN: in amdgpu_ucode_get_load_type()
H A Damdgpu_display.c525 case CHIP_RAVEN: in amdgpu_display_supported_domains()
H A Damdgpu_device.c1796 case CHIP_RAVEN: in amdgpu_device_parse_gpu_info_fw()
1979 case CHIP_RAVEN: in amdgpu_device_ip_early_init()
3008 case CHIP_RAVEN: in amdgpu_device_asic_has_dc_support()
4177 case CHIP_RAVEN: in amdgpu_device_should_recover_gpu()
H A Damdgpu_vcn.c79 case CHIP_RAVEN: in amdgpu_vcn_sw_init()
H A Damdgpu_vm.c2854 if (adev->asic_type == CHIP_RAVEN) in amdgpu_vm_init()
2989 bool pte_support_ats = (adev->asic_type == CHIP_RAVEN); in amdgpu_vm_make_compute()
/OK3568_Linux_fs/kernel/include/drm/
H A Damd_asic_type.h51 CHIP_RAVEN, /* 22 */ enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c58 [CHIP_RAVEN] = &gfx_v9_kfd2kgd,
122 .asic_family = CHIP_RAVEN,
507 [CHIP_RAVEN] = {&raven_device_info, NULL},
631 && kfd->device_info->asic_family <= CHIP_RAVEN in kfd_gws_init()
H A Dkfd_flat_memory.c412 case CHIP_RAVEN: in kfd_init_apertures()
H A Dkfd_packet_manager.c242 case CHIP_RAVEN: in pm_init()
H A Dkfd_events.c940 if (dev->device_info->asic_family != CHIP_RAVEN && in kfd_signal_iommu_event()
H A Dkfd_crat.c670 case CHIP_RAVEN: in kfd_fill_gpu_cache_info()
H A Dkfd_topology.c1370 case CHIP_RAVEN: in kfd_topology_add_device()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c837 if (hwmgr->chip_id == CHIP_RAVEN) { in get_powerplay_table()
1185 if (hwmgr->chip_id == CHIP_RAVEN) in init_overdrive_limits()
1725 if (hwmgr->chip_id == CHIP_RAVEN) in pp_tables_initialize()
1774 if (hwmgr->chip_id == CHIP_RAVEN) in pp_tables_uninitialize()
H A Dhwmgr.c184 case CHIP_RAVEN: in hwmgr_early_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c343 bool has_rom = adev->asic_type <= CHIP_RAVEN; in amdgpu_dm_update_crtc_color_mgmt()
H A Damdgpu_dm.c1008 case CHIP_RAVEN: in amdgpu_dm_init()
1079 if (adev->dm.dc->caps.max_links > 0 && adev->asic_type >= CHIP_RAVEN) { in amdgpu_dm_init()
1218 case CHIP_RAVEN: in load_dmcu_fw()
3475 case CHIP_RAVEN: in amdgpu_dm_initialize_drm_device()
3641 case CHIP_RAVEN: in dm_early_init()
4012 adev->asic_type == CHIP_RAVEN) { in fill_plane_buffer_attributes()
4255 force_disable_dcc = adev->asic_type == CHIP_RAVEN && adev->in_suspend; in fill_dc_plane_attributes()

12