Searched refs:xecore (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 411 unsigned int xecore; in eu_stall_data_buf_poll() local 414 for_each_dss_steering(xecore, gt, group, instance) { in eu_stall_data_buf_poll() 415 xecore_buf = &stream->xecore_buf[xecore]; in eu_stall_data_buf_poll() 428 set_bit(xecore, stream->data_drop.mask); in eu_stall_data_buf_poll() 455 u16 group, u16 instance, unsigned int xecore) in xe_eu_stall_data_buf_read() argument 470 xecore_buf = &stream->xecore_buf[xecore]; in xe_eu_stall_data_buf_read() 517 if (test_bit(xecore, stream->data_drop.mask)) { in xe_eu_stall_data_buf_read() 519 clear_bit(xecore, stream->data_drop.mask); in xe_eu_stall_data_buf_read() 543 unsigned int xecore; in xe_eu_stall_stream_read_locked() local 558 for_each_dss_steering(xecore, gt, group, instance) { in xe_eu_stall_stream_read_locked() [all …]
|