Home
last modified time | relevance | path

Searched refs:acthd (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/i915/
Di915_irq.c814 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() local
1512 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()
Di915_drv.h154 u32 acthd; member
Di915_debugfs.c767 seq_printf(m, " ACTHD: 0x%08x\n", error->acthd); in i915_error_state()