Searched refs:max_gt_per_tile (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_pci.c | 172 .max_gt_per_tile = 1, 183 .max_gt_per_tile = 1, 196 .max_gt_per_tile = 1, 213 .max_gt_per_tile = 1, 228 .max_gt_per_tile = 1, 244 .max_gt_per_tile = 1, 268 .max_gt_per_tile = 1, 279 .max_gt_per_tile = 1, 296 .max_gt_per_tile = 1, 309 .max_gt_per_tile = 2, [all …]
|
| A D | xe_device.h | 75 if (gt_id >= xe->info.tile_count * xe->info.max_gt_per_tile) in xe_device_get_gt() 78 tile = &xe->tiles[gt_id / xe->info.max_gt_per_tile]; in xe_device_get_gt() 79 switch (gt_id % xe->info.max_gt_per_tile) { in xe_device_get_gt() 131 for ((id__) = 0; (id__) < (xe__)->info.tile_count * (xe__)->info.max_gt_per_tile; (id__)++) \
|
| A D | xe_pci_types.h | 32 u8 max_gt_per_tile:2; member
|
| A D | xe_device_types.h | 301 u8 max_gt_per_tile; member
|
| A D | xe_mmio.c | 97 if (gt->info.id < tile_count * xe->info.max_gt_per_tile) in mmio_multi_tile_setup()
|
| A D | xe_query.c | 144 if (eci->gt_id >= xe->info.max_gt_per_tile) in query_engine_cycles()
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_pci_test.c | 52 int max_gt = desc->max_gt_per_tile; in check_platform_gt_count()
|
Completed in 18 milliseconds