Searched refs:acthd (Results 1 – 3 of 3) sorted by relevance
1331 u32 acthd = I915_READ(ACTHD); in i915_error_first_batchbuffer() local1337 if (acthd >= obj->gtt_offset && in i915_error_first_batchbuffer()1338 acthd < obj->gtt_offset + obj->base.size) in i915_error_first_batchbuffer()1397 error->acthd[ring->id] = intel_ring_get_active_head(ring); in i915_record_ring_state()1955 u32 acthd = intel_ring_get_active_head(ring) & HEAD_ADDR; in semaphore_passed() local1967 acthd_min = max((int)acthd - 3 * 4, 0); in semaphore_passed()1969 cmd = ioread32(ring->virtual_start + acthd); in semaphore_passed()1973 acthd -= 4; in semaphore_passed()1974 if (acthd < acthd_min) in semaphore_passed()1980 ioread32(ring->virtual_start+acthd+4)+1); in semaphore_passed()[all …]
235 u32 acthd[I915_NUM_RINGS]; member
649 seq_printf(m, " ACTHD: 0x%08x\n", error->acthd[ring]); in i915_ring_error_state()