Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c721 xe->info.tile_count = 1 + desc->max_remote_tiles; in xe_info_init_early()
736 u8 tile_count; in xe_info_probe_tile_count() local
745 if (xe->info.tile_count == 1) in xe_info_probe_tile_count()
759 tile_count = REG_FIELD_GET(TILE_COUNT, mtcfg) + 1; in xe_info_probe_tile_count()
761 if (tile_count < xe->info.tile_count) { in xe_info_probe_tile_count()
763 xe->info.tile_count, tile_count); in xe_info_probe_tile_count()
764 xe->info.tile_count = tile_count; in xe_info_probe_tile_count()
1065 xe->info.dma_mask_size, xe->info.tile_count, in xe_pci_probe()
H A Dxe_device_types.h300 u8 tile_count; member
H A Dxe_mmio.c63 if (xe->info.tile_count == 1) in mmio_multi_tile_setup()
H A Dxe_debugfs.c85 drm_printf(&p, "tile_count %d\n", xe->info.tile_count); in info()
H A Dxe_pt.c1938 xe->info.tile_count << shift); in vma_reserve_fences()
2296 tile_to_xe(tile)->info.tile_count << shift); in xe_pt_update_ops_prepare()
H A Dxe_guc.c537 have_dev = xe->info.gt_count > xe->info.tile_count; in guc_g2g_start()
H A Dxe_svm.c1924 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()