Searched refs:acthd (Results 1 – 3 of 3) sorted by relevance
57 u32 acthd; in i915_wait_ring() local62 acthd = I915_READ(acthd_reg); in i915_wait_ring()72 if (acthd != last_acthd) in i915_wait_ring()76 last_acthd = acthd; in i915_wait_ring()
261 error->acthd = I915_READ(ACTHD); in i915_capture_error_state()268 error->acthd = I915_READ(ACTHD_I965); in i915_capture_error_state()283 DRM_DEBUG(" ACTHD: 0x%08x\n", error->acthd); in i915_capture_error_state()
208 u32 acthd; member