HomeSort by: relevance | last modified time | path
    Searched defs:oastatus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 960 u32 oastatus; local
970 oastatus = intel_uncore_read(uncore, oastatus_reg);
986 if (oastatus & GEN8_OASTATUS_OABUFFER_OVERFLOW) {
1002 oastatus = intel_uncore_read(uncore, oastatus_reg);
1005 if (oastatus & GEN8_OASTATUS_REPORT_LOST) {
1011 oastatus & ~GEN8_OASTATUS_REPORT_LOST);
i915_perf.c 960 u32 oastatus; local
970 oastatus = intel_uncore_read(uncore, oastatus_reg);
986 if (oastatus & GEN8_OASTATUS_OABUFFER_OVERFLOW) {
1002 oastatus = intel_uncore_read(uncore, oastatus_reg);
1005 if (oastatus & GEN8_OASTATUS_REPORT_LOST) {
1011 oastatus & ~GEN8_OASTATUS_REPORT_LOST);

Completed in 40 milliseconds