Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device.h138 for ((id__) = 0; (id__) < (xe__)->info.gt_count; (id__)++) \
H A Dxe_device_types.h293 u8 gt_count; member
H A Dxe_query.c356 xe->info.gt_count * sizeof(struct drm_xe_gt); in query_gt_list()
373 gt_list->num_gt = xe->info.gt_count; in query_gt_list()
H A Dxe_mmio.c93 xe->info.gt_count = xe->info.tile_count; in mmio_multi_tile_setup()
H A Dxe_exec_queue.c563 if (XE_IOCTL_DBG(xe, eci[0].gt_id >= xe->info.gt_count)) in xe_exec_queue_create_ioctl()
H A Dxe_hw_engine.c1021 if (eci.gt_id >= xe->info.gt_count) in xe_hw_engine_lookup()