Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_perf.c432 u32 oastatus1 = intel_uncore_read(uncore, GEN7_OASTATUS1); in gen7_oa_hw_tail_read() local
434 return oastatus1 & GEN7_OASTATUS1_TAIL_MASK; in gen7_oa_hw_tail_read()
1072 u32 oastatus1; in gen7_oa_read() local
1078 oastatus1 = intel_uncore_read(uncore, GEN7_OASTATUS1); in gen7_oa_read()
1085 oastatus1 &= ~stream->perf->gen7_latched_oastatus1; in gen7_oa_read()
1107 if (unlikely(oastatus1 & GEN7_OASTATUS1_OABUFFER_OVERFLOW)) { in gen7_oa_read()
1119 oastatus1 = intel_uncore_read(uncore, GEN7_OASTATUS1); in gen7_oa_read()
1122 if (unlikely(oastatus1 & GEN7_OASTATUS1_REPORT_LOST)) { in gen7_oa_read()