Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_perf.c902 if (oastatus & GEN8_OASTATUS_REPORT_LOST) { in gen8_oa_read()
908 oastatus & ~GEN8_OASTATUS_REPORT_LOST); in gen8_oa_read()
Di915_reg.h585 #define GEN8_OASTATUS_REPORT_LOST (1 << 0) macro