/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_drv.c | 1867 {0x1002, 0x67C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1868 {0x1002, 0x67C1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1869 {0x1002, 0x67C2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1870 {0x1002, 0x67C4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1871 {0x1002, 0x67C7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1872 {0x1002, 0x67D0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1873 {0x1002, 0x67DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1874 {0x1002, 0x67C8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1875 {0x1002, 0x67C9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 1876 {0x1002, 0x67CA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, [all …]
|
A D | vi.c | 109 #define ASIC_IS_P22(asic_type, rid) ((asic_type >= CHIP_POLARIS10) && \ 277 case CHIP_POLARIS10: in vi_query_video_codecs() 526 case CHIP_POLARIS10: in vi_init_golden_registers() 907 case CHIP_POLARIS10: in vi_asic_supports_baco() 933 case CHIP_POLARIS10: in vi_asic_reset_method() 1162 adev->asic_type < CHIP_POLARIS10) in vi_program_aspm() 1375 case CHIP_POLARIS10: in vi_need_full_reset() 1582 case CHIP_POLARIS10: in vi_common_early_init() 2033 case CHIP_POLARIS10: in vi_common_set_clockgating_state() 2168 case CHIP_POLARIS10: in vi_set_ip_blocks()
|
A D | amdgpu_uvd.c | 238 case CHIP_POLARIS10: in amdgpu_uvd_sw_init() 298 if ((adev->asic_type == CHIP_POLARIS10 || in amdgpu_uvd_sw_init() 364 adev->uvd.use_ctx_buf = adev->asic_type >= CHIP_POLARIS10; in amdgpu_uvd_sw_init() 431 if (adev->asic_type < CHIP_POLARIS10) { in amdgpu_uvd_suspend()
|
A D | gmc_v8_0.c | 156 case CHIP_POLARIS10: in gmc_v8_0_init_golden_registers() 240 case CHIP_POLARIS10: in gmc_v8_0_init_microcode() 589 case CHIP_POLARIS10: /* all engines support GPUVM */ in gmc_v8_0_mc_init() 1218 adev->asic_type == CHIP_POLARIS10 || in gmc_v8_0_hw_init()
|
A D | amdgpu_cgs.c | 368 case CHIP_POLARIS10: in amdgpu_cgs_get_firmware_info()
|
A D | dce_v11_0.c | 183 case CHIP_POLARIS10: in dce_v11_0_init_golden_registers() 495 case CHIP_POLARIS10: in dce_v11_0_get_num_crtc() 1480 case CHIP_POLARIS10: in dce_v11_0_audio_init() 2288 if ((adev->asic_type == CHIP_POLARIS10) || in dce_v11_0_pick_pll() 2709 if ((adev->asic_type == CHIP_POLARIS10) || in dce_v11_0_crtc_mode_set() 2869 case CHIP_POLARIS10: in dce_v11_0_early_init() 2999 if ((adev->asic_type == CHIP_POLARIS10) || in dce_v11_0_hw_init()
|
A D | gfx_v8_0.c | 792 case CHIP_POLARIS10: in gfx_v8_0_init_golden_registers() 968 case CHIP_POLARIS10: in gfx_v8_0_init_microcode() 984 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1001 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1019 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1095 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1710 case CHIP_POLARIS10: in gfx_v8_0_gpu_early_init() 1911 case CHIP_POLARIS10: in gfx_v8_0_sw_init() 2843 case CHIP_POLARIS10: in gfx_v8_0_tiling_mode_table_init() 3454 case CHIP_POLARIS10: in gfx_v8_0_raster_config() [all …]
|
A D | amdgpu_vkms.c | 573 case CHIP_POLARIS10: in amdgpu_vkms_hw_init()
|
A D | uvd_v6_0.c | 65 return ((adev->asic_type >= CHIP_POLARIS10) && in uvd_v6_0_enc_support() 1628 if (adev->asic_type >= CHIP_POLARIS10) { in uvd_v6_0_set_ring_funcs()
|
A D | sdma_v3_0.c | 224 case CHIP_POLARIS10: in sdma_v3_0_init_golden_registers() 285 case CHIP_POLARIS10: in sdma_v3_0_init_microcode()
|
A D | vce_v3_0.c | 389 if ((adev->asic_type == CHIP_POLARIS10) || in vce_v3_0_get_harvest_config()
|
A D | amdgpu_vce.c | 135 case CHIP_POLARIS10: in amdgpu_vce_sw_init()
|
A D | vce_v4_0.c | 925 if ((adev->asic_type == CHIP_POLARIS10) ||
|
A D | amdgpu_ucode.c | 552 case CHIP_POLARIS10: in amdgpu_ucode_get_load_type()
|
/linux-6.3-rc2/include/drm/ |
A D | amd_asic_type.h | 44 CHIP_POLARIS10, /* 15 */ enumerator
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | smu7_baco.c | 78 case CHIP_POLARIS10: in smu7_baco_set_state()
|
A D | smu_helper.c | 508 if (hwmgr->chip_id >= CHIP_POLARIS10 && in phm_initializa_dynamic_state_adjustment_rule_settings() 514 if (hwmgr->chip_id >= CHIP_POLARIS10 && in phm_initializa_dynamic_state_adjustment_rule_settings() 520 if (hwmgr->chip_id >= CHIP_POLARIS10 && in phm_initializa_dynamic_state_adjustment_rule_settings() 590 } else if (hwmgr->chip_id < CHIP_POLARIS10) { in phm_get_voltage_evv_on_sclk()
|
A D | smu7_hwmgr.c | 245 if (hwmgr->chip_id >= CHIP_POLARIS10 && in smu7_enable_smc_voltage_controller() 1203 if (hwmgr->chip_id >= CHIP_POLARIS10 && in smu7_enable_sclk_mclk_dpm() 1226 (hwmgr->chip_id == CHIP_POLARIS10) || in smu7_enable_sclk_mclk_dpm() 1628 if (hwmgr->chip_id >= CHIP_POLARIS10 && in smu7_enable_dpm_tasks() 1637 if (hwmgr->chip_id >= CHIP_POLARIS10 && in smu7_enable_dpm_tasks() 1852 if (hwmgr->chip_id >= CHIP_POLARIS10) { in smu7_init_dpm_defaults() 2069 if (hwmgr->chip_id == CHIP_POLARIS10 || in smu7_get_evv_voltages() 3300 case CHIP_POLARIS10: in smu7_vblank_too_short() 4679 if (hwmgr->chip_id >= CHIP_POLARIS10 && in smu7_check_smc_update_required_for_display_configuration() 5294 if (!(hwmgr->chip_id >= CHIP_POLARIS10 && in smu7_get_clock_by_type_with_latency() [all …]
|
A D | smu7_thermal.c | 177 (hwmgr->chip_id == CHIP_POLARIS10 || in smu7_fan_ctrl_start_smc_fan_control()
|
A D | hwmgr.c | 140 case CHIP_POLARIS10: in hwmgr_early_init()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_flat_memory.c | 404 case CHIP_POLARIS10: in kfd_init_apertures()
|
A D | kfd_packet_manager.c | 234 case CHIP_POLARIS10: in pm_init()
|
A D | kfd_device.c | 265 case CHIP_POLARIS10: in kgd2kfd_probe()
|
A D | kfd_crat.c | 1433 case CHIP_POLARIS10: in kfd_get_gpu_cache_info()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm_pp_smu.c | 408 if ((adev->asic_type >= CHIP_POLARIS10) && in dm_pp_notify_wm_clock_changes()
|