Home
last modified time | relevance | path

Searched refs:tile_count (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c781 xe->info.tile_count = 1 + desc->max_remote_tiles; in xe_info_init_early()
798 u8 tile_count; in xe_info_probe_tile_count() local
807 if (xe->info.tile_count == 1) in xe_info_probe_tile_count()
821 tile_count = REG_FIELD_GET(TILE_COUNT, mtcfg) + 1; in xe_info_probe_tile_count()
823 if (tile_count < xe->info.tile_count) { in xe_info_probe_tile_count()
825 xe->info.tile_count, tile_count); in xe_info_probe_tile_count()
826 xe->info.tile_count = tile_count; in xe_info_probe_tile_count()
1129 xe->info.dma_mask_size, xe->info.tile_count, in xe_pci_probe()
H A Dxe_pxp.c369 if (xe->info.tile_count > 1 || !gt) in xe_pxp_init()
H A Dxe_pt.c1964 xe->info.tile_count << shift); in vma_reserve_fences()
2322 tile_to_xe(tile)->info.tile_count << shift); in xe_pt_update_ops_prepare()
H A Dxe_guc.c539 have_dev = xe->info.gt_count > xe->info.tile_count; in guc_g2g_start()
H A Dxe_svm.c1952 if (tile_id >= xe->info.tile_count) in xe_devmem_open()
H A Dxe_bo.c235 xe_assert(xe, tile_id < xe->info.tile_count); in bo_vram_flags_to_vram_placement()
/linux/drivers/platform/mellanox/
H A Dmlxbf-pmc.c158 u32 tile_count; member
2165 if (tile_num >= pmc->tile_count) in mlxbf_pmc_map_counters()
2171 if (tile_num >= pmc->tile_count) in mlxbf_pmc_map_counters()
2324 if (device_property_read_u32(dev, "tile_num", &pmc->tile_count)) { in mlxbf_pmc_probe()