Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf.c453 u32 oastatus1 = intel_uncore_read(uncore, GEN7_OASTATUS1); in gen7_oa_hw_tail_read() local
455 return oastatus1 & GEN7_OASTATUS1_TAIL_MASK; in gen7_oa_hw_tail_read()
1179 u32 oastatus1; in gen7_oa_read() local
1185 oastatus1 = intel_uncore_read(uncore, GEN7_OASTATUS1); in gen7_oa_read()
1192 oastatus1 &= ~stream->perf->gen7_latched_oastatus1; in gen7_oa_read()
1214 if (unlikely(oastatus1 & GEN7_OASTATUS1_OABUFFER_OVERFLOW)) { in gen7_oa_read()
1227 oastatus1 = intel_uncore_read(uncore, GEN7_OASTATUS1); in gen7_oa_read()
1230 if (unlikely(oastatus1 & GEN7_OASTATUS1_REPORT_LOST)) { in gen7_oa_read()