Searched defs:acthd (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.h78 u32 acthd; member in struct:intel_ring_hangcheck
H A Di915_gem.c1627 static bool i915_head_inside_object(u32 acthd, struct drm_i915_gem_object *obj) argument
1629 if (acthd >= obj->gtt_offset &&
1630 acthd < obj->gtt_offset + obj->base.size)
1640 const u32 acthd = acthd_unmasked & HEAD_ADDR; local
1643 if (acthd >= request_start && acthd < request_end)
1646 if (acthd >= request_start || acthd < request_end)
1654 const u32 acthd, bool *inside)
1662 if (i915_head_inside_object(acthd, reques
1653 i915_request_guilty(struct drm_i915_gem_request *request, const u32 acthd, bool *inside) argument
1676 i915_set_reset_status(struct intel_ring_buffer *ring, struct drm_i915_gem_request *request, u32 acthd) argument
1730 u32 acthd; local
[all...]
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...]

Completed in 25 milliseconds