Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_perf.c223 #define OA_BUFFER_SIZE SZ_16M macro
225 #define OA_TAKEN(tail, head) ((tail - head) & (OA_BUFFER_SIZE - 1))
534 hw_tail < (gtt_offset + OA_BUFFER_SIZE)) { in oa_buffer_check_unlocked()
662 u32 mask = (OA_BUFFER_SIZE - 1); in gen8_append_oa_reports()
702 if (WARN_ONCE(head > OA_BUFFER_SIZE || head % report_size || in gen8_append_oa_reports()
703 tail > OA_BUFFER_SIZE || tail % report_size, in gen8_append_oa_reports()
726 if (WARN_ON((OA_BUFFER_SIZE - head) < report_size)) { in gen8_append_oa_reports()
950 u32 mask = (OA_BUFFER_SIZE - 1); in gen7_append_oa_reports()
987 if (WARN_ONCE(head > OA_BUFFER_SIZE || head % report_size || in gen7_append_oa_reports()
988 tail > OA_BUFFER_SIZE || tail % report_size, in gen7_append_oa_reports()
[all …]