Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c342 int report_size_partial; in xe_oa_append_report() local
349 report_size_partial = stream->oa_buffer.circ_size - report_offset; in xe_oa_append_report()
351 if (report_size_partial < report_size) { in xe_oa_append_report()
352 if (xe_oa_copy_to_user(stream, buf, report_offset, report_size_partial)) in xe_oa_append_report()
354 buf += report_size_partial; in xe_oa_append_report()
356 if (xe_oa_copy_to_user(stream, buf, 0, report_size - report_size_partial)) in xe_oa_append_report()