Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_oa.c183 #define oa_report_header_64bit(__s) \ macro
188 return oa_report_header_64bit(stream) ? *(u64 *)report : *(u32 *)report; in oa_report_id()
193 if (oa_report_header_64bit(stream)) in oa_report_id_clear()
201 return oa_report_header_64bit(stream) ? in oa_timestamp()
208 if (oa_report_header_64bit(stream)) in oa_timestamp_clear()
/linux-6.12.1/drivers/gpu/drm/i915/
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()