Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/
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()
586 if (oa_report_id(stream, report) || in oa_buffer_check_unlocked()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_oa.c186 static u64 oa_report_id(struct xe_oa_stream *stream, void *report) in oa_report_id() function
252 if (oa_report_id(stream, report) || oa_timestamp(stream, report)) in xe_oa_buffer_check_unlocked()