Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_oa.c311 int report_size_partial; in xe_oa_append_report() local
320 report_size_partial = oa_buf_end - report; in xe_oa_append_report()
322 if (report_size_partial < report_size) { in xe_oa_append_report()
323 if (copy_to_user(buf, report, report_size_partial)) in xe_oa_append_report()
325 buf += report_size_partial; in xe_oa_append_report()
328 report_size - report_size_partial)) in xe_oa_append_report()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_perf.c671 int report_size_partial; in append_oa_sample() local
687 report_size_partial = oa_buf_end - report; in append_oa_sample()
689 if (report_size_partial < report_size) { in append_oa_sample()
690 if (copy_to_user(buf, report, report_size_partial)) in append_oa_sample()
692 buf += report_size_partial; in append_oa_sample()
695 report_size - report_size_partial)) in append_oa_sample()