Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_perf.c459 #define oa_report_header_64bit(__s) \ macro
464 return oa_report_header_64bit(stream) ? *(u64 *)report : *(u32 *)report; in oa_report_id()
477 if (oa_report_header_64bit(stream)) in oa_report_id_clear()
491 return oa_report_header_64bit(stream) ? in oa_timestamp()
498 if (oa_report_header_64bit(stream)) in oa_timestamp_clear()
506 u32 ctx_id = oa_report_header_64bit(stream) ? report[4] : report[2]; in oa_context_id()
513 if (oa_report_header_64bit(stream)) in oa_context_id_squash()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c203 #define oa_report_header_64bit(__s) \ macro
208 return oa_report_header_64bit(stream) ? *(u64 *)report : *(u32 *)report; in oa_report_id()
213 if (oa_report_header_64bit(stream)) in oa_report_id_clear()
221 return oa_report_header_64bit(stream) ? in oa_timestamp()
228 if (oa_report_header_64bit(stream)) in oa_timestamp_clear()