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

  /src/sys/external/bsd/drm/dist/shared-core/
i915_irq.c 188 u32 pipea_stats, pipeb_stats; local in function:i915_driver_irq_handler
196 pipea_stats = pipeb_stats = 0;
210 pipeb_stats = I915_READ(PIPEBSTAT);
211 I915_WRITE(PIPEBSTAT, pipeb_stats);
218 iir, pipea_stats, pipeb_stats);
235 if (pipeb_stats & (PIPE_START_VBLANK_INTERRUPT_STATUS |
239 if ((pipeb_stats & I915_LEGACY_BLC_EVENT_STATUS) ||

Completed in 137 milliseconds