Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c58 struct per_xecore_buf *xecore_buf; member
407 struct per_xecore_buf *xecore_buf; in eu_stall_data_buf_poll() local
415 xecore_buf = &stream->xecore_buf[xecore]; in eu_stall_data_buf_poll()
416 read_ptr = xecore_buf->read; in eu_stall_data_buf_poll()
429 xecore_buf->write = write_ptr; in eu_stall_data_buf_poll()
460 struct per_xecore_buf *xecore_buf; in xe_eu_stall_data_buf_read() local
470 xecore_buf = &stream->xecore_buf[xecore]; in xe_eu_stall_data_buf_read()
471 xecore_start_vaddr = xecore_buf->vaddr; in xe_eu_stall_data_buf_read()
472 read_ptr = xecore_buf->read; in xe_eu_stall_data_buf_read()
473 write_ptr = xecore_buf->write; in xe_eu_stall_data_buf_read()
[all …]