Searched refs:acthd (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c1092 u32 acthd = I915_READ(ACTHD); local
1098 if (acthd >= obj->gtt_offset &&
1099 acthd < obj->gtt_offset + obj->base.size)
1160 error->acthd[ring->id] = intel_ring_get_active_head(ring);
1740 uint32_t acthd[I915_NUM_RINGS], instdone[I915_NUM_INSTDONE_REG]; local
1748 memset(acthd, 0, sizeof(acthd));
1752 acthd[i] = intel_ring_get_active_head(ring);
1769 if (memcmp(dev_priv->last_acthd, acthd, sizeof(acthd))
[all...]
H A Di915_debug.c620 seq_printf(m, " ACTHD: 0x%08x\n", error->acthd[ring]);
H A Di915_drv.h200 u32 acthd[I915_NUM_RINGS]; member in struct:drm_i915_error_state
/freebsd-11-stable/sys/dev/drm/
H A Di915_dma.c49 u32 acthd; local
54 acthd = I915_READ(acthd_reg);
67 if (acthd != last_acthd)
71 last_acthd = acthd;

Completed in 73 milliseconds