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.c460 #define oa_report_header_64bit(__s) \ macro
465 return oa_report_header_64bit(stream) ? *(u64 *)report : *(u32 *)report; in oa_report_id()
478 if (oa_report_header_64bit(stream)) in oa_report_id_clear()
492 return oa_report_header_64bit(stream) ? in oa_timestamp()
499 if (oa_report_header_64bit(stream)) in oa_timestamp_clear()
507 u32 ctx_id = oa_report_header_64bit(stream) ? report[4] : report[2]; in oa_context_id()
514 if (oa_report_header_64bit(stream)) in oa_context_id_squash()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c213 #define oa_report_header_64bit(__s) \ macro
218 return oa_report_header_64bit(stream) ? *(u64 *)report : *(u32 *)report; in oa_report_id()
223 if (oa_report_header_64bit(stream)) in oa_report_id_clear()
231 return oa_report_header_64bit(stream) ? in oa_timestamp()
238 if (oa_report_header_64bit(stream)) in oa_timestamp_clear()