Searched refs:acthd (Results 1 – 3 of 3) sorted by relevance
814 error->acthd = I915_READ(ACTHD_I965); in i915_capture_error_state()820 error->acthd = I915_READ(ACTHD); in i915_capture_error_state()1498 uint32_t acthd, instdone, instdone1; in i915_hangcheck_elapsed() local1512 acthd = I915_READ(ACTHD); in i915_hangcheck_elapsed()1516 acthd = I915_READ(ACTHD_I965); in i915_hangcheck_elapsed()1521 if (dev_priv->last_acthd == acthd && in i915_hangcheck_elapsed()1552 dev_priv->last_acthd = acthd; in i915_hangcheck_elapsed()
154 u32 acthd; member
767 seq_printf(m, " ACTHD: 0x%08x\n", error->acthd); in i915_error_state()