Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dmmhub_v1_0.c624 if (adev->asic_type != CHIP_RAVEN) { in mmhub_v1_0_update_medium_grain_clock_gating()
640 if (adev->asic_type != CHIP_RAVEN) in mmhub_v1_0_update_medium_grain_clock_gating()
657 if (adev->asic_type != CHIP_RAVEN) in mmhub_v1_0_update_medium_grain_clock_gating()
670 if (adev->asic_type != CHIP_RAVEN) in mmhub_v1_0_update_medium_grain_clock_gating()
676 if (adev->asic_type != CHIP_RAVEN && def2 != data2) in mmhub_v1_0_update_medium_grain_clock_gating()
739 case CHIP_RAVEN: in mmhub_v1_0_set_clockgating()
H A Dgmc_v9_0.c767 case CHIP_RAVEN: /* DCE SG support */ in gmc_v9_0_mc_init()
818 case CHIP_RAVEN: in gmc_v9_0_get_vbios_fb_size()
857 case CHIP_RAVEN: in gmc_v9_0_sw_init()
993 case CHIP_RAVEN: in gmc_v9_0_init_golden_registers()
1012 if (adev->asic_type == CHIP_RAVEN) in gmc_v9_0_restore_registers()
1040 case CHIP_RAVEN: in gmc_v9_0_gart_enable()
1114 if (adev->asic_type == CHIP_RAVEN) in gmc_v9_0_save_registers()
H A Dsoc15.c210 if (adev->asic_type == CHIP_RAVEN) in soc15_get_xclk()
495 case CHIP_RAVEN: in soc15_set_ip_blocks()
546 case CHIP_RAVEN: in soc15_set_ip_blocks()
702 case CHIP_RAVEN: in soc15_common_early_init()
932 case CHIP_RAVEN: in soc15_common_set_clockgating_state()
H A Dsdma_v4_0.c178 case CHIP_RAVEN: in sdma_v4_0_init_golden_registers()
224 case CHIP_RAVEN: in sdma_v4_0_init_microcode()
806 case CHIP_RAVEN: in sdma_v4_0_init_pg()
1214 if (adev->asic_type == CHIP_RAVEN) in sdma_v4_0_early_init()
1556 case CHIP_RAVEN: in sdma_v4_0_set_clockgating_state()
1574 case CHIP_RAVEN: in sdma_v4_0_set_powergating_state()
H A Dpsp_v10_0.c113 case CHIP_RAVEN: in psp_v10_0_init_microcode()
H A Dgfx_v9_0.c282 case CHIP_RAVEN: in gfx_v9_0_init_golden_registers()
512 case CHIP_RAVEN: in gfx_v9_0_init_microcode()
967 if (adev->asic_type == CHIP_RAVEN) { in gfx_v9_0_rlc_init()
1208 case CHIP_RAVEN: in gfx_v9_0_gpu_early_init()
1493 case CHIP_RAVEN: in gfx_v9_0_sw_init()
1655 if (adev->asic_type == CHIP_RAVEN) { in gfx_v9_0_sw_fini()
2305 if (adev->asic_type == CHIP_RAVEN) { in gfx_v9_0_rlc_resume()
3750 case CHIP_RAVEN: in gfx_v9_0_set_powergating_state()
3798 case CHIP_RAVEN: in gfx_v9_0_set_clockgating_state()
4791 case CHIP_RAVEN: in gfx_v9_0_set_rlc_funcs()
H A Damdgpu_drv.c787 {0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU},
788 {0x1002, 0x15d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU},
H A Damdgpu_amdkfd.c106 case CHIP_RAVEN: in amdgpu_amdkfd_device_probe()
H A Damdgpu_psp.c50 case CHIP_RAVEN: in psp_early_init()
H A Damdgpu_ucode.c305 case CHIP_RAVEN: in amdgpu_ucode_get_load_type()
H A Damdgpu_device.c1406 case CHIP_RAVEN: in amdgpu_device_parse_gpu_info_fw()
1533 case CHIP_RAVEN: in amdgpu_device_ip_early_init()
1534 if (adev->asic_type == CHIP_RAVEN) in amdgpu_device_ip_early_init()
2291 case CHIP_RAVEN: in amdgpu_device_asic_has_dc_support()
H A Damdgpu_display.c498 if (adev->asic_type >= CHIP_CARRIZO && adev->asic_type < CHIP_RAVEN && in amdgpu_display_supported_domains()
H A Damdgpu_vcn.c61 case CHIP_RAVEN: in amdgpu_vcn_sw_init()
H A Damdgpu_vm.c2711 if (adev->asic_type == CHIP_RAVEN) in amdgpu_vm_init()
2810 bool pte_support_ats = (adev->asic_type == CHIP_RAVEN); in amdgpu_vm_make_compute()
H A Damdgpu_kms.c941 if (adev->asic_type != CHIP_RAVEN) { in amdgpu_driver_postclose_kms()
/dragonfly/sys/dev/drm/include/drm/
H A Damd_asic_type.h51 CHIP_RAVEN, enumerator
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocesspptables.c835 if (hwmgr->chip_id == CHIP_RAVEN) { in get_powerplay_table()
1083 if (hwmgr->chip_id == CHIP_RAVEN) in init_overdrive_limits()
1622 if (hwmgr->chip_id == CHIP_RAVEN) in pp_tables_initialize()
1671 if (hwmgr->chip_id == CHIP_RAVEN) in pp_tables_uninitialize()
H A Dhwmgr.c167 case CHIP_RAVEN: in hwmgr_early_init()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c444 adev->asic_type < CHIP_RAVEN) in amdgpu_dm_init()
1258 adev->asic_type == CHIP_RAVEN) in dce110_register_irq_handlers()
1685 case CHIP_RAVEN: in amdgpu_dm_initialize_drm_device()
1869 case CHIP_RAVEN: in dm_early_init()
2112 adev->asic_type == CHIP_RAVEN) { in fill_plane_attributes_from_fb()