Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device.h138 for ((id__) = 0; (id__) < (xe__)->info.gt_count; (id__)++) \
H A Dxe_guc.c405 u32 max = xe->info.gt_count; in guc_g2g_register()
438 unsigned int count = xe->info.gt_count; in guc_g2g_size()
449 if (xe->info.gt_count <= 1) in xe_guc_g2g_wanted()
529 have_dev = xe->info.gt_count > xe->info.tile_count; in guc_g2g_start()
H A Dxe_device_types.h299 u8 gt_count; member
H A Dxe_mmio.c92 xe->info.gt_count = xe->info.tile_count; in mmio_multi_tile_setup()
H A Dxe_query.c367 xe->info.gt_count * sizeof(struct drm_xe_gt); in query_gt_list()
384 gt_list->num_gt = xe->info.gt_count; in query_gt_list()
H A Dxe_pci.c690 gt->info.id = xe->info.gt_count++; in xe_info_init()
721 gt->info.id = xe->info.gt_count++; in xe_info_init()
H A Dxe_eu_stall.c261 if (value >= xe->info.gt_count) { in set_prop_eu_stall_gt_id()
H A Dxe_hw_engine.c1052 if (eci.gt_id >= xe->info.gt_count) in xe_hw_engine_lookup()
H A Dxe_exec_queue.c627 if (XE_IOCTL_DBG(xe, eci[0].gt_id >= xe->info.gt_count)) in xe_exec_queue_create_ioctl()