Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Di915_perf.c221 #define OA_BUFFER_SIZE SZ_16M macro
223 #define OA_TAKEN(tail, head) ((tail - head) & (OA_BUFFER_SIZE - 1))
523 tail = (tail - report_size) & (OA_BUFFER_SIZE - 1); in oa_buffer_check_unlocked()
655 u32 mask = (OA_BUFFER_SIZE - 1); in gen8_append_oa_reports()
687 head > OA_BUFFER_SIZE || head % report_size || in gen8_append_oa_reports()
688 tail > OA_BUFFER_SIZE || tail % report_size, in gen8_append_oa_reports()
712 (OA_BUFFER_SIZE - head) < report_size)) { in gen8_append_oa_reports()
949 u32 mask = (OA_BUFFER_SIZE - 1); in gen7_append_oa_reports()
979 head > OA_BUFFER_SIZE || head % report_size || in gen7_append_oa_reports()
980 tail > OA_BUFFER_SIZE || tail % report_size, in gen7_append_oa_reports()
[all …]