Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.h13 size_t xe_eu_stall_data_record_size(struct xe_device *xe);
H A Dxe_eu_stall.c188 size_t xe_eu_stall_data_record_size(struct xe_device *xe) in xe_eu_stall_data_record_size() function
760 stream->data_record_size = xe_eu_stall_data_record_size(gt_to_xe(gt)); in xe_eu_stall_stream_init()
H A Dxe_query.c770 info->record_size = xe_eu_stall_data_record_size(xe); in query_eu_stall()