Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c388 xecore_buf = &stream->xecore_buf[xecore]; in eu_stall_data_buf_poll()
389 read_ptr = xecore_buf->read; in eu_stall_data_buf_poll()
443 xecore_buf = &stream->xecore_buf[xecore]; in xe_eu_stall_data_buf_read()
445 read_ptr = xecore_buf->read; in xe_eu_stall_data_buf_read()
482 xecore_buf->read = read_ptr; in xe_eu_stall_data_buf_read()
602 kfree(stream->xecore_buf); in xe_eu_stall_data_buf_destroy()
612 stream->xecore_buf = kcalloc(last_xecore, sizeof(*stream->xecore_buf), GFP_KERNEL); in xe_eu_stall_data_buf_alloc()
613 if (!stream->xecore_buf) in xe_eu_stall_data_buf_alloc()
622 kfree(stream->xecore_buf); in xe_eu_stall_data_buf_alloc()
666 xecore_buf = &stream->xecore_buf[xecore]; in xe_eu_stall_stream_enable()
[all …]