| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_drv.c | 943 {0x1002, 0x67C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 944 {0x1002, 0x67C1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 945 {0x1002, 0x67C2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 946 {0x1002, 0x67C4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 947 {0x1002, 0x67C7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 948 {0x1002, 0x67D0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 949 {0x1002, 0x67DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 950 {0x1002, 0x67C8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 951 {0x1002, 0x67C9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, 952 {0x1002, 0x67CA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, [all …]
|
| D | amdgpu_uvd.c | 163 case CHIP_POLARIS10: in amdgpu_uvd_sw_init() 231 if ((adev->asic_type == CHIP_POLARIS10 || in amdgpu_uvd_sw_init() 290 adev->uvd.use_ctx_buf = adev->asic_type >= CHIP_POLARIS10; in amdgpu_uvd_sw_init() 353 if (adev->asic_type < CHIP_POLARIS10) { in amdgpu_uvd_suspend()
|
| D | vi.c | 309 case CHIP_POLARIS10: in vi_init_golden_registers() 941 case CHIP_POLARIS10: in vi_need_full_reset() 1141 case CHIP_POLARIS10: in vi_common_early_init() 1599 case CHIP_POLARIS10: in vi_common_set_clockgating_state() 1732 case CHIP_POLARIS10: in vi_set_ip_blocks()
|
| D | gmc_v8_0.c | 155 case CHIP_POLARIS10: in gmc_v8_0_init_golden_registers() 247 case CHIP_POLARIS10: in gmc_v8_0_init_microcode() 600 case CHIP_POLARIS10: /* all engines support GPUVM */ in gmc_v8_0_mc_init() 1208 adev->asic_type == CHIP_POLARIS10 || in gmc_v8_0_hw_init()
|
| D | dce_v11_0.c | 181 case CHIP_POLARIS10: in dce_v11_0_init_golden_registers() 486 case CHIP_POLARIS10: in dce_v11_0_get_num_crtc() 1459 case CHIP_POLARIS10: in dce_v11_0_audio_init() 2272 if ((adev->asic_type == CHIP_POLARIS10) || in dce_v11_0_pick_pll() 2692 if ((adev->asic_type == CHIP_POLARIS10) || in dce_v11_0_crtc_mode_set() 2851 case CHIP_POLARIS10: in dce_v11_0_early_init() 2970 if ((adev->asic_type == CHIP_POLARIS10) || in dce_v11_0_hw_init()
|
| D | amdgpu_cgs.c | 375 case CHIP_POLARIS10: in amdgpu_cgs_get_firmware_info()
|
| D | gfx_v8_0.c | 786 case CHIP_POLARIS10: in gfx_v8_0_init_golden_registers() 978 case CHIP_POLARIS10: in gfx_v8_0_init_microcode() 994 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1014 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1035 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1115 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1137 if (adev->asic_type >= CHIP_POLARIS10 && adev->asic_type <= CHIP_POLARIS12) { in gfx_v8_0_init_microcode() 1768 case CHIP_POLARIS10: in gfx_v8_0_gpu_early_init() 1962 case CHIP_POLARIS10: in gfx_v8_0_sw_init() 2895 case CHIP_POLARIS10: in gfx_v8_0_tiling_mode_table_init() [all …]
|
| D | dce_virtual.c | 446 case CHIP_POLARIS10: in dce_virtual_hw_init()
|
| D | amdgpu_amdkfd.c | 78 case CHIP_POLARIS10: in amdgpu_amdkfd_device_probe()
|
| D | sdma_v3_0.c | 224 case CHIP_POLARIS10: in sdma_v3_0_init_golden_registers() 286 case CHIP_POLARIS10: in sdma_v3_0_init_microcode()
|
| D | uvd_v6_0.c | 65 return ((adev->asic_type >= CHIP_POLARIS10) && in uvd_v6_0_enc_support() 1599 if (adev->asic_type >= CHIP_POLARIS10) { in uvd_v6_0_set_ring_funcs()
|
| D | amdgpu_device.c | 1392 case CHIP_POLARIS10: in amdgpu_device_parse_gpu_info_fw() 1539 case CHIP_POLARIS10: in amdgpu_device_ip_early_init() 2505 case CHIP_POLARIS10: in amdgpu_device_asic_has_dc_support() 3531 case CHIP_POLARIS10: in amdgpu_device_should_recover_gpu()
|
| D | amdgpu_ucode.c | 354 case CHIP_POLARIS10: in amdgpu_ucode_get_load_type()
|
| D | vce_v3_0.c | 389 if ((adev->asic_type == CHIP_POLARIS10) || in vce_v3_0_get_harvest_config()
|
| D | amdgpu_vce.c | 128 case CHIP_POLARIS10: in amdgpu_vce_sw_init()
|
| D | vce_v4_0.c | 893 if ((adev->asic_type == CHIP_POLARIS10) ||
|
| /Linux-v5.4/include/drm/ |
| D | amd_asic_type.h | 44 CHIP_POLARIS10, enumerator
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_flat_memory.c | 398 case CHIP_POLARIS10: in kfd_init_apertures()
|
| D | kfd_kernel_queue.c | 317 case CHIP_POLARIS10: in kernel_queue_init()
|
| D | kfd_device.c | 175 .asic_family = CHIP_POLARIS10, 193 .asic_family = CHIP_POLARIS10,
|
| D | kfd_packet_manager.c | 232 case CHIP_POLARIS10: in pm_init()
|
| D | kfd_crat.c | 646 case CHIP_POLARIS10: in kfd_fill_gpu_cache_info()
|
| D | kfd_topology.c | 1307 case CHIP_POLARIS10: in kfd_topology_add_device()
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | hwmgr.c | 137 case CHIP_POLARIS10: in hwmgr_early_init() 468 if (hwmgr->chip_id != CHIP_POLARIS10) in polaris_set_asic_special_caps()
|
| D | smu_helper.c | 576 } else if (hwmgr->chip_id < CHIP_POLARIS10) { in phm_get_voltage_evv_on_sclk()
|