Searched refs:hw_ip (Results 1 – 3 of 3) sorted by relevance
51 struct hl_info_hw_ip_info hw_ip = {0}; in hw_ip_info() local65 hw_ip.device_id = hdev->asic_funcs->get_pci_id(hdev); in hw_ip_info()66 hw_ip.sram_base_address = prop->sram_user_base_address; in hw_ip_info()67 hw_ip.dram_base_address = in hw_ip_info()70 hw_ip.tpc_enabled_mask = prop->tpc_enabled_mask & 0xFF; in hw_ip_info()71 hw_ip.tpc_enabled_mask_ext = prop->tpc_enabled_mask; in hw_ip_info()73 hw_ip.sram_size = prop->sram_size - sram_kmd_size; in hw_ip_info()77 hw_ip.dram_size = DIV_ROUND_DOWN_ULL(dram_available_size, prop->dram_page_size) * in hw_ip_info()80 if (hw_ip.dram_size > PAGE_SIZE) in hw_ip_info()81 hw_ip.dram_enabled = 1; in hw_ip_info()[all …]
234 u32 hw_ip; in amdgpu_ring_init() local 379 hw_ip = ring->funcs->type; in amdgpu_ring_init() 380 num_sched = &adev->gpu_sched[hw_ip][hw_prio].num_scheds; in amdgpu_ring_init() 381 adev->gpu_sched[hw_ip][hw_prio].sched[(*num_sched)++] = in amdgpu_ring_init()
1500 int hw_ip; in amdgpu_discovery_reg_base_init() 1638 for (hw_ip = 0; hw_ip < MAX_HWIP; hw_ip++) { in amdgpu_discovery_reg_base_init() 1639 if (hw_id_map[hw_ip] == le16_to_cpu(ip->hw_id) && in amdgpu_discovery_reg_base_init() 1640 hw_id_map[hw_ip] != 0) { in amdgpu_discovery_reg_base_init() 1643 adev->reg_offset[hw_ip][ip->instance_number] = in amdgpu_discovery_reg_base_init() 1663 adev->ip_versions[hw_ip]1477 int hw_ip; amdgpu_discovery_reg_base_init() local