Home
last modified time | relevance | path

Searched refs:CHIP_POLARIS11 (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c933 {0x1002, 0x67E0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
934 {0x1002, 0x67E3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
935 {0x1002, 0x67E8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
936 {0x1002, 0x67EB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
937 {0x1002, 0x67EF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
938 {0x1002, 0x67FF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
939 {0x1002, 0x67E1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
940 {0x1002, 0x67E7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
941 {0x1002, 0x67E9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
Dvi.c310 case CHIP_POLARIS11: in vi_init_golden_registers()
942 case CHIP_POLARIS11: in vi_need_full_reset()
1118 case CHIP_POLARIS11: in vi_common_early_init()
1600 case CHIP_POLARIS11: in vi_common_set_clockgating_state()
1733 case CHIP_POLARIS11: in vi_set_ip_blocks()
Dgmc_v8_0.c148 case CHIP_POLARIS11: in gmc_v8_0_init_golden_registers()
232 case CHIP_POLARIS11: in gmc_v8_0_init_microcode()
601 case CHIP_POLARIS11: /* all engines support GPUVM */ in gmc_v8_0_mc_init()
1207 } else if (adev->asic_type == CHIP_POLARIS11 || in gmc_v8_0_hw_init()
Ddce_v11_0.c175 case CHIP_POLARIS11: in dce_v11_0_init_golden_registers()
490 case CHIP_POLARIS11: in dce_v11_0_get_num_crtc()
1463 case CHIP_POLARIS11: in dce_v11_0_audio_init()
2273 (adev->asic_type == CHIP_POLARIS11) || in dce_v11_0_pick_pll()
2693 (adev->asic_type == CHIP_POLARIS11) || in dce_v11_0_crtc_mode_set()
2856 case CHIP_POLARIS11: in dce_v11_0_early_init()
2971 (adev->asic_type == CHIP_POLARIS11) || in dce_v11_0_hw_init()
Damdgpu_cgs.c353 case CHIP_POLARIS11: in amdgpu_cgs_get_firmware_info()
Damdgpu_uvd.c166 case CHIP_POLARIS11: in amdgpu_uvd_sw_init()
232 adev->asic_type == CHIP_POLARIS11) && in amdgpu_uvd_sw_init()
Ddce_virtual.c447 case CHIP_POLARIS11: in dce_virtual_hw_init()
Damdgpu_gfx.c188 if (adev->asic_type == CHIP_POLARIS11) in amdgpu_gfx_is_multipipe_capable()
Dgfx_v8_0.c777 case CHIP_POLARIS11: in gfx_v8_0_init_golden_registers()
981 case CHIP_POLARIS11: in gfx_v8_0_init_microcode()
1753 case CHIP_POLARIS11: in gfx_v8_0_gpu_early_init()
1963 case CHIP_POLARIS11: in gfx_v8_0_sw_init()
2692 case CHIP_POLARIS11: in gfx_v8_0_tiling_mode_table_init()
3517 case CHIP_POLARIS11: in gfx_v8_0_raster_config()
4091 } else if ((adev->asic_type == CHIP_POLARIS11) || in gfx_v8_0_init_pg()
5361 if (((adev->asic_type == CHIP_POLARIS11) || in gfx_v8_0_enable_gfx_static_mg_power_gating()
5454 case CHIP_POLARIS11: in gfx_v8_0_set_powergating_state()
6030 case CHIP_POLARIS11: in gfx_v8_0_set_clockgating_state()
Damdgpu_amdkfd.c79 case CHIP_POLARIS11: in amdgpu_amdkfd_device_probe()
Dsdma_v3_0.c217 case CHIP_POLARIS11: in sdma_v3_0_init_golden_registers()
289 case CHIP_POLARIS11: in sdma_v3_0_init_microcode()
Damdgpu_device.c1393 case CHIP_POLARIS11: in amdgpu_device_parse_gpu_info_fw()
1540 case CHIP_POLARIS11: in amdgpu_device_ip_early_init()
2506 case CHIP_POLARIS11: in amdgpu_device_asic_has_dc_support()
3532 case CHIP_POLARIS11: in amdgpu_device_should_recover_gpu()
Damdgpu_ucode.c355 case CHIP_POLARIS11: in amdgpu_ucode_get_load_type()
Dvce_v3_0.c390 (adev->asic_type == CHIP_POLARIS11) || in vce_v3_0_get_harvest_config()
Damdgpu_vce.c131 case CHIP_POLARIS11: in amdgpu_vce_sw_init()
/Linux-v5.4/include/drm/
Damd_asic_type.h45 CHIP_POLARIS11, enumerator
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_flat_memory.c399 case CHIP_POLARIS11: in kfd_init_apertures()
Dkfd_kernel_queue.c318 case CHIP_POLARIS11: in kernel_queue_init()
Dkfd_packet_manager.c233 case CHIP_POLARIS11: in pm_init()
Dkfd_priv.h182 #define KFD_IS_VI(chip) ((chip) >= CHIP_CARRIZO && (chip) <= CHIP_POLARIS11)
Dkfd_device.c211 .asic_family = CHIP_POLARIS11,
Dkfd_crat.c650 case CHIP_POLARIS11: in kfd_fill_gpu_cache_info()
Dkfd_topology.c1308 case CHIP_POLARIS11: in kfd_topology_add_device()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr.c136 case CHIP_POLARIS11: in hwmgr_early_init()
472 if (hwmgr->chip_id != CHIP_POLARIS11) { in polaris_set_asic_special_caps()
Dsmu7_powertune.c860 if (hwmgr->chip_id == CHIP_POLARIS11) in smu7_enable_didt()
985 } else if (hwmgr->chip_id == CHIP_POLARIS11) { in smu7_enable_didt_config()
1010 if (hwmgr->chip_id == CHIP_POLARIS11) { in smu7_enable_didt_config()
1043 if (hwmgr->chip_id == CHIP_POLARIS11) { in smu7_disable_didt_config()

12