Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_irq.c1673 u32 acthd = I915_READ(ACTHD); in i915_error_first_batchbuffer() local
1679 if (acthd >= obj->gtt_offset && in i915_error_first_batchbuffer()
2309 u32 cmd, ipehr, acthd, acthd_min; in semaphore_waits_for() local
2321 acthd_min = max((int)acthd - 3 * 4, 0); in semaphore_waits_for()
2328 acthd -= 4; in semaphore_waits_for()
2329 if (acthd < acthd_min) in semaphore_waits_for()
2374 if (ring->hangcheck.acthd != acthd) in ring_stuck()
2435 u32 seqno, acthd; in i915_hangcheck_elapsed() local
2441 acthd = intel_ring_get_active_head(ring); in i915_hangcheck_elapsed()
2472 acthd); in i915_hangcheck_elapsed()
[all …]
H A Di915_gem.c1627 if (acthd >= obj->gtt_offset && in i915_head_inside_object()
1628 acthd < obj->gtt_offset + obj->base.size) in i915_head_inside_object()
1638 const u32 acthd = acthd_unmasked & HEAD_ADDR; in i915_head_inside_request() local
1641 if (acthd >= request_start && acthd < request_end) in i915_head_inside_request()
1644 if (acthd >= request_start || acthd < request_end) in i915_head_inside_request()
1652 const u32 acthd, bool *inside) in i915_request_guilty() argument
1676 u32 acthd) in i915_set_reset_status() argument
1692 acthd); in i915_set_reset_status()
1728 u32 acthd; in i915_gem_reset_ring_lists() local
1730 acthd = intel_ring_get_active_head(ring); in i915_gem_reset_ring_lists()
[all …]
H A Dintel_ringbuffer.h78 u32 acthd; member
H A Di915_drv.h286 u32 acthd[I915_NUM_RINGS]; member