Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c329 xe_oa_copy_to_user(struct xe_oa_stream *stream, void __user *dst, u32 report_offset, u32 len) in xe_oa_copy_to_user() function
352 if (xe_oa_copy_to_user(stream, buf, report_offset, 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()
358 } else if (xe_oa_copy_to_user(stream, buf, report_offset, report_size)) { in xe_oa_append_report()