| /linux-6.15/include/drm/ |
| H A D | amd_asic_type.h | 43 CHIP_TONGA, /* 11 */ enumerator
|
| /linux-6.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu7_baco.c | 73 case CHIP_TONGA: in smu7_baco_set_state()
|
| H A D | hwmgr.c | 128 case CHIP_TONGA: in hwmgr_early_init()
|
| H A D | smu_helper.c | 588 if (hwmgr->chip_id < CHIP_TONGA) { in phm_get_voltage_evv_on_sclk()
|
| H A D | ppatomctrl.c | 1184 case CHIP_TONGA: in atomctrl_get_voltage_range()
|
| H A D | smu7_hwmgr.c | 1229 (hwmgr->chip_id == CHIP_TONGA) || in smu7_enable_sclk_mclk_dpm() 3971 (adev->asic_type != CHIP_TONGA)) { in smu7_get_gpu_power() 4055 (adev->asic_type != CHIP_TONGA)) in smu7_read_sensor() 4063 (adev->asic_type != CHIP_TONGA)) in smu7_read_sensor()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_drv.c | 1973 {0x1002, 0x6920, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA}, 1974 {0x1002, 0x6921, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA}, 1975 {0x1002, 0x6928, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA}, 1976 {0x1002, 0x6929, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA}, 1977 {0x1002, 0x692B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA}, 1978 {0x1002, 0x692F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA}, 1979 {0x1002, 0x6930, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA}, 1980 {0x1002, 0x6938, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA}, 1981 {0x1002, 0x6939, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
|
| H A D | vi.c | 267 case CHIP_TONGA: in vi_query_video_codecs() 507 case CHIP_TONGA: in vi_init_golden_registers() 904 case CHIP_TONGA: in vi_asic_supports_baco() 930 case CHIP_TONGA: in vi_asic_reset_method() 1340 case CHIP_TONGA: in vi_need_full_reset() 1509 case CHIP_TONGA: in vi_common_early_init() 1978 case CHIP_TONGA: in vi_common_set_clockgating_state() 2091 case CHIP_TONGA: in vi_set_ip_blocks()
|
| H A D | gmc_v8_0.c | 132 case CHIP_TONGA: in gmc_v8_0_init_golden_registers() 225 case CHIP_TONGA: in gmc_v8_0_init_microcode() 597 case CHIP_TONGA: /* UVD, VCE do not support GPUVM */ in gmc_v8_0_mc_init() 1210 if (adev->asic_type == CHIP_TONGA) { in gmc_v8_0_hw_init()
|
| H A D | mxgpu_vi.c | 296 case CHIP_TONGA: in xgpu_vi_init_golden_registers()
|
| H A D | amdgpu_cgs.c | 345 case CHIP_TONGA: in amdgpu_cgs_get_firmware_info()
|
| H A D | amdgpu_vkms.c | 581 case CHIP_TONGA: in amdgpu_vkms_hw_init()
|
| H A D | amdgpu_uvd.c | 226 case CHIP_TONGA: in amdgpu_uvd_sw_init() 351 case CHIP_TONGA: in amdgpu_uvd_sw_init()
|
| H A D | amdgpu_amdkfd_gfx_v8.c | 194 if (adev->asic_type != CHIP_TONGA) { in kgd_hqd_load()
|
| H A D | sdma_v3_0.c | 209 case CHIP_TONGA: in sdma_v3_0_init_golden_registers() 278 case CHIP_TONGA: in sdma_v3_0_init_microcode()
|
| H A D | amdgpu_virt.c | 748 case CHIP_TONGA: in amdgpu_virt_init_detect_asic() 791 case CHIP_TONGA: in amdgpu_virt_init_req_data()
|
| H A D | gfx_v8_0.c | 764 case CHIP_TONGA: in gfx_v8_0_init_golden_registers() 955 case CHIP_TONGA: in gfx_v8_0_init_microcode() 1738 case CHIP_TONGA: in gfx_v8_0_gpu_early_init() 1921 case CHIP_TONGA: in gfx_v8_0_sw_init() 2464 case CHIP_TONGA: in gfx_v8_0_tiling_mode_table_init() 3467 case CHIP_TONGA: in gfx_v8_0_raster_config() 4589 if (adev->asic_type != CHIP_TONGA) { in gfx_v8_0_mqd_commit() 4676 if (adev->asic_type > CHIP_TONGA) { in gfx_v8_0_set_mec_doorbell_range() 5975 case CHIP_TONGA: in gfx_v8_0_set_clockgating_state()
|
| H A D | amdgpu_vce.c | 123 case CHIP_TONGA: in amdgpu_vce_sw_init()
|
| H A D | dce_v10_0.c | 159 case CHIP_TONGA: in dce_v10_0_init_golden_registers() 471 case CHIP_TONGA: in dce_v10_0_get_num_crtc() 2781 case CHIP_TONGA: in dce_v10_0_early_init()
|
| H A D | amdgpu_ucode.c | 549 case CHIP_TONGA: in amdgpu_ucode_get_load_type()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_flat_memory.c | 401 case CHIP_TONGA: in kfd_init_apertures()
|
| H A D | kfd_packet_manager.c | 252 case CHIP_TONGA: in pm_init()
|
| H A D | kfd_device.c | 257 asic_type != CHIP_TONGA) in kfd_device_info_init() 295 case CHIP_TONGA: in kgd2kfd_probe()
|
| H A D | kfd_topology.c | 509 if (dev->gpu->adev->asic_type == CHIP_TONGA) in node_show() 2115 case CHIP_TONGA: in kfd_topology_add_device()
|
| H A D | kfd_crat.c | 1597 case CHIP_TONGA: in kfd_get_gpu_cache_info()
|