Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c633 u16 last_xecore) in xe_eu_stall_data_buf_alloc() argument
639 stream->xecore_buf = kcalloc(last_xecore, sizeof(*stream->xecore_buf), GFP_KERNEL); in xe_eu_stall_data_buf_alloc()
643 size = stream->per_xecore_buf_size * last_xecore; in xe_eu_stall_data_buf_alloc()
732 unsigned int max_wait_num_reports, xecore, last_xecore, num_xecores; in xe_eu_stall_stream_init() local
743 last_xecore = xe_gt_topology_mask_last_dss(all_xecores) + 1; in xe_eu_stall_stream_init()
762 ret = xe_eu_stall_data_buf_alloc(stream, last_xecore); in xe_eu_stall_stream_init()