Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/
H A Di915_perf.c462 static u64 oa_report_id(struct i915_perf_stream *stream, void *report) in oa_report_id() function
469 return (oa_report_id(stream, report) >> OAREPORT_REASON_SHIFT) & in oa_report_reason()
485 return !(oa_report_id(stream, report) & in oa_report_ctx_invalid()
589 if (oa_report_id(stream, report) || in oa_buffer_check_unlocked()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_oa.c209 static u64 oa_report_id(struct xe_oa_stream *stream, void *report) in oa_report_id() function
273 if (oa_report_id(stream, report) || oa_timestamp(stream, report)) in xe_oa_buffer_check_unlocked()