Searched refs:ACTHD (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/drm/
H A Di915_dma.c47 u32 acthd_reg = IS_I965G(dev) ? ACTHD_I965 : ACTHD;
H A Di915_reg.h261 #define ACTHD 0x020c8 macro
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_irq.c1092 u32 acthd = I915_READ(ACTHD);
1374 pr_err(" ACTHD: 0x%08x\n", I915_READ(ACTHD_I965));
1414 pr_err(" ACTHD: 0x%08x\n", I915_READ(ACTHD));
1423 pr_err(" ACTHD: 0x%08x\n", I915_READ(ACTHD_I965));
1733 * ACTHD. If ACTHD hasn't changed by the time the hangcheck timer elapses
1755 /* If all work is done then ACTHD clearly hasn't advanced. */
H A Dintel_ringbuffer.c356 RING_ACTHD(ring->mmio_base) : ACTHD;
727 * ACTHD) before reading the status page. */
H A Di915_reg.h602 #define ACTHD 0x020c8 macro

Completed in 143 milliseconds