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

/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_irq.c1670 u32 acthd = I915_READ(ACTHD); local
1676 if (acthd >= obj->gtt_offset &&
1677 acthd < obj->gtt_offset + obj->base.size)
1736 error->acthd[ring->id] = intel_ring_get_active_head(ring);
2306 u32 cmd, ipehr, acthd, acthd_min; local
2317 acthd = intel_ring_get_active_head(ring) & HEAD_ADDR;
2318 acthd_min = max((int)acthd - 3 * 4, 0);
2320 tmp = (u32 *)((intptr_t)ring->virtual_start + acthd);
2325 acthd -= 4;
2326 if (acthd < acthd_mi
2365 ring_stuck(struct intel_ring_buffer *ring, u32 acthd) argument
2432 u32 seqno, acthd; local
[all...]
H A Di915_gem.c1646 static bool i915_head_inside_object(u32 acthd, struct drm_i915_gem_object *obj) argument
1648 if (acthd >= obj->gtt_offset &&
1649 acthd < obj->gtt_offset + obj->base.size)
1659 const u32 acthd = acthd_unmasked & HEAD_ADDR; local
1662 if (acthd >= request_start && acthd < request_end)
1665 if (acthd >= request_start || acthd < request_end)
1673 const u32 acthd, bool *inside)
1681 if (i915_head_inside_object(acthd, reques
1672 i915_request_guilty(struct drm_i915_gem_request *request, const u32 acthd, bool *inside) argument
1695 i915_set_reset_status(struct intel_ring_buffer *ring, struct drm_i915_gem_request *request, u32 acthd) argument
1749 u32 acthd; local
[all...]
H A Dintel_ringbuffer.h78 u32 acthd; member in struct:intel_ring_hangcheck
H A Di915_drv.h286 u32 acthd[I915_NUM_RINGS]; member in struct:drm_i915_error_state

Completed in 84 milliseconds