Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_perf.c951 if (unlikely(oastatus1 & GEN7_OASTATUS1_REPORT_LOST)) {
957 GEN7_OASTATUS1_REPORT_LOST;
H A Di915_reg.h806 #define GEN7_OASTATUS1_REPORT_LOST (1<<0) macro