Searched refs:CHIP_RAVEN (Results 1 – 18 of 18) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | mmhub_v1_0.c | 456 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()
|
D | amdgpu_drv.c | 1907 {0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU}, 1908 {0x1002, 0x15d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU}, 2087 ((flags & AMD_ASIC_MASK) == CHIP_RAVEN)) { in amdgpu_pci_probe()
|
D | amdgpu_gmc.c | 720 case CHIP_RAVEN: in amdgpu_gmc_get_vbios_allocations()
|
D | amdgpu_display.c | 838 bool dcc_constant_encode = (adev->asic_type > CHIP_RAVEN || in convert_tiling_flags_to_modifier() 839 (adev->asic_type == CHIP_RAVEN && in convert_tiling_flags_to_modifier()
|
D | amdgpu_acpi.c | 1493 if (adev->asic_type < CHIP_RAVEN) in amdgpu_acpi_is_s0ix_active()
|
D | soc15.c | 669 case CHIP_RAVEN: in soc15_reg_base_init()
|
D | amdgpu_ucode.c | 1076 if (adev->asic_type == CHIP_RAVEN) { in amdgpu_ucode_legacy_naming()
|
D | amdgpu_device.c | 1417 adev->asic_type < CHIP_RAVEN) in amdgpu_device_init_apu_flags() 1421 case CHIP_RAVEN: in amdgpu_device_init_apu_flags() 1912 case CHIP_RAVEN: in amdgpu_device_parse_gpu_info_fw()
|
D | amdgpu_vm.c | 2241 bool pte_support_ats = (adev->asic_type == CHIP_RAVEN); in amdgpu_vm_make_compute()
|
D | amdgpu_discovery.c | 2203 case CHIP_RAVEN: in amdgpu_discovery_set_ip_blocks()
|
/linux-6.6.21/include/drm/ |
D | amd_asic_type.h | 51 CHIP_RAVEN, /* 22 */ enumerator
|
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_color.c | 399 bool has_rom = adev->asic_type <= CHIP_RAVEN; in amdgpu_dm_update_crtc_color_mgmt()
|
D | amdgpu_dm_plane.c | 416 bool has_constant_encode = adev->asic_type > CHIP_RAVEN || adev->external_rev_id >= 0x81; in add_gfx9_modifiers()
|
D | amdgpu_dm.c | 1991 case CHIP_RAVEN: in load_dmcu_fw() 5048 force_disable_dcc = adev->asic_type == CHIP_RAVEN && adev->in_suspend; in fill_dc_plane_attributes()
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | processpptables.c | 833 if (hwmgr->chip_id == CHIP_RAVEN) { in get_powerplay_table() 1181 if (hwmgr->chip_id == CHIP_RAVEN) in init_overdrive_limits() 1702 if (hwmgr->chip_id == CHIP_RAVEN) in pp_tables_initialize() 1751 if (hwmgr->chip_id == CHIP_RAVEN) in pp_tables_uninitialize()
|
D | hardwaremanager.c | 86 && adev->asic_type != CHIP_RAVEN) { in phm_enable_dynamic_state_management()
|
D | hwmgr.c | 180 case CHIP_RAVEN: in hwmgr_early_init()
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/ |
D | amdgpu_dpm.c | 913 if (adev->asic_type == CHIP_RAVEN) { in amdgpu_dpm_force_performance_level()
|